HomeSort by relevance Sort by last modified time
    Searched refs:TCHAR (Results 1 - 25 of 62) sorted by null

1 2 3

  /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;
csl.h 349 extern DWORD CSL_Wstrlen(IN CONST TCHAR * ptstrSrc);
  /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;
csl.h 350 extern DWORD CSL_Wstrlen(IN CONST TCHAR * ptstrSrc);
  /external/openssl/crypto/
LPdir_win.c 28 #include <tchar.h>
76 if (sizeof(TCHAR) != sizeof(char))
78 TCHAR *wdir = NULL;
82 wdir = (TCHAR *)malloc(len_0 * sizeof(TCHAR));
95 wdir[index] = (TCHAR)directory[index];
102 (*ctx)->handle = FindFirstFile((TCHAR *)directory, &(*ctx)->ctx);
120 if (sizeof(TCHAR) != sizeof(char))
122 TCHAR *wdir = (*ctx)->ctx.cFileName;
cryptlib.c 411 #include <tchar.h>
457 TCHAR buf[256];
458 const TCHAR *fmt;
472 if (sizeof(TCHAR)==sizeof(char))
473 fmt=(const TCHAR *)fmta;
484 if (fmtw == NULL) { fmt=(const TCHAR *)L"no stack?"; break; }
506 fmt = (const TCHAR *)fmtw;
510 _vsntprintf (buf,sizeof(buf)/sizeof(TCHAR)-1,fmt,ap);
511 buf [sizeof(buf)/sizeof(TCHAR)-1] = _T('\0');
518 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/WebKitTools/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/WebKitTools/record-memory-win/
main.cpp 5 #include <tchar.h>
17 HRESULT ProcessArgs(int argc, TCHAR *argv[]);
25 int __cdecl _tmain (int argc, TCHAR *argv[])
35 HRESULT ProcessArgs(int argc, TCHAR *argv[])
152 TCHAR monitoredProcessName[MAX_PATH];
153 GetProcessImageFileName(hProcess, monitoredProcessName, sizeof(monitoredProcessName)/sizeof(TCHAR));
166 TCHAR foundProcessName[MAX_PATH];
179 GetModuleBaseName(hFoundProcess, hMod, foundProcessName, sizeof(foundProcessName)/sizeof(TCHAR));
  /external/wpa_supplicant/
driver_ndis.h 36 TCHAR *adapter_name;
main_winsvc.c 68 const TCHAR *name)
72 TCHAR adapter[TBUFLEN], config[TBUFLEN], ctrl_interface[TBUFLEN];
188 TCHAR name[255];
241 static int register_service(const TCHAR *exe)
411 TCHAR *path;
415 path = os_malloc(MAX_PATH * sizeof(TCHAR));
config_winreg.c 68 TCHAR name[TNAMELEN];
121 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val)
138 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name)
142 TCHAR *val;
198 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw,
225 TCHAR name[255], data[1024];
310 TCHAR name[255];
361 TCHAR buf[256];
408 static int wpa_config_write_reg_dword(HKEY hk, const TCHAR *name, int val,
435 TCHAR *_name, *_val
    [all...]
  /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_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_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/webkit/JavaScriptCore/os-win32/
WinMain.cpp 47 TCHAR buffer[MAX_PATH];
  /external/webkit/WebCore/platform/graphics/win/
IconWin.cpp 27 #include <tchar.h>
69 TCHAR buffer[MAX_PATH];
SimpleFontDataCGWin.cpp 45 #include <tchar.h>
77 Vector<TCHAR> faceName(faceLength);
  /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/icu4c/samples/layout/
GDIFontInstance.h 73 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
  /external/webkit/WebKitTools/WebKitLauncherWin/
WebKitLauncherWin.cpp 28 #include <tchar.h>
78 TCHAR exePath[MAX_PATH];

Completed in 311 milliseconds

1 2 3