Searched refs:WCHAR (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dconfigure.h29 WCHAR *tag_format_w;
H A Dinfobox.c213 #define GetTextW(x,y) GetDlgItemTextW(hwnd, x, (WCHAR*)buffer, sizeof(buffer)/2); \
214 if (*(WCHAR*)buffer) FLAC_plugin__tags_set_tag_ucs2(data->tags, y, (WCHAR*)buffer, /*replace_all=*/false); \
H A Din_flac.c320 static void format_title(const char *filename, WCHAR *title, unsigned max_size)
350 static WCHAR buffer[400];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dcryptlib.c630 WCHAR *name;
644 name=(WCHAR *)_alloca(len+sizeof(WCHAR));
646 name=(WCHAR *)alloca(len+sizeof(WCHAR));
652 name[len/sizeof(WCHAR)]=L'\0'; /* paranoia */
690 WCHAR *fmtw;
693 fmtw = (WCHAR *)_alloca (len_0*sizeof(WCHAR));
695 fmtw = (WCHAR *)alloc
[all...]
H A DLPdir_win.c92 if (!MultiByteToWideChar(CP_ACP, 0, directory, len_0, (WCHAR *)wdir, len_0))
129 if (!WideCharToMultiByte(CP_ACP, 0, (WCHAR *)wdir, len_0, (*ctx)->entry_name,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ms/
H A Dtlhelp32.h57 WCHAR szExeFile[MAX_PATH];
89 WCHAR szModule[MAX_MODULE_NAME32 + 1];
90 WCHAR szExePath[MAX_PATH];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dtlhelp32.h57 WCHAR szExeFile[MAX_PATH];
89 WCHAR szModule[MAX_MODULE_NAME32 + 1];
90 WCHAR szExePath[MAX_PATH];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Didn_win32.c111 WCHAR unicode[IDN_MAX_LENGTH];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/dso/
H A Ddso_win32.c75 WCHAR lpProcNameW[64];
79 lpProcNameW[i] = (WCHAR)lpProcName[i];
91 WCHAR *fnamw;
95 fnamw = (WCHAR *)_alloca (len_0*sizeof(WCHAR));
97 fnamw = (WCHAR *)alloca (len_0*sizeof(WCHAR));
104 for (i=0;i<len_0;i++) fnamw[i]=(WCHAR)lpLibFileName[i];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c566 # ifdef WCHAR
580 # define WCHAR
602 # ifdef WCHAR
613 # endif /* WCHAR */
630 # ifdef WCHAR
647 # ifdef WCHAR
830 # ifdef WCHAR
906 # endif /* WCHAR */
1187 # ifdef WCHAR
1261 # endif /* WCHAR */
575 # define WCHAR macro
8296 # undef WCHAR macro
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Dssl_cert.c828 (WCHAR *)wdir,len_0))
864 (WCHAR *)fnam,flen_0,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dapps.c1998 WCHAR* wfrom;
1999 WCHAR* wto;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.c2175 WCHAR* wfrom;
2176 WCHAR* wto;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c27209 WCHAR *zDeleteOnClose; /* Name of file to delete when closing */
27273 static WCHAR *utf8ToUnicode(const char *zFilename){
27275 WCHAR *zWideFilename;
27294 static char *unicodeToUtf8(const WCHAR *zWideFilename){
27319 static WCHAR *mbcsToUnicode(const char *zFilename){
27321 WCHAR *zMbcsFilename;
27324 nByte = MultiByteToWideChar(codepage, 0, zFilename, -1, NULL,0)*sizeof(WCHAR);
27344 static char *unicodeToMbcs(const WCHAR *zWideFilename){
27369 WCHAR *zTmpWide;
27386 WCHAR *zTmpWid
[all...]

Completed in 407 milliseconds