Home
last modified time | relevance | path

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

123

/external/boringssl/src/crypto/
Ddirectory_win.c68 if (sizeof(TCHAR) != sizeof(char)) { in OPENSSL_DIR_read()
69 TCHAR *wdir = NULL; in OPENSSL_DIR_read()
73 wdir = (TCHAR *)malloc(len_0 * sizeof(TCHAR)); in OPENSSL_DIR_read()
84 wdir[index] = (TCHAR)directory[index]; in OPENSSL_DIR_read()
92 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx); in OPENSSL_DIR_read()
107 if (sizeof(TCHAR) != sizeof(char)) { in OPENSSL_DIR_read()
108 TCHAR *wdir = (*ctx)->ctx.cFileName; in OPENSSL_DIR_read()
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc68 TCHAR title[kMaxLoadString]; // Title bar text.
69 TCHAR window_class[kMaxLoadString]; // Main window class name.
139 static void AppendTextToEditBox(TCHAR* text) { in AppendTextToEditBox()
143 TCHAR line[kMaximumLineLength]; in AppendTextToEditBox()
172 TCHAR* text = reinterpret_cast<TCHAR*>(context); in AppendTextWorker()
186 TCHAR* text = new TCHAR[kMaximumLineLength]; in ShowDumpResults()
202 TCHAR* line = new TCHAR[kMaximumLineLength]; in ShowClientConnected()
220 TCHAR* line = new TCHAR[kMaximumLineLength]; in ShowClientCrashed()
249 line = new TCHAR[kMaximumLineLength]; in ShowClientCrashed()
264 TCHAR* line = new TCHAR[kMaximumLineLength]; in ShowClientExited()
/external/skia/src/views/win/
Dskia_win.cpp18 static const TCHAR* register_class(HINSTANCE hInstance) { in register_class()
21 static const TCHAR gSZWindowClass[] = _T("SkiaApp"); in register_class()
42 static char* tchar_to_utf8(const TCHAR* str) { in tchar_to_utf8()
64 TCHAR exename[1024], *next; in _tWinMain()
69 TCHAR* arg = _tcstok_s(lpCmdLine, _T(" "), &next); in _tWinMain()
86 const TCHAR* windowClass = register_class(hInstance); in main_common()
/external/wpa_supplicant_8/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()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_winreg.c67 TCHAR name[TNAMELEN]; in wpa_config_read_blobs()
120 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) in wpa_config_read_reg_dword()
137 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name) in wpa_config_read_reg_string()
141 TCHAR *val; in wpa_config_read_reg_string()
283 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw, in wpa_config_read_network()
311 TCHAR name[255], data[1024]; in wpa_config_read_network()
389 TCHAR name[255]; in wpa_config_read_networks()
440 TCHAR buf[256]; in wpa_config_read()
492 static int wpa_config_write_reg_dword(HKEY hk, const TCHAR *name, int val, in wpa_config_write_reg_dword()
519 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()
/external/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 …]
/external/curl/lib/
Dcurl_sasl_sspi.c61 TCHAR *Curl_sasl_build_spn(const char *service, const char *host) in Curl_sasl_build_spn()
64 TCHAR *tchar_spn = NULL; in Curl_sasl_build_spn()
122 TCHAR *spn = NULL; in Curl_sasl_create_digest_md5_message()
155 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_DIGEST), in Curl_sasl_create_digest_md5_message()
205 (TCHAR *) TEXT(SP_NAME_DIGEST), in Curl_sasl_create_digest_md5_message()
425 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_DIGEST), in Curl_sasl_create_digest_http_message()
460 (TCHAR *) TEXT(SP_NAME_DIGEST), in Curl_sasl_create_digest_http_message()
494 (TCHAR *) uripath, in Curl_sasl_create_digest_http_message()
595 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_NTLM), in Curl_sasl_create_ntlm_type1_message()
634 (TCHAR *) TEXT(SP_NAME_NTLM), in Curl_sasl_create_ntlm_type1_message()
[all …]
Dldap.c93 TCHAR *lud_dn;
94 TCHAR **lud_attrs;
101 TCHAR *lud_filter;
206 TCHAR *host = NULL; in Curl_ldap()
207 TCHAR *user = NULL; in Curl_ldap()
208 TCHAR *passwd = NULL; in Curl_ldap()
433 TCHAR *attribute; in Curl_ldap()
444 TCHAR *dn = ldap_get_dn(server, entryIterator); in Curl_ldap()
852 ludp->lud_attrs = calloc(count + 1, sizeof(TCHAR *)); in _ldap_url_parse2()
Dhttp_negotiate_sspi.c107 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) in Curl_input_negotiate()
157 (TCHAR *) TEXT(SP_NAME_NEGOTIATE), in Curl_input_negotiate()
/external/webrtc/webrtc/base/
Dwin32windowpicker_unittest.cc24 static const TCHAR* kVisibleWindowTitle = L"Visible Window";
25 static const TCHAR* kInvisibleWindowTitle = L"Invisible Window";
73 TCHAR window_title[500]; in TEST()
Dwin32windowpicker.cc53 TCHAR class_name_w[500]; in EnumProc()
61 TCHAR window_title[500]; in EnumProc()
Dwin32filesystem.cc298 TCHAR buffer[MAX_PATH + 1]; in IsTemporaryPath()
340 TCHAR buffer[MAX_PATH + 1]; in GetAppPathname()
350 TCHAR buffer[MAX_PATH + 1]; in GetAppDataFolder()
/external/webrtc/webrtc/system_wrappers/source/
Dtrace_win.cc79 TCHAR sz_date_str[20]; in AddDateTimeInfo()
80 TCHAR sz_time_str[20]; in AddDateTimeInfo()
/external/webrtc/webrtc/modules/video_capture/windows/
Dsink_filter_ds.h39 IN TCHAR* szName,
56 CaptureSinkFilter(IN TCHAR * tszName,
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_death_test.cc55 BOOL DoesPathExist(const TCHAR *path_name);
66 TCHAR temp_path_[MAX_PATH];
77 TCHAR temp_path[MAX_PATH] = { '\0' }; in SetUp()
78 TCHAR test_name_wide[MAX_PATH] = { '\0' }; in SetUp()
95 BOOL DoesPathExist(const TCHAR *path_name) { in DoesPathExist()
Dexception_handler_test.cc78 TCHAR temp_path_[MAX_PATH];
90 static BOOL DoesPathExist(const TCHAR *path_name);
115 TCHAR temp_path[MAX_PATH] = { '\0' }; in SetUp()
116 TCHAR test_name_wide[MAX_PATH] = { '\0' }; in SetUp()
144 BOOL ExceptionHandlerTest::DoesPathExist(const TCHAR *path_name) { in DoesPathExist()
/external/webrtc/webrtc/voice_engine/
Dvoice_engine_defines.h238 #define TCHAR char macro
298 #define TCHAR char macro
/external/lzma/CPP/Windows/
DFileSystem.cpp34 TCHAR v[MAX_PATH + 2]; v[0] = 0; in MyGetVolumeInformation()
35 TCHAR f[MAX_PATH + 2]; f[0] = 0; in MyGetVolumeInformation()
DFileDir.cpp33 TCHAR s[MAX_PATH + 2]; in GetWindowsDir()
55 TCHAR s[MAX_PATH + 2]; in GetSystemDir()
410 TCHAR s[MAX_PATH + 2]; in GetCurrentDir()
452 TCHAR s[MAX_PATH + 2]; in MyGetTempPath()
/external/gmock/src/
Dgmock_main.cc44 GTEST_API_ int _tmain(int argc, TCHAR** argv) {
/external/google-breakpad/src/testing/src/
Dgmock_main.cc44 GTEST_API_ int _tmain(int argc, TCHAR** argv) {
/external/mdnsresponder/mDNSShared/
DDebugServices.c156 static TCHAR *
160 TCHAR * outTCharString,
955 TCHAR buffer[ 512 ]; in DebugWindowsDebuggerPrint()
958 TCHAR * dst; in DebugWindowsDebuggerPrint()
978 *dst++ = (TCHAR) c; in DebugWindowsDebuggerPrint()
997 TCHAR name[ 128 ]; in DebugWindowsEventLogInit()
999 TCHAR path[ MAX_PATH ]; in DebugWindowsEventLogInit()
1031 n *= sizeof( TCHAR ); in DebugWindowsEventLogInit()
1064 TCHAR buffer[ 512 ]; in DebugWindowsEventLogPrint()
1067 TCHAR * dst; in DebugWindowsEventLogPrint()
[all …]
/external/lzma/CPP/Common/
DMyWindows.h54 typedef CHAR TCHAR; typedef
55 typedef const TCHAR *LPCTSTR;
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.h30 TCHAR *adapter_name;

123