Home
last modified time | relevance | path

Searched refs:WCHAR (Results 1 – 25 of 33) sorted by relevance

12

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/
Dcryptlib.c42 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()
Dgetenv.c24 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()
Do_fopen.c63 WCHAR wmode[8]; in openssl_fopen()
64 WCHAR *wfilename = _alloca(sz * sizeof(WCHAR)); in openssl_fopen()
Dcpuid.c31 typedef WCHAR variant_char;
40 static WCHAR value[48]; in ossl_getenv()
DLPdir_win.c125 (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/
Dregex.c622 # 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/
Dregex.c622 # 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/
Dregex.c622 # 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/
Ddso_win32.c19 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/
Dwin_if_list.c81 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/
Drandfile.c275 WCHAR *var; in RAND_file_name()
289 WCHAR *val = _alloca(envlen * sizeof(WCHAR)); in RAND_file_name()
/netbsd/src/tests/lib/libcurses/director/
Dtestlang_conf.l174 WCHAR wchar
267 {WCHAR} return WCHAR;
Dtestlang_parse.y195 %token <string> WCHAR
246 wchar : WCHAR VARNAME char_vals {
/netbsd/src/crypto/external/bsd/openssl/dist/engines/
De_capi.c404 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/
Dpcap-npf.c2550 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/
Diowin32.c105 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/
Dndis_events.c35 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()
Ddriver_ndis.c2042 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/
Dconfigure358 singletest wchar WCHAR -DUTF8_LOCALE=\"${UTF8_LOCALE}\" || \
/netbsd/src/external/bsd/less/dist/
Dcommand.c861 WCHAR w[MAX_PATH+16]; in prompt()
906 WCHAR w[MAX_PATH*2]; in prompt()
Dscreen.c144 WCHAR unicode;
3017 WCHAR wtext[1024]; in WIN32textout()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ui/
Dui_openssl.c303 WCHAR wresult[BUFSIZ]; in read_string_inner()
/netbsd/src/crypto/external/bsd/openssl/dist/util/
Dindent.pro421 -T WCHAR
/netbsd/src/external/gpl3/gcc/dist/libcpp/include/
Dcpplib.h119 TK(WCHAR, LITERAL) /* L'char' */ \
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_digest.c58 win_crypto_init(Digest_CTX *ctx, const WCHAR *algo) in win_crypto_init()

12