/freebsd/crypto/openssl/crypto/ |
H A D | LPdir_win.c | 97 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()
|
H A D | cryptlib.c | 109 TCHAR buf[256]; in OPENSSL_showfatal() 110 const TCHAR *fmt; in OPENSSL_showfatal() 134 if (sizeof(TCHAR) == sizeof(char)) in OPENSSL_showfatal() 135 fmt = (const TCHAR *)fmta; in OPENSSL_showfatal() 144 fmt = (const TCHAR *)L"no stack?"; in OPENSSL_showfatal() 186 fmt = (const TCHAR *)fmtw; in OPENSSL_showfatal() 212 const TCHAR *pmsg = buf; in OPENSSL_showfatal()
|
/freebsd/contrib/expat/xmlwf/ |
H A D | win32filemap.c | 54 static void win32perror(const TCHAR *); 57 filemap(const TCHAR *name, in filemap() argument 58 void (*processor)(const void *, size_t, const TCHAR *, void *arg), in filemap() 110 win32perror(const TCHAR *s) { in win32perror()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config_winreg.c | 67 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() 452 TCHAR buf[256]; in wpa_config_read() 504 static int wpa_config_write_reg_dword(HKEY hk, const TCHAR *name, int val, in wpa_config_write_reg_dword() 531 TCHAR *_name, *_val; in wpa_config_write_reg_string() [all …]
|
H A D | main_winsvc.c | 62 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()
|
H A D | ctrl_iface_named_pipe.c | 136 TCHAR name[256]; in ctrl_open_pipe() 386 TCHAR *t_sddl; in ctrl_iface_parse()
|
/freebsd/crypto/openssl/ms/ |
H A D | uplink.c | 26 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()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | expand_path.c | 55 TCHAR tpath[MAX_PATH]; in _expand_temp_folder() 95 TCHAR path[MAX_PATH]; in _expand_bin_dir() 96 TCHAR *lastSlash; in _expand_bin_dir() 107 TCHAR *fslash = strrchr(lastSlash, '/'); in _expand_bin_dir() 243 TCHAR path[MAX_PATH]; in _expand_csidl()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_win32util.c | 77 TCHAR buf[MAX_PATH]; in NCURSES_EXPORT() 96 TCHAR *pos = _tcsrchr(buf, _T('\\')); in NCURSES_EXPORT()
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock_main.cc | 62 GTEST_API_ int _tmain(int argc, TCHAR** argv) {
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_ndis.h | 30 TCHAR *adapter_name;
|
H A D | driver_ndis.c | 2372 TCHAR multi[100]; in wpa_driver_ndis_rebind_adapter() 2388 memcpy(multi, drv->adapter_name, len * sizeof(TCHAR)); in wpa_driver_ndis_rebind_adapter() 2389 memcpy(&multi[len], TEXT("NDISUIO\0"), 9 * sizeof(TCHAR)); in wpa_driver_ndis_rebind_adapter() 2393 multi, len * sizeof(TCHAR), NULL, 0, NULL, NULL)) in wpa_driver_ndis_rebind_adapter() 2398 (u8 *) multi, len * sizeof(TCHAR)); in wpa_driver_ndis_rebind_adapter() 2420 TCHAR keyname[256], devname[256]; in wpa_driver_ndis_set_wzc()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | common.c | 450 void wpa_unicode2ascii_inplace(TCHAR *str) in wpa_unicode2ascii_inplace() 461 TCHAR * wpa_strdup_tchar(const char *str) in wpa_strdup_tchar() 464 TCHAR *buf; in wpa_strdup_tchar() 465 buf = os_malloc((strlen(str) + 1) * sizeof(TCHAR)); in wpa_strdup_tchar()
|
H A D | common.h | 517 void wpa_unicode2ascii_inplace(TCHAR *str); 518 TCHAR * wpa_strdup_tchar(const char *str);
|
H A D | pcsc_funcs.c | 523 TCHAR *readers = NULL; in scard_init()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | ompt-general.cpp | 223 TCHAR modName[MAX_PATH]; in ompt_tool_windows() 233 TCHAR modName[MAX_PATH]; in ompt_tool_windows()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 2643 TCHAR *tfrom = NULL, *tto; in WIN32_rename() 2647 if (sizeof(TCHAR) == 1) { in WIN32_rename() 2648 tfrom = (TCHAR *)from; in WIN32_rename() 2649 tto = (TCHAR *)to; in WIN32_rename() 2661 tfrom[i] = (TCHAR)from[i]; in WIN32_rename() 2666 tto[i] = (TCHAR)to[i]; in WIN32_rename() 2686 if (tfrom != NULL && tfrom != (TCHAR *)from) in WIN32_rename()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | util-internal.h | 455 HMODULE evutil_load_windows_system_library_(const TCHAR *library_name);
|
H A D | evutil.c | 2573 evutil_load_windows_system_library_(const TCHAR *library_name) in evutil_load_windows_system_library_() 2575 TCHAR path[MAX_PATH]; in evutil_load_windows_system_library_()
|
/freebsd/contrib/libevent/ |
H A D | util-internal.h | 455 HMODULE evutil_load_windows_system_library_(const TCHAR *library_name);
|
H A D | evutil.c | 2573 evutil_load_windows_system_library_(const TCHAR *library_name) in evutil_load_windows_system_library_() 2575 TCHAR path[MAX_PATH]; in evutil_load_windows_system_library_()
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | tncc.c | 405 TCHAR *lib = wpa_strdup_tchar(imc->path); in tncc_load_imc() 898 TCHAR name[255], *val; in tncc_read_config_reg()
|
/freebsd/contrib/wpa/src/common/ |
H A D | wpa_ctrl.c | 667 TCHAR name[256]; in wpa_ctrl_open()
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 401 -T TCHAR
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win_driver.c | 1902 TCHAR buf[MAX_PATH]; in _ismintty() 1923 TCHAR *pos = _tcsrchr(buf, _T('\\')); in _ismintty()
|