Searched refs:TCHAR (Results 26 - 50 of 106) sorted by relevance

12345

/external/openssl/crypto/
H A Dcryptlib.c837 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;
/external/libpng/contrib/visupng/
H A 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];
169 static TCHAR szTitleName [MAX_PATH];
171 static TCHAR *pPngFileList = NULL;
513 BOOL BuildPngList (PTSTR pstrPathName, TCHAR **ppFileList, int *pFileCount,
516 static TCHAR szImgPathName [MAX_PATH];
517 static TCHAR szImgFileName [MAX_PATH];
518 static TCHAR szImgFindName [MAX_PATH];
523 static TCHAR szTm
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_utility_win.cc71 TCHAR szOS[STRING_MAX_SIZE];
195 TCHAR buf[80];
H A Daudio_mixer_manager_win.h119 char* WideToUTF8(const TCHAR* src) const;
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoice_engine_defines.h265 #define TCHAR char macro
325 #define TCHAR char macro
/external/lzma/CPP/Common/
H A DMyWindows.h47 typedef CHAR TCHAR; typedef
48 typedef const TCHAR *LPCTSTR;
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils_win.cc29 TCHAR ver_buffer[128];
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_windows_impl.h23 #define EXPAND(x) x, sizeof(x)/sizeof(TCHAR)
/external/lzma/CPP/Windows/
H A DDLL.cpp77 TCHAR fullPath[MAX_PATH + 2];
/external/chromium_org/third_party/icu/source/samples/layout/
H A DGDIFontInstance.h73 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Daddr2line-pdb.c131 MAX_SYM_NAME*sizeof(TCHAR) +
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Daddr2line-pdb.c138 MAX_SYM_NAME*sizeof(TCHAR) +
/external/chromium_org/third_party/webrtc/base/
H A Dwin32.h122 bool AdjustCurrentProcessPrivilege(const TCHAR* privilege, bool to_enable);
H A Dwin32filesystem.cc297 TCHAR buffer[MAX_PATH + 1];
339 TCHAR buffer[MAX_PATH + 1];
349 TCHAR buffer[MAX_PATH + 1];
H A Dwin32socketserver.h124 static const TCHAR kWindowName[];
/external/icu/icu4c/source/samples/layout/
H A DGDIFontInstance.h73 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
/external/chromium_org/third_party/power_gadget/
H A DPowerGadgetLib.cpp82 TCHAR *pszPath = _wgetenv(L"IPG_Dir");
86 TCHAR *pszVersion = _wgetenv(L"IPG_Ver");
/external/chromium_org/tools/win/link_limiter/
H A Dlimiter.cc17 typedef std::basic_string<TCHAR> tstring;
44 TCHAR* msg_buf = NULL;
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_win.cc430 TCHAR name[kStringLength];
450 TCHAR service_name[kStringLength];
548 TCHAR target[kStringLength];
/external/mdnsresponder/mDNSShared/
H A DDebugServices.c156 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_org/chrome/browser/
H A Dmemory_details_win.cc124 TCHAR name[MAX_PATH];
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_win.cc97 TCHAR volume_path[MAX_PATH + 1];
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_win.cc150 TCHAR* className) {
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c320 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/wpa_supplicant_8/src/utils/
H A Dcommon.c320 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));

Completed in 3275 milliseconds

12345