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

12

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dcryptlib.c302 if (!MultiByteToWideChar(CP_ACP, 0, fmta, len_0, fmtw, len_0))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dwindows-nat.c146 WideCharToMultiByte (CP_ACP, 0, unicode_address, len, buf, sizeof buf,
/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dbsdtar_windows.c70 l = MultiByteToWideChar(CP_ACP, 0, name, len, wn, len);
/netbsd-current/external/bsd/libarchive/dist/cpio/
H A Dcpio_windows.c69 l = MultiByteToWideChar(CP_ACP, 0, name, len, wn, len);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/dso/
H A Ddso_win32.c49 if (!MultiByteToWideChar(CP_ACP, 0, lpLibFileName, len_0, fnamw, len_0))
574 return WideCharToMultiByte(CP_ACP, 0, me32.szExePath, -1,
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_win32.c49 if (!MultiByteToWideChar(CP_ACP, 0, lpLibFileName, len_0, fnamw, len_0))
573 return WideCharToMultiByte(CP_ACP, 0, me32.szExePath, -1,
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dfilename.d46 private enum CodePage = CP_ACP;
/netbsd-current/external/bsd/less/dist/
H A Dcommand.c863 MultiByteToWideChar(CP_ACP, 0, p, -1, w, sizeof(w)/sizeof(*w));
908 MultiByteToWideChar(CP_ACP, 0, p, -1, w, sizeof(w)/sizeof(*w));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc1522 return CodePageToUTF16(CP_ACP, curcp, utf16);
1564 return UTF16ToCodePage(CP_ACP, utf16, utf16_len, curcp);
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dapps.c2159 if (!MultiByteToWideChar(CP_ACP, 0, from, flen, (WCHAR *)tfrom, flen))
2164 if (!MultiByteToWideChar(CP_ACP, 0, to, tlen, (WCHAR *)tto, tlen))
2385 if (!MultiByteToWideChar(CP_ACP, 0, name, len_0, tempname, MAX_PATH))
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnls.d186 CP_ACP,
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dinterfaceiter.c473 CP_ACP,
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc881 MultiByteToWideChar(CP_ACP, 0, ansi, length, nullptr, 0);
883 MultiByteToWideChar(CP_ACP, 0, ansi, length,
895 const int ansi_length = WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, nullptr,
898 WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, ansi, ansi_length, nullptr,
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dopt.c1167 if (!MultiByteToWideChar(CP_ACP, 0, name, len_0, tempname, MAX_PATH))
H A Dapps.c2658 if (!MultiByteToWideChar(CP_ACP, 0, from, flen, (WCHAR *)tfrom, flen))
2663 if (!MultiByteToWideChar(CP_ACP, 0, to, tlen, (WCHAR *)tto, tlen))
/netbsd-current/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp1909 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP;
1922 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP;
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dtls_openssl.c522 MultiByteToWideChar(CP_ACP, 0, name + 7, -1, wbuf, 255);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 714 milliseconds

12