Home
last modified time | relevance | path

Searched refs:TCHAR (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/FatFs/source/
Dff.h146 typedef WCHAR TCHAR; typedef
150 typedef char TCHAR; typedef
154 typedef DWORD TCHAR; typedef
160 typedef char TCHAR; typedef
326 const TCHAR* pat; /* Pointer to the name matching pattern */
341 TCHAR altname[FF_SFN_BUF + 1];/* Altenative file name */
342 TCHAR fname[FF_LFN_BUF + 1]; /* Primary file name */
344 TCHAR fname[12 + 1]; /* File name */
427 FRESULT f_checkvirpart (FATFS* fs, const TCHAR* path, BYTE vol);
428 FRESULT f_makevirpart (FATFS* fs, const TCHAR* path, BYTE vol);
[all …]
Dff.c580 const TCHAR** str /* Pointer to pointer to TCHAR string in configured encoding */ in tchar2uni()
584 const TCHAR *p = *str; in tchar2uni()
625 uc = (TCHAR)*p++; /* Get a unit */ in tchar2uni()
654 TCHAR* buf, /* Output buffer */ in put_utf()
678 *buf = (TCHAR)chr; in put_utf()
683 *buf++ = (TCHAR)(0xC0 | (chr >> 6 & 0x1F)); in put_utf()
684 *buf++ = (TCHAR)(0x80 | (chr >> 0 & 0x3F)); in put_utf()
689 *buf++ = (TCHAR)(0xE0 | (chr >> 12 & 0x0F)); in put_utf()
690 *buf++ = (TCHAR)(0x80 | (chr >> 6 & 0x3F)); in put_utf()
691 *buf++ = (TCHAR)(0x80 | (chr >> 0 & 0x3F)); in put_utf()
[all …]
/third_party/openssl/crypto/
DLPdir_win.c97 if (sizeof(TCHAR) != sizeof(char)) { in LP_find_file()
98 TCHAR *wdir = NULL; in LP_find_file()
123 wdir = _alloca((sz + 2) * sizeof(TCHAR)); in LP_find_file()
139 wdir = _alloca((sz + 2) * sizeof(TCHAR)); in LP_find_file()
141 wdir[index] = (TCHAR)directory[index]; in LP_find_file()
166 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx); in LP_find_file()
180 if (sizeof(TCHAR) != sizeof(char)) { in LP_find_file()
181 TCHAR *wdir = (*ctx)->ctx.cFileName; in LP_find_file()
Dcryptlib.c264 TCHAR buf[256]; in OPENSSL_showfatal()
265 const TCHAR *fmt; in OPENSSL_showfatal()
289 if (sizeof(TCHAR) == sizeof(char)) in OPENSSL_showfatal()
290 fmt = (const TCHAR *)fmta; in OPENSSL_showfatal()
299 fmt = (const TCHAR *)L"no stack?"; in OPENSSL_showfatal()
341 fmt = (const TCHAR *)fmtw; in OPENSSL_showfatal()
373 const TCHAR *pmsg = buf; in OPENSSL_showfatal()
/third_party/musl/libc-test/src/functional/
Dmbc.c18 #define TCHAR(f, x, m) (void)( \ macro
67 TCHAR((mbrtowc(&wc, "\xc2\x80", 2, &st),wc), 0x80, "wrong char"); in main()
69 TCHAR((mbrtowc(&wc, "\xe0\xa0\x80", 3, &st),wc), 0x800, "wrong char"); in main()
71 TCHAR((mbrtowc(&wc, "\xf0\x90\x80\x80", 4, &st),wc), 0x10000, "wrong char"); in main()
76 TCHAR(wc, 0x80, "wrong char"); in main()
81 TCHAR(wcs[0], 0xa0, "wrong char"); in main()
82 TCHAR(wcs[1], 'a', "wrong char"); in main()
/third_party/expat/xmlwf/
Dwin32filemap.c53 static void win32perror(const TCHAR *);
56 filemap(const TCHAR *name, in filemap() argument
57 void (*processor)(const void *, size_t, const TCHAR *, void *arg), in filemap()
109 win32perror(const TCHAR *s) { in win32perror()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dwin32filemap.c53 static void win32perror(const TCHAR *);
56 filemap(const TCHAR *name, in filemap() argument
57 void (*processor)(const void *, size_t, const TCHAR *, void *arg), in filemap()
109 win32perror(const TCHAR *s) { in win32perror()
/third_party/node/tools/msvs/msi/
Dcustom_actions.cc37 TCHAR upgrade_code[GUID_BUFFER_SIZE]; in SetInstallScope()
44 TCHAR product_code[GUID_BUFFER_SIZE]; in SetInstallScope()
50 TCHAR assignment_type[2]; in SetInstallScope()
106 TCHAR userName[UNLEN + 1] = {0}; in GetLocalizedUserNames()
108 TCHAR domain[DNLEN + 1] = {0}; in GetLocalizedUserNames()
/third_party/grpc/src/ruby/ext/grpc/
Drb_loader.c26 TCHAR fname[] = _T("grpc_c.64.ruby"); in grpc_rb_load_core()
28 TCHAR fname[] = _T("grpc_c.32.ruby"); in grpc_rb_load_core()
31 TCHAR path[2048 + 32] = _T(""); in grpc_rb_load_core()
/third_party/curl/lib/vauth/
Dvauth.c70 TCHAR *Curl_auth_build_spn(const char *service, const char *host, in Curl_auth_build_spn()
74 TCHAR *tchar_spn = NULL; in Curl_auth_build_spn()
75 TCHAR *dupe_tchar_spn = NULL; in Curl_auth_build_spn()
Ddigest_sspi.c61 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_DIGEST), in Curl_auth_is_digest_supported()
97 TCHAR *spn = NULL; in Curl_auth_create_digest_md5_message()
120 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_DIGEST), in Curl_auth_create_digest_md5_message()
162 (TCHAR *) TEXT(SP_NAME_DIGEST), in Curl_auth_create_digest_md5_message()
409 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_DIGEST), in Curl_auth_create_digest_http_message()
481 TCHAR *spn; in Curl_auth_create_digest_http_message()
529 (TCHAR *) TEXT(SP_NAME_DIGEST), in Curl_auth_create_digest_http_message()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Daddinterface.cpp107 TCHAR name[10]; in addRegistryInterface()
119 TCHAR name[255]; in addRegistryInterface()
162 (ifname.length() + 1) * sizeof(TCHAR)); in addRegistryInterface()
169 (LPBYTE) TEXT("default"), 8 * sizeof(TCHAR)); in addRegistryInterface()
171 (LPBYTE) TEXT(""), 1 * sizeof(TCHAR)); in addRegistryInterface()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Daddinterface.cpp107 TCHAR name[10]; in addRegistryInterface()
119 TCHAR name[255]; in addRegistryInterface()
162 (ifname.length() + 1) * sizeof(TCHAR)); in addRegistryInterface()
169 (LPBYTE) TEXT("default"), 8 * sizeof(TCHAR)); in addRegistryInterface()
171 (LPBYTE) TEXT(""), 1 * sizeof(TCHAR)); in addRegistryInterface()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig_winreg.c67 TCHAR name[TNAMELEN]; in wpa_config_read_blobs()
119 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) in wpa_config_read_reg_dword()
136 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name) in wpa_config_read_reg_string()
140 TCHAR *val; in wpa_config_read_reg_string()
294 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw, in wpa_config_read_network()
322 TCHAR name[255], data[1024]; in wpa_config_read_network()
400 TCHAR name[255]; in wpa_config_read_networks()
451 TCHAR buf[256]; in wpa_config_read()
503 static int wpa_config_write_reg_dword(HKEY hk, const TCHAR *name, int val, in wpa_config_write_reg_dword()
530 TCHAR *_name, *_val; in wpa_config_write_reg_string()
[all …]
Dmain_winsvc.c62 const TCHAR *name) in read_interface()
66 TCHAR adapter[TBUFLEN], config[TBUFLEN], ctrl_interface[TBUFLEN]; in read_interface()
201 TCHAR name[255]; in wpa_supplicant_thread()
254 static int register_service(const TCHAR *exe) in register_service()
424 TCHAR *path; in main()
428 path = os_malloc(MAX_PATH * sizeof(TCHAR)); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig_winreg.c67 TCHAR name[TNAMELEN]; in wpa_config_read_blobs()
119 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) in wpa_config_read_reg_dword()
136 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name) in wpa_config_read_reg_string()
140 TCHAR *val; in wpa_config_read_reg_string()
285 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw, in wpa_config_read_network()
313 TCHAR name[255], data[1024]; in wpa_config_read_network()
391 TCHAR name[255]; in wpa_config_read_networks()
442 TCHAR buf[256]; in wpa_config_read()
494 static int wpa_config_write_reg_dword(HKEY hk, const TCHAR *name, int val, in wpa_config_write_reg_dword()
521 TCHAR *_name, *_val; in wpa_config_write_reg_string()
[all …]
Dmain_winsvc.c62 const TCHAR *name) in read_interface()
66 TCHAR adapter[TBUFLEN], config[TBUFLEN], ctrl_interface[TBUFLEN]; in read_interface()
201 TCHAR name[255]; in wpa_supplicant_thread()
254 static int register_service(const TCHAR *exe) in register_service()
424 TCHAR *path; in main()
428 path = os_malloc(MAX_PATH * sizeof(TCHAR)); in main()
/third_party/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.c47 BOOL BuildPngList (PTSTR pstrPathName, TCHAR **ppFileList, int *pFileCount,
50 BOOL SearchPngList (TCHAR *pFileList, int FileCount, int *pFileIndex,
168 static TCHAR szImgPathName [MAX_PATH]; in WndProc()
169 static TCHAR szTitleName [MAX_PATH]; in WndProc()
171 static TCHAR *pPngFileList = NULL; in WndProc()
513 BOOL BuildPngList (PTSTR pstrPathName, TCHAR **ppFileList, int *pFileCount, in BuildPngList()
516 static TCHAR szImgPathName [MAX_PATH]; in BuildPngList()
517 static TCHAR szImgFileName [MAX_PATH]; in BuildPngList()
518 static TCHAR szImgFindName [MAX_PATH]; in BuildPngList()
523 static TCHAR szTmp [MAX_PATH]; in BuildPngList()
[all …]
/third_party/libpng/contrib/visupng/
DVisualPng.c47 BOOL BuildPngList (PTSTR pstrPathName, TCHAR **ppFileList, int *pFileCount,
50 BOOL SearchPngList (TCHAR *pFileList, int FileCount, int *pFileIndex,
168 static TCHAR szImgPathName [MAX_PATH]; in WndProc()
169 static TCHAR szTitleName [MAX_PATH]; in WndProc()
171 static TCHAR *pPngFileList = NULL; in WndProc()
513 BOOL BuildPngList (PTSTR pstrPathName, TCHAR **ppFileList, int *pFileCount, in BuildPngList()
516 static TCHAR szImgPathName [MAX_PATH]; in BuildPngList()
517 static TCHAR szImgFileName [MAX_PATH]; in BuildPngList()
518 static TCHAR szImgFindName [MAX_PATH]; in BuildPngList()
523 static TCHAR szTmp [MAX_PATH]; in BuildPngList()
[all …]
/third_party/flutter/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.c47 BOOL BuildPngList (PTSTR pstrPathName, TCHAR **ppFileList, int *pFileCount,
50 BOOL SearchPngList (TCHAR *pFileList, int FileCount, int *pFileIndex,
168 static TCHAR szImgPathName [MAX_PATH]; in WndProc()
169 static TCHAR szTitleName [MAX_PATH]; in WndProc()
171 static TCHAR *pPngFileList = NULL; in WndProc()
513 BOOL BuildPngList (PTSTR pstrPathName, TCHAR **ppFileList, int *pFileCount, in BuildPngList()
516 static TCHAR szImgPathName [MAX_PATH]; in BuildPngList()
517 static TCHAR szImgFileName [MAX_PATH]; in BuildPngList()
518 static TCHAR szImgFindName [MAX_PATH]; in BuildPngList()
523 static TCHAR szTmp [MAX_PATH]; in BuildPngList()
[all …]
/third_party/skia/tools/sk_app/win/
Dmain_win.cpp18 static char* tchar_to_utf8(const TCHAR* str) { in tchar_to_utf8()
40 TCHAR exename[1024], *next; in _tWinMain()
45 TCHAR* arg = _tcstok_s(lpCmdLine, _T(" "), &next); in _tWinMain()
/third_party/flutter/skia/tools/sk_app/win/
Dmain_win.cpp18 static char* tchar_to_utf8(const TCHAR* str) { in tchar_to_utf8()
40 TCHAR exename[1024], *next; in _tWinMain()
45 TCHAR* arg = _tcstok_s(lpCmdLine, _T(" "), &next); in _tWinMain()
/third_party/openssl/ms/
Duplink.c26 static TCHAR msg[128];
30 OPENSSL_showfatal(sizeof(TCHAR) == sizeof(char) ? "%s\n" : "%S\n", msg); in unimplemented()
58 len = _sntprintf(msg, sizeof(msg) / sizeof(TCHAR), in OPENSSL_Uplink()
/third_party/curl/lib/
Drename.c47 TCHAR *tchar_oldpath = curlx_convert_UTF8_to_tchar((char *)oldpath); in Curl_rename()
48 TCHAR *tchar_newpath = curlx_convert_UTF8_to_tchar((char *)newpath); in Curl_rename()
/third_party/grpc/src/core/lib/gpr/
Dtmpfile_windows.cc38 TCHAR tmp_path[MAX_PATH]; in gpr_tmpfile()
39 TCHAR tmp_filename[MAX_PATH]; in gpr_tmpfile()

12345