Searched refs:CP_ACP (Results 1 - 25 of 43) sorted by relevance

12

/netbsd-current/sys/arch/hpcmips/stand/pbsdboot/
H A Dpreference.c245 length = MultiByteToWideChar(CP_ACP,0,tempbuf,-1,identif,0);
246 MultiByteToWideChar(CP_ACP,0,tempbuf,-1,identif,length);
271 length = MultiByteToWideChar(CP_ACP,0,tempbuf,-1,unidata,0);
272 MultiByteToWideChar(CP_ACP,0,tempbuf,-1,unidata,length);
495 length = WideCharToMultiByte(CP_ACP,0,unibuf,-1,NULL,0,NULL,NULL);
496 WideCharToMultiByte(CP_ACP,0,unibuf,-1,tempbuf,length,NULL,NULL);
505 length = WideCharToMultiByte(CP_ACP,0,unibuf,-1,NULL,0,NULL,NULL);
506 WideCharToMultiByte(CP_ACP,0,unibuf,-1,tempbuf,length,NULL,NULL);
515 length = WideCharToMultiByte(CP_ACP,0,unibuf,-1,NULL,0,NULL,NULL);
516 WideCharToMultiByte(CP_ACP,
[all...]
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dfile.cpp66 size_t len = WideCharToMultiByte(CP_ACP, 0, w, wcslen(w), 0, 0, 0, 0);
72 int ret = WideCharToMultiByte(CP_ACP, 0, w, len, m, len, 0, 0);
H A Dhpcmenu.cpp226 len = WideCharToMultiByte(CP_ACP, 0, w, wcslen(w), 0, 0, 0, 0);
227 WideCharToMultiByte(CP_ACP, 0, w, len, loc, len, 0, 0);
258 len = WideCharToMultiByte(CP_ACP, 0, w, wcslen(w), 0, 0, 0, 0);
259 WideCharToMultiByte(CP_ACP, 0, w, len, loc, len, 0, 0);
286 len = WideCharToMultiByte(CP_ACP, 0, w, wcslen(w), 0, 0, 0, 0);
297 WideCharToMultiByte(CP_ACP, 0, w, len, ptr, len, 0, 0);
H A Dconsole.cpp116 size_t len = WideCharToMultiByte(CP_ACP, 0, _bufw, wcslen(_bufw),
121 if (!WideCharToMultiByte(CP_ACP, 0, _bufw, len, _bufm, len, 0, 0))
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dwinduni.h90 #ifndef CP_ACP
91 #define CP_ACP 0 /* Default to ANSI code page. */ macro
99 transformations. By default this is CP_ACP. */
103 transformations. By default this is CP_ACP. */
H A Dwinduni.c180 transformations. By default this is CP_ACP. */
181 rc_uint_type wind_default_codepage = CP_ACP;
184 transformations. By default this is CP_ACP. */
185 rc_uint_type wind_current_codepage = CP_ACP;
525 if (cp == CP_UTF16 || cp == CP_ACP)
557 return CP_ACP;
H A Dmclex.c213 unicode_from_codepage (&usz_len, &usz, sz, CP_ACP);
215 unicode_from_codepage (&usz_len, &usv, sv, CP_ACP);
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dwinduni.h90 #ifndef CP_ACP
91 #define CP_ACP 0 /* Default to ANSI code page. */ macro
99 transformations. By default this is CP_ACP. */
103 transformations. By default this is CP_ACP. */
H A Dwinduni.c180 transformations. By default this is CP_ACP. */
181 rc_uint_type wind_default_codepage = CP_ACP;
184 transformations. By default this is CP_ACP. */
185 rc_uint_type wind_current_codepage = CP_ACP;
525 if (cp == CP_UTF16 || cp == CP_ACP)
557 return CP_ACP;
H A Dmclex.c218 unicode_from_codepage (&usz_len, &usz, sz, CP_ACP);
220 unicode_from_codepage (&usz_len, &usv, sv, CP_ACP);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dwinduni.h90 #ifndef CP_ACP
91 #define CP_ACP 0 /* Default to ANSI code page. */ macro
99 transformations. By default this is CP_ACP. */
103 transformations. By default this is CP_ACP. */
H A Dwinduni.c180 transformations. By default this is CP_ACP. */
181 rc_uint_type wind_default_codepage = CP_ACP;
184 transformations. By default this is CP_ACP. */
185 rc_uint_type wind_current_codepage = CP_ACP;
525 if (cp == CP_UTF16 || cp == CP_ACP)
557 return CP_ACP;
H A Dmclex.c218 unicode_from_codepage (&usz_len, &usz, sz, CP_ACP);
220 unicode_from_codepage (&usz_len, &usv, sv, CP_ACP);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A DLPdir_win.c65 # define CP_DEFAULT CP_ACP
113 sz = MultiByteToWideChar((cp = CP_ACP), 0,
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A DLPdir_win.c65 # define CP_DEFAULT CP_ACP
113 sz = MultiByteToWideChar((cp = CP_ACP), 0,
H A Dcryptlib.c147 if (!MultiByteToWideChar(CP_ACP, 0, fmta, len_0, fmtw, len_0))
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Dstring.d124 import core.sys.windows.winnls : CP_ACP, MultiByteToWideChar;
126 enum CodePage = CP_ACP;
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Diowin32.c112 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
137 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
185 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Diowin32.c112 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
137 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
185 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Diowin32.c112 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
137 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
185 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Diowin32.c112 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
137 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
185 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
/netbsd-current/common/dist/zlib/contrib/minizip/
H A Diowin32.c117 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
142 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
190 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
/netbsd-current/crypto/external/bsd/openssl.old/dist/engines/
H A De_capi.c1114 sz = WideCharToMultiByte(CP_ACP, 0, wstr, len_0, NULL, 0, NULL, NULL);
1124 if (!WideCharToMultiByte(CP_ACP, 0, wstr, len_0, str, sz, NULL, NULL)) {
1204 if ((clen = MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1,
1207 MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1, (WCHAR *)cspname,
1569 if ((len = MultiByteToWideChar(CP_ACP, 0, id, -1, NULL, 0)) &&
1571 MultiByteToWideChar(CP_ACP, 0, id, -1, contname, len)) &&
1572 (len = MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1,
1575 MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1,
1640 if ((len = MultiByteToWideChar(CP_ACP, 0, pname, -1, NULL, 0))) {
1642 MultiByteToWideChar(CP_ACP,
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/engines/
H A De_capi.c1136 sz = WideCharToMultiByte(CP_ACP, 0, wstr, len_0, NULL, 0, NULL, NULL);
1146 if (!WideCharToMultiByte(CP_ACP, 0, wstr, len_0, str, sz, NULL, NULL)) {
1226 if ((clen = MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1,
1229 MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1, (WCHAR *)cspname,
1592 if ((len = MultiByteToWideChar(CP_ACP, 0, id, -1, NULL, 0)) &&
1594 MultiByteToWideChar(CP_ACP, 0, id, -1, contname, len)) &&
1595 (len = MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1,
1598 MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1,
1663 if ((len = MultiByteToWideChar(CP_ACP, 0, pname, -1, NULL, 0))) {
1665 MultiByteToWideChar(CP_ACP,
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dwindows-nat.c132 int needed = WideCharToMultiByte (CP_ACP, 0, value, -1, nullptr, 0,
143 if (WideCharToMultiByte (CP_ACP, 0, value, -1,
305 WideCharToMultiByte (CP_ACP, 0, unicode_address, len, buf, sizeof buf,

Completed in 280 milliseconds

12