/freebsd/contrib/libpcap/ |
H A D | charconv.c | 44 cp_to_utf_16le(UINT codepage, const char *cp_string, DWORD flags) in cp_to_utf_16le() argument 53 utf16le_len = MultiByteToWideChar(codepage, flags, cp_string, -1, in cp_to_utf_16le() 78 utf16le_len = MultiByteToWideChar(codepage, flags, cp_string, -1, in cp_to_utf_16le() 96 utf_16le_to_cp(UINT codepage, const wchar_t *utf16le_string) in utf_16le_to_cp() argument 107 cp_len = WideCharToMultiByte(codepage, WC_COMPOSITECHECK, in utf_16le_to_cp() 132 cp_len = WideCharToMultiByte(codepage, WC_COMPOSITECHECK, in utf_16le_to_cp()
|
H A D | charconv.h | 39 extern wchar_t *cp_to_utf_16le(UINT codepage, const char *cp_string, DWORD flags); 40 extern char *utf_16le_to_cp(UINT codepage, const wchar_t *utf16le_string);
|
/freebsd/contrib/expat/xmlwf/ |
H A D | Makefile.in | 150 xmlwf-codepage.$(OBJEXT) xmlwf-@FILEMAP@.$(OBJEXT) 176 ./$(DEPDIR)/xmlwf-codepage.Po ./$(DEPDIR)/xmlwf-xmlfile.Po \ 378 codepage.c \ 384 codepage.h \ 489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlwf-codepage.Po@am__quote@ # am--include-marker 548 xmlwf-codepage.o: codepage.c 549 …S) -MT xmlwf-codepage.o -MD -MP -MF $(DEPDIR)/xmlwf-codepage.Tpo -c -o xmlwf-codepage.o `test -f '… 550 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-codepage.Tpo $(DEPDIR)/xmlwf-codepage.Po 553 …CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-codepage.o `test -f 'codepage.c' || echo '$(srcdir)/'… 555 xmlwf-codepage.obj: codepage.c [all …]
|
H A D | Makefile.am | 37 codepage.c \ 51 codepage.h \
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | path.cpp | 421 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in __wide_to_char() local 423 …int ret = WideCharToMultiByte(codepage, 0, str.data(), str.size(), out, outlen, nullptr,… in __wide_to_char() 433 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in __char_to_wide() local 434 …int ret = MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, str.data(), str.size(), out, o… in __char_to_wide()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | rtf | 36 # look for explicit codepage keyword 40 # skip unknown or buggy codepage string 0 like in fdo78502.rtf 42 # codepage string: 437~United States IBM, ..., 1252~WesternEuropean, ..., 57011~Punjabi
|
H A D | palm | 70 >>(78.L+0x1C) belong !0 \b, codepage %d
|
H A D | mail.news | 97 >>22 ubelong =0x07900600 \b, OEM codepage
|
H A D | map | 242 # A lookup table of the chars in the map's codepage, and their collating sequence
|
H A D | database | 200 #>>>>>>>>>>>>29 ubyte =0 \b, codepage ID=%#x 202 >>>>>>>>>>>>29 ubyte >0 \b, codepage ID=%#x
|
H A D | archive | 1473 # ANSIPAGE_FLAG; indicates ANSI codepage used by ARJ32; hy switch 1474 >8 byte &0x02 \b, ANSI codepage
|
H A D | windows | 1181 >>&0 regex/c \^Windows\ (Latin|Cyrillic) Windows codepage translator
|
/freebsd/share/syscons/fonts/ |
H A D | INDEX.fonts | 256 haik8-8x16.fnt:en:haik8 codepage (use only with armscii8 screenmap) 257 haik8-8x16.fnt:da:haik8 codepage (brug kun med armscii8-screenmap) 262 haik8-8x14.fnt:en:haik8 codepage (use only with armscii8 screenmap) 263 haik8-8x14.fnt:da:haik8 codepage (brug kun med armscii8-screenmap) 268 haik8-8x8.fnt:en:haik8 codepage (use only with armscii8 screenmap) 269 haik8-8x8.fnt:da:haik8 codepage (brug kun med armscii8-screenmap)
|
/freebsd/share/syscons/keymaps/ |
H A D | INDEX.keymaps | 341 kk.pt154.kst.kbd:en:Kazakh PT154 codepage 342 kk.pt154.kst.kbd:da:Kasakhisk PT154 codepage 343 kk.pt154.kst.kbd:de:Kasachisch PT154 codepage 345 kk.pt154.io.kbd:en:Kazakh PT154 codepage (with IO) 346 kk.pt154.io.kbd:da:Kazakh PT154 codepage (with IO) 347 kk.pt154.io.kbd:de:Kasachisch PT154 codepage (mit IO)
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 1540 std::error_code CodePageToUTF16(unsigned codepage, llvm::StringRef original, 1544 ::MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, original.begin(), 1555 ::MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, original.begin(), 1580 static std::error_code UTF16ToCodePage(unsigned codepage, const wchar_t *utf16, 1585 int len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, 1596 len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, converted.data(),
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_string.c | 2164 unsigned codepage; in invalid_mbs() local 2168 codepage = sc->to_cp; in invalid_mbs() 2170 codepage = sc->from_cp; in invalid_mbs() 2172 if (codepage == CP_C_LOCALE) in invalid_mbs() 2174 if (codepage != CP_UTF8) in invalid_mbs() 2177 if (MultiByteToWideChar(codepage, mbflag, p, (int)n, NULL, 0) == 0) in invalid_mbs()
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 558 complete links 'c/-/(assume-codepage async-dns download-dir \
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 48383 int codepage = useAnsi ? CP_ACP : CP_OEMCP; 48385 nByte = osMultiByteToWideChar(codepage, 0, zText, -1, NULL, 48394 nByte = osMultiByteToWideChar(codepage, 0, zText, -1, zMbcsText, 48412 int codepage = useAnsi ? CP_ACP : CP_OEMCP; 48414 nByte = osWideCharToMultiByte(codepage, 0, zWideText, -1, 0, 0, 0, 0); 48422 nByte = osWideCharToMultiByte(codepage, 0, zWideText, -1, zText,
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 4548 # but seems to work for OpenSSH's ssh. I set the codepage to 65001,
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |