/ndk/sources/host-tools/toolbox/ |
echo_win.c | 33 #include <tchar.h> 45 TCHAR** argv = CommandLineToArgvW(GetCommandLine(), &argc); 50 const TCHAR* arg = argv[1]; 70 const TCHAR* comma = L"";
|
/external/chromium/testing/gmock/src/ |
gmock_main.cc | 42 # include <tchar.h> // NOLINT 44 int _tmain(int argc, TCHAR** argv) {
|
/hardware/ti/omap3/dspbridge/inc/ |
dbtype.h | 149 typedef WCHAR TCHAR; 151 typedef CHAR TCHAR; 155 typedef TCHAR *PSTRING; /* Generic character string type */ 156 typedef TCHAR CHARACTER; 177 typedef WCHAR TCHAR; 179 typedef CHAR TCHAR; 183 typedef TCHAR *PSTRING; /* Generic character string type */ 184 typedef TCHAR CHARACTER;
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbtype.h | 149 typedef WCHAR TCHAR; 151 typedef CHAR TCHAR; 155 typedef TCHAR *PSTRING; /* Generic character string type */ 156 typedef TCHAR CHARACTER; 177 typedef WCHAR TCHAR; 179 typedef CHAR TCHAR; 183 typedef TCHAR *PSTRING; /* Generic character string type */ 184 typedef TCHAR CHARACTER;
|
/external/openssl/crypto/ |
LPdir_win.c | 28 #include <tchar.h> 74 if (sizeof(TCHAR) != sizeof(char)) 76 TCHAR *wdir = NULL; 80 wdir = (TCHAR *)malloc(len_0 * sizeof(TCHAR)); 93 wdir[index] = (TCHAR)directory[index]; 100 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx); 118 if (sizeof(TCHAR) != sizeof(char)) 120 TCHAR *wdir = (*ctx)->ctx.cFileName;
|
cryptlib.c | 771 #include <tchar.h> 836 TCHAR buf[256]; 837 const TCHAR *fmt; 851 if (sizeof(TCHAR)==sizeof(char)) 852 fmt=(const TCHAR *)fmta; 859 if (fmtw == NULL) { fmt=(const TCHAR *)L"no stack?"; break; } 881 fmt = (const TCHAR *)fmtw; 885 _vsntprintf (buf,sizeof(buf)/sizeof(TCHAR)-1,fmt,ap); 886 buf [sizeof(buf)/sizeof(TCHAR)-1] = _T('\0'); 893 const TCHAR *pmsg=buf [all...] |
/external/srec/audio/AudioIn/UNIX/include/ |
audioinerr.h | 59 #define TCHAR char 98 const TCHAR *szExplanation;
|
audioin.h | 248 const TCHAR * lhs_audioinErrorGetString(
|
/external/webkit/Tools/FindSafari/ |
FindSafari.cpp | 33 #include <tchar.h> 44 static TCHAR* getStringValue(HKEY key, LPCTSTR valueName) 51 TCHAR* buffer = (TCHAR*)malloc(bufferSize); 60 static TCHAR* getInstalledWebKitDirectory() 81 int _tmain(int argc, TCHAR* argv[]) 83 TCHAR* path = getInstalledWebKitDirectory();
|
/external/expat/xmlwf/ |
win32filemap.c | 20 #include <tchar.h> 23 static void win32perror(const TCHAR *); 26 filemap(const TCHAR *name, 27 void (*processor)(const void *, size_t, const TCHAR *, void *arg), 79 win32perror(const TCHAR *s)
|
/external/webkit/Tools/record-memory-win/ |
main.cpp | 5 #include <tchar.h>
17 HRESULT ProcessArgs(int argc, TCHAR *argv[]);
24 int __cdecl _tmain (int argc, TCHAR *argv[])
34 HRESULT ProcessArgs(int argc, TCHAR *argv[])
109 TCHAR szProcessName[MAX_PATH] = TEXT("<unknown>");
123 sizeof(szProcessName)/sizeof(TCHAR));
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_ndis.h | 36 TCHAR *adapter_name;
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
common.c | 272 void wpa_unicode2ascii_inplace(TCHAR *str) 283 TCHAR * wpa_strdup_tchar(const char *str) 286 TCHAR *buf; 287 buf = os_malloc((strlen(str) + 1) * sizeof(TCHAR));
|
/external/wpa_supplicant_8/src/drivers/ |
driver_ndis.h | 30 TCHAR *adapter_name;
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_win.h | 278 void OnChar(TCHAR ch, UINT repeat_count, UINT flags); 284 void OnKeyDown(TCHAR key, UINT repeat_count, UINT flags); 285 void OnKeyUp(TCHAR key, UINT repeat_count, UINT flags); 303 void OnSysChar(TCHAR ch, UINT repeat_count, UINT flags); 308 void HandleKeystroke(UINT message, TCHAR key, UINT repeat_count, UINT flags); 313 bool OnKeyDownOnlyWritable(TCHAR key, UINT repeat_count, UINT flags); 314 bool OnKeyDownAllModes(TCHAR key, UINT repeat_count, UINT flags);
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
addinterface.cpp | 113 TCHAR name[10]; 125 TCHAR name[255]; 168 (ifname.length() + 1) * sizeof(TCHAR)); 175 (LPBYTE) TEXT("default"), 8 * sizeof(TCHAR)); 177 (LPBYTE) TEXT(""), 1 * sizeof(TCHAR));
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
addinterface.cpp | 107 TCHAR name[10]; 119 TCHAR name[255]; 162 (ifname.length() + 1) * sizeof(TCHAR)); 169 (LPBYTE) TEXT("default"), 8 * sizeof(TCHAR)); 171 (LPBYTE) TEXT(""), 1 * sizeof(TCHAR));
|
/external/wpa_supplicant_6/wpa_supplicant/ |
main_winsvc.c | 68 const TCHAR *name) 72 TCHAR adapter[TBUFLEN], config[TBUFLEN], ctrl_interface[TBUFLEN]; 207 TCHAR name[255]; 260 static int register_service(const TCHAR *exe) 430 TCHAR *path; 434 path = os_malloc(MAX_PATH * sizeof(TCHAR));
|
config_winreg.c | 73 TCHAR name[TNAMELEN]; 126 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) 143 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name) 147 TCHAR *val; 262 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw, 289 TCHAR name[255], data[1024]; 376 TCHAR name[255]; 427 TCHAR buf[256]; 474 static int wpa_config_write_reg_dword(HKEY hk, const TCHAR *name, int val, 501 TCHAR *_name, *_val [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
main_winsvc.c | 62 const TCHAR *name) 66 TCHAR adapter[TBUFLEN], config[TBUFLEN], ctrl_interface[TBUFLEN]; 201 TCHAR name[255]; 254 static int register_service(const TCHAR *exe) 424 TCHAR *path; 428 path = os_malloc(MAX_PATH * sizeof(TCHAR));
|
config_winreg.c | 67 TCHAR name[TNAMELEN]; 120 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) 137 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name) 141 TCHAR *val; 278 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw, 305 TCHAR name[255], data[1024]; 390 TCHAR name[255]; 441 TCHAR buf[256]; 488 static int wpa_config_write_reg_dword(HKEY hk, const TCHAR *name, int val, 515 TCHAR *_name, *_val [all...] |
/external/chromium/chrome/browser/importer/ |
firefox_importer_utils_win.cc | 24 TCHAR ver_buffer[128];
|
/external/webkit/Source/JavaScriptCore/os-win32/ |
WinMain.cpp | 47 TCHAR buffer[MAX_PATH];
|
/external/wpa_supplicant_8/src/utils/ |
common.c | 320 void wpa_unicode2ascii_inplace(TCHAR *str) 331 TCHAR * wpa_strdup_tchar(const char *str) 334 TCHAR *buf; 335 buf = os_malloc((strlen(str) + 1) * sizeof(TCHAR));
|
/external/webkit/Tools/DumpRenderTree/win/ |
EditingDelegate.cpp | 38 #include <tchar.h> 357 static int indexOfFirstWordCharacter(const TCHAR* text) 359 const TCHAR* cursor = text; 365 static int wordLength(const TCHAR* text) 367 const TCHAR* cursor = text; 380 static const TCHAR* misspelledWords[] = {
|