Home
last modified time | relevance | path

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

12

/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.cpp17 TCHAR szTitle[] = _T("SampleApp"); // The title bar text
18 TCHAR szWindowClass[] = _T("SAMPLEAPP"); // the main window class name
100 char* tchar_to_utf8(const TCHAR* str) { in tchar_to_utf8()
140 TCHAR exename[1024], *next; in InitInstance()
145 TCHAR* arg = _tcstok_s(lpCmdLine, _T(" "), &next); in InitInstance()
/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()
Dctrl_iface_named_pipe.c136 TCHAR name[256]; in ctrl_open_pipe()
387 TCHAR *t_sddl; in ctrl_iface_parse()
/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/lzma/CPP/Windows/
DFileName.h14 const TCHAR kDirDelimiter = CHAR_PATH_SEPARATOR;
15 const TCHAR kAnyStringWildcard = '*';
DDLL.cpp77 TCHAR fullPath[MAX_PATH + 2]; in MyGetModuleFileName()
DFileFind.cpp33 static const TCHAR kDot = TEXT('.');
409 TCHAR c = buffer[i]; in MyGetLogicalDriveStrings()
DFileIO.cpp26 if (len < 5 || len > 5 || memcmp(n, TEXT("DSK"), 3 * sizeof(TCHAR)) != 0) in IsDeviceName()
37 if (len < 18 || len > 22 || memcmp(n + 4, TEXT("PhysicalDrive"), 13 * sizeof(TCHAR)) != 0) in IsDeviceName()
DRegistry.cpp80 TCHAR buffer[kBufferSize]; in RecurseDeleteKey()
133 (const BYTE * )value, (lstrlen(value) + 1) * sizeof(TCHAR)); in SetValue()
/external/webrtc/src/system_wrappers/source/
Dtrace_win.cc114 TCHAR szDateStr[20]; in AddDateTimeInfo()
115 TCHAR szTimeStr[20]; in AddDateTimeInfo()
/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/lzma/CPP/Common/
DMyWindows.h47 typedef CHAR TCHAR; typedef
48 typedef const TCHAR *LPCTSTR;
/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/google-breakpad/src/testing/src/
Dgmock_main.cc44 GTEST_API_ int _tmain(int argc, TCHAR** argv) {
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.h30 TCHAR *adapter_name;
/external/wpa_supplicant_8/src/utils/
Dcommon.c439 void wpa_unicode2ascii_inplace(TCHAR *str) in wpa_unicode2ascii_inplace()
450 TCHAR * wpa_strdup_tchar(const char *str) in wpa_strdup_tchar()
453 TCHAR *buf; in wpa_strdup_tchar()
454 buf = os_malloc((strlen(str) + 1) * sizeof(TCHAR)); in wpa_strdup_tchar()
Dcommon.h492 void wpa_unicode2ascii_inplace(TCHAR *str);
493 TCHAR * wpa_strdup_tchar(const char *str);
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.h73 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
Dlayout.cpp39 TCHAR szAppName[] = TEXT(APP_NAME);
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp38 TCHAR fullPath[MAX_PATH + 1]; in GetLibraryFolderPrefix()
50 static const TCHAR *kMainDll = TEXT("7z.dll");

12