| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ |
| D | cryptlib.c | 42 WCHAR *name; in OPENSSL_isservice() 76 name = (WCHAR *)alloca(len + sizeof(WCHAR)); in OPENSSL_isservice() 81 name[len / sizeof(WCHAR)] = L'\0'; /* paranoia */ in OPENSSL_isservice() 140 WCHAR *fmtw; in OPENSSL_showfatal() 142 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR)); in OPENSSL_showfatal() 149 fmtw[i] = (WCHAR)fmta[i]; in OPENSSL_showfatal()
|
| D | getenv.c | 24 WCHAR *namew = NULL; in ossl_safe_getenv() 25 WCHAR *valw = NULL; in ossl_safe_getenv() 47 namew = _malloca(rsize * sizeof(WCHAR)); in ossl_safe_getenv() 58 valw = _malloca(envlen * sizeof(WCHAR)); in ossl_safe_getenv()
|
| D | o_fopen.c | 63 WCHAR wmode[8]; in openssl_fopen() 64 WCHAR *wfilename = _alloca(sz * sizeof(WCHAR)); in openssl_fopen()
|
| D | cpuid.c | 31 typedef WCHAR variant_char; 40 static WCHAR value[48]; in ossl_getenv()
|
| D | LPdir_win.c | 125 (WCHAR *)wdir, sz)) { in LP_find_file() 189 if (!WideCharToMultiByte(CP_DEFAULT, 0, (WCHAR *)wdir, len_0, in LP_find_file()
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | regex.c | 622 # ifdef WCHAR 636 # define WCHAR macro 654 # ifdef WCHAR 682 # ifdef WCHAR 700 # ifdef WCHAR in PREFIX() 884 # ifdef WCHAR in PREFIX() 1236 # ifdef WCHAR 1861 # ifdef WCHAR 1887 # ifdef WCHAR 1922 # ifdef WCHAR [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | regex.c | 622 # ifdef WCHAR 636 # define WCHAR macro 654 # ifdef WCHAR 682 # ifdef WCHAR 700 # ifdef WCHAR in PREFIX() 884 # ifdef WCHAR in PREFIX() 1236 # ifdef WCHAR 1861 # ifdef WCHAR 1887 # ifdef WCHAR 1922 # ifdef WCHAR [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | regex.c | 622 # ifdef WCHAR 636 # define WCHAR macro 654 # ifdef WCHAR 682 # ifdef WCHAR 700 # ifdef WCHAR in PREFIX() 884 # ifdef WCHAR in PREFIX() 1236 # ifdef WCHAR 1861 # ifdef WCHAR 1887 # ifdef WCHAR 1922 # ifdef WCHAR [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/dso/ |
| D | dso_win32.c | 19 WCHAR lpProcNameW[64]; in GetProcAddressA() 23 lpProcNameW[i] = (WCHAR)lpProcName[i]; in GetProcAddressA() 36 WCHAR *fnamw; in LoadLibraryA() 40 fnamw = (WCHAR *)_alloca(len_0 * sizeof(WCHAR)); in LoadLibraryA() 42 fnamw = (WCHAR *)alloca(len_0 * sizeof(WCHAR)); in LoadLibraryA() 52 fnamw[i] = (WCHAR)lpLibFileName[i]; in LoadLibraryA()
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/ |
| D | win_if_list.c | 81 WCHAR *pos; in ndisuio_query_bindings() 102 pos = (WCHAR *) ((char *) b + b->DeviceNameOffset); in ndisuio_query_bindings() 110 pos = (WCHAR *) ((char *) b + b->DeviceDescrOffset); in ndisuio_query_bindings()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/rand/ |
| D | randfile.c | 275 WCHAR *var; in RAND_file_name() 289 WCHAR *val = _alloca(envlen * sizeof(WCHAR)); in RAND_file_name()
|
| /netbsd/src/tests/lib/libcurses/director/ |
| D | testlang_conf.l | 174 WCHAR wchar 267 {WCHAR} return WCHAR;
|
| D | testlang_parse.y | 195 %token <string> WCHAR 246 wchar : WCHAR VARNAME char_vals {
|
| /netbsd/src/crypto/external/bsd/openssl/dist/engines/ |
| D | e_capi.c | 404 static const WCHAR rsa_aes_cspname[] = 406 static const WCHAR rsa_enh_cspname[] = 1183 *pname = wide_to_asc((WCHAR *)name); in capi_get_provname() 1228 cspname = alloca(clen * sizeof(WCHAR)); in capi_list_containers() 1229 MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1, (WCHAR *)cspname, in capi_list_containers() 1501 static CAPI_KEY *capi_get_key(CAPI_CTX *ctx, const WCHAR *contname, in capi_get_key() 1502 const WCHAR *provname, DWORD ptype, in capi_get_key() 1589 WCHAR *contname, *provname; in capi_find_key() 1593 (contname = alloca(len * sizeof(WCHAR)), in capi_find_key() 1597 (provname = alloca(len * sizeof(WCHAR)), in capi_find_key() [all …]
|
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | pcap-npf.c | 2550 static WCHAR AdaptersName[ADAPTERSNAME_LEN]; in pcap_lookupdev() 2553 WCHAR *Unameptr; in pcap_lookupdev() 2556 WCHAR *TAdaptersName = (WCHAR*)malloc(ADAPTERSNAME_LEN * sizeof(WCHAR)); in pcap_lookupdev() 2574 BufferSpaceLeft = ADAPTERSNAME_LEN * sizeof(WCHAR); in pcap_lookupdev() 2592 if (BufferSpaceLeft < namelen * sizeof(WCHAR)) { in pcap_lookupdev() 2598 BufferSpaceLeft -= namelen * sizeof(WCHAR); in pcap_lookupdev()
|
| /netbsd/src/common/dist/zlib/contrib/minizip/ |
| D | iowin32.c | 105 WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; in win32_open64_file_func() 129 WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; in win32_open64_file_funcA() 175 WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; in win32_open_file_func()
|
| /netbsd/src/external/bsd/wpa/dist/src/drivers/ |
| D | ndis_events.c | 35 WCHAR *adapter_desc; 399 WCHAR query[256]; in notification_query() 473 events->adapter_desc = os_malloc((len + 1) * sizeof(WCHAR)); in ndis_events_use_desc() 490 WCHAR query[MAX_QUERY_LEN]; in ndis_events_get_adapter()
|
| D | driver_ndis.c | 2042 WCHAR *pos; in wpa_driver_ndis_get_names() 2063 pos = (WCHAR *) ((char *) b + b->DeviceNameOffset); in wpa_driver_ndis_get_names() 2071 pos = (WCHAR *) ((char *) b + b->DeviceDescrOffset); in wpa_driver_ndis_get_names() 2523 WCHAR *pos; in wpa_driver_ndis_set_wzc() 2735 WCHAR ifname[MAX_NDIS_DEVICE_NAME_LEN]; in wpa_driver_ndis_adapter_open() 2748 ifname[i] = (WCHAR) prefix[i]; in wpa_driver_ndis_adapter_open() 2750 ifname[i] = (WCHAR) drv->ifname[i - pos]; in wpa_driver_ndis_adapter_open() 2754 ifname, len * sizeof(WCHAR), NULL, 0, &written, in wpa_driver_ndis_adapter_open() 2759 (const u8 *) ifname, len * sizeof(WCHAR)); in wpa_driver_ndis_adapter_open() 2981 WCHAR *pos; in wpa_driver_ndis_get_interfaces() [all …]
|
| /netbsd/src/external/bsd/mdocml/dist/ |
| D | configure | 358 singletest wchar WCHAR -DUTF8_LOCALE=\"${UTF8_LOCALE}\" || \
|
| /netbsd/src/external/bsd/less/dist/ |
| D | command.c | 861 WCHAR w[MAX_PATH+16]; in prompt() 906 WCHAR w[MAX_PATH*2]; in prompt()
|
| D | screen.c | 144 WCHAR unicode; 3017 WCHAR wtext[1024]; in WIN32textout()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ui/ |
| D | ui_openssl.c | 303 WCHAR wresult[BUFSIZ]; in read_string_inner()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/util/ |
| D | indent.pro | 421 -T WCHAR
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/include/ |
| D | cpplib.h | 119 TK(WCHAR, LITERAL) /* L'char' */ \
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_digest.c | 58 win_crypto_init(Digest_CTX *ctx, const WCHAR *algo) in win_crypto_init()
|