/external/chromium_org/third_party/openssl/openssl/crypto/ |
cryptlib.c | 786 #include <tchar.h> 851 TCHAR buf[256]; 852 const TCHAR *fmt; 866 if (sizeof(TCHAR)==sizeof(char)) 867 fmt=(const TCHAR *)fmta; 874 if (fmtw == NULL) { fmt=(const TCHAR *)L"no stack?"; break; } 896 fmt = (const TCHAR *)fmtw; 900 _vsntprintf (buf,sizeof(buf)/sizeof(TCHAR)-1,fmt,ap); 901 buf [sizeof(buf)/sizeof(TCHAR)-1] = _T('\0'); 908 const TCHAR *pmsg=buf [all...] |
/external/openssl/crypto/ |
cryptlib.c | 772 #include <tchar.h> 837 TCHAR buf[256]; 838 const TCHAR *fmt; 852 if (sizeof(TCHAR)==sizeof(char)) 853 fmt=(const TCHAR *)fmta; 860 if (fmtw == NULL) { fmt=(const TCHAR *)L"no stack?"; break; } 882 fmt = (const TCHAR *)fmtw; 886 _vsntprintf (buf,sizeof(buf)/sizeof(TCHAR)-1,fmt,ap); 887 buf [sizeof(buf)/sizeof(TCHAR)-1] = _T('\0'); 894 const TCHAR *pmsg=buf [all...] |
/external/libpng/contrib/visupng/ |
VisualPng.c | 45 BOOL BuildPngList (PTSTR pstrPathName, TCHAR **ppFileList, int *pFileCount, 48 BOOL SearchPngList (TCHAR *pFileList, int FileCount, int *pFileIndex, 166 static TCHAR szImgPathName [MAX_PATH]; 167 static TCHAR szTitleName [MAX_PATH]; 169 static TCHAR *pPngFileList = NULL; 511 BOOL BuildPngList (PTSTR pstrPathName, TCHAR **ppFileList, int *pFileCount, 514 static TCHAR szImgPathName [MAX_PATH]; 515 static TCHAR szImgFileName [MAX_PATH]; 516 static TCHAR szImgFindName [MAX_PATH]; 521 static TCHAR szTmp [MAX_PATH] [all...] |
/external/lzma/CPP/Common/ |
MyWindows.h | 47 typedef CHAR TCHAR;
48 typedef const TCHAR *LPCTSTR;
|
/external/chromium_org/chrome/common/importer/ |
firefox_importer_utils_win.cc | 29 TCHAR ver_buffer[128];
|
/external/chromium_org/device/bluetooth/ |
bluetooth_socket_win.cc | 20 TCHAR error_msg[1024];
|
/external/icu4c/samples/layout/ |
GDIFontInstance.h | 73 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
|
/external/lzma/CPP/Windows/ |
DLL.cpp | 77 TCHAR fullPath[MAX_PATH + 2];
|
/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));
|
/hardware/ti/omap3/dspbridge/inc/ |
csl.h | 349 extern DWORD CSL_Wstrlen(IN CONST TCHAR * ptstrSrc);
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
csl.h | 350 extern DWORD CSL_Wstrlen(IN CONST TCHAR * ptstrSrc);
|
/external/chromium/googleurl/base/ |
logging.cc | 34 #include <tchar.h> 53 TCHAR log_file_name[MAX_PATH] = { 0 }; 89 TCHAR* last_backslash = _tcsrchr(log_file_name, '\\'); 123 void InitLogging(const TCHAR* new_log_file, LoggingDestination logging_dest,
|
/external/chromium_org/tools/win/link_limiter/ |
limiter.cc | 17 typedef std::basic_string<TCHAR> tstring; 44 TCHAR* msg_buf = NULL; 77 const_cast<TCHAR*>(cmdline.c_str()),
|
/ndk/sources/host-tools/ndk-depends/ |
ndk-depends.cc | 55 #include <tchar.h> 74 #define TCHAR char 144 void vmessage(int flags, const TCHAR* fmt, va_list args) { 161 void panic(const TCHAR* fmt, ...) { 170 void log_n(int n, const TCHAR* fmt, ...) { 716 bool Open(const TCHAR* path, String* error) { 885 const TCHAR* env = _tgetenv(_T("LD_LIBRARY_PATH")); 887 const TCHAR* pos = env; 890 const TCHAR* next_pos = _tcschr(pos, ':'); 919 static const TCHAR* const kAndroidSystemLibs[] = [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
win32.h | 123 bool AdjustCurrentProcessPrivilege(const TCHAR* privilege, bool to_enable);
|
win32socketserver.h | 132 static const TCHAR kWindowName[];
|
win32filesystem.cc | 33 #include <tchar.h> 314 TCHAR buffer[MAX_PATH + 1]; 356 TCHAR buffer[MAX_PATH + 1]; 366 TCHAR buffer[MAX_PATH + 1];
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32.h | 139 bool AdjustCurrentProcessPrivilege(const TCHAR* privilege, bool to_enable);
|
win32socketserver.h | 141 static const TCHAR kWindowName[];
|
win32filesystem.cc | 33 #include <tchar.h> 314 TCHAR buffer[MAX_PATH + 1]; 356 TCHAR buffer[MAX_PATH + 1]; 366 TCHAR buffer[MAX_PATH + 1];
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
addr2line-pdb.c | 131 MAX_SYM_NAME*sizeof(TCHAR) +
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
addr2line-pdb.c | 138 MAX_SYM_NAME*sizeof(TCHAR) +
|
/external/chromium_org/content/browser/geolocation/ |
wifi_data_provider_win.cc | 428 TCHAR name[kStringLength]; 448 TCHAR service_name[kStringLength]; 546 TCHAR target[kStringLength];
|
/external/mdnsresponder/mDNSShared/ |
DebugServices.c | 156 static TCHAR * 160 TCHAR * outTCharString, 955 TCHAR buffer[ 512 ]; 958 TCHAR * dst; 961 // Copy locally and null terminate the string. This also converts from char to TCHAR in case we are 978 *dst++ = (TCHAR) c; 997 TCHAR name[ 128 ]; 999 TCHAR path[ MAX_PATH ]; 1025 // Set the path in the EventMessageFile subkey. Add 1 to the TCHAR count to include the null terminator. 1031 n *= sizeof( TCHAR ); [all...] |
/external/chromium/chrome/browser/ |
memory_details_win.cc | 120 TCHAR name[MAX_PATH];
|