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

/freebsd-10.2-release/usr.bin/xlint/common/
H A Dparam.h67 #define WCHAR INT macro
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_xlate.c89 WCHAR ucs2_page_name[128];
186 WCHAR * wide_str;
205 wide_str = alloca(wide_size * sizeof(WCHAR));
209 wide_str = apr_palloc(pool, wide_size * sizeof(WCHAR));
H A Dnls.c55 WCHAR ucs2_path[MAX_PATH];
H A Dconfig_win.c59 WCHAR folder_ucs2[MAX_PATH];
H A Dwin32_crypto.c54 static const WCHAR description[] = L"auth_svn.simple.wincrypt";
H A Dwin32_crashrpt.c334 WCHAR *type_name_wbcs;
/freebsd-10.2-release/usr.bin/xlint/lint1/
H A Dparam.h108 #define WCHAR SHORT macro
H A Dinit.c614 (strg->st_tspec == WCHAR && t == WCHAR))) {
624 (strg->st_tspec == WCHAR && t == WCHAR))) {
/freebsd-10.2-release/crypto/openssl/crypto/
H A Dcryptlib.c790 WCHAR *name;
820 name = (WCHAR *)alloca(len + sizeof(WCHAR));
825 name[len / sizeof(WCHAR)] = L'\0'; /* paranoia */
873 WCHAR *fmtw;
875 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
884 fmtw[i] = (WCHAR)fmta[i];
/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A Dregex.c622 # ifdef WCHAR
636 # define WCHAR
654 # ifdef WCHAR
665 # endif /* WCHAR */
682 # ifdef WCHAR
700 # ifdef WCHAR
885 # ifdef WCHAR
961 # endif /* WCHAR */
1238 # ifdef WCHAR
1311 # endif /* WCHAR */
631 # define WCHAR macro
8200 # undef WCHAR macro
[all...]
/freebsd-10.2-release/contrib/binutils/libiberty/
H A Dregex.c622 # ifdef WCHAR
636 # define WCHAR
654 # ifdef WCHAR
665 # endif /* WCHAR */
682 # ifdef WCHAR
700 # ifdef WCHAR
885 # ifdef WCHAR
961 # endif /* WCHAR */
1238 # ifdef WCHAR
1311 # endif /* WCHAR */
631 # define WCHAR macro
8200 # undef WCHAR macro
[all...]
/freebsd-10.2-release/contrib/libpcap/
H A Dinet.c841 static WCHAR AdaptersName[8192];
843 WCHAR *tUstr;
844 WCHAR *TAdaptersName = (WCHAR*)malloc(8192 * sizeof(WCHAR));
864 tUstr = (WCHAR*)AdaptersName;
888 tUstr = (WCHAR*)tmp;
/freebsd-10.2-release/crypto/openssl/crypto/bio/
H A Dbss_file.c145 WCHAR wmode[8];
146 WCHAR *wfilename = _alloca(sz * sizeof(WCHAR));
/freebsd-10.2-release/contrib/tcsh/
H A Dtc.decls.h268 #define one_wctomb(S, WCHAR) (*(S) = (WCHAR), (size_t)1)
/freebsd-10.2-release/contrib/wpa/src/drivers/
H A Dndis_events.c35 WCHAR *adapter_desc;
398 WCHAR query[256];
472 events->adapter_desc = os_malloc((len + 1) * sizeof(WCHAR));
489 WCHAR query[MAX_QUERY_LEN];
H A Ddriver_ndis.c2035 WCHAR *pos;
2056 pos = (WCHAR *) ((char *) b + b->DeviceNameOffset);
2064 pos = (WCHAR *) ((char *) b + b->DeviceDescrOffset);
2528 WCHAR *pos;
2740 WCHAR ifname[MAX_NDIS_DEVICE_NAME_LEN];
2753 ifname[i] = (WCHAR) prefix[i];
2755 ifname[i] = (WCHAR) drv->ifname[i - pos];
2759 ifname, len * sizeof(WCHAR), NULL, 0, &written,
2764 (const u8 *) ifname, len * sizeof(WCHAR));
2980 WCHAR *po
[all...]
/freebsd-10.2-release/gnu/usr.bin/grep/
H A Dsearch.c55 #define WCHAR(C) (ISALNUM(C) || (C) == '_') macro
583 if (!WCHAR ((unsigned char) beg[start - 1]))
612 if (!WCHAR ((unsigned char) beg[start + len]))
994 if (WCHAR ((unsigned char) beg[-1]))
1014 if (beg + len >= buf + size || !WCHAR ((unsigned char) beg[len]))
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dwince-stub.c43 WCHAR buf[4096];
524 WCHAR buf[80];
H A Dwin32-nat.c642 DWORD size = unicode ? sizeof (WCHAR) : sizeof (char);
669 WCHAR *unicode_address = (WCHAR *) alloca (len * sizeof (WCHAR));
670 ReadProcessMemory (h, address_ptr, unicode_address, len * sizeof (WCHAR),
H A Dwince.c600 *out_len = sizeof (WCHAR) * MultiByteToWideChar (CP_ACP, 0, s, -1, NULL, 0);
/freebsd-10.2-release/contrib/gcclibs/libcpp/include/
H A Dcpplib.h125 TK(WCHAR, LITERAL) /* L'char' */ \
/freebsd-10.2-release/crypto/openssl/apps/
H A Dapps.c2665 if (!MultiByteToWideChar(CP_ACP, 0, from, flen, (WCHAR *)tfrom, flen))
2670 if (!MultiByteToWideChar(CP_ACP, 0, to, tlen, (WCHAR *)tto, tlen))
2910 FileData.cFileName[i] = (WCHAR)name[i];
/freebsd-10.2-release/contrib/wpa/src/crypto/
H A Dtls_openssl.c429 WCHAR *wstore;
437 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c[all...]
/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 905 milliseconds