| /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 | 152 xmlwf-codepage.$(OBJEXT) xmlwf-@FILEMAP@.$(OBJEXT) 178 ./$(DEPDIR)/xmlwf-codepage.Po ./$(DEPDIR)/xmlwf-xmlfile.Po \ 385 codepage.c \ 391 codepage.h \ 491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlwf-codepage.Po@am__quote@ # am--include-marker 550 xmlwf-codepage.o: codepage.c 551 …S) -MT xmlwf-codepage.o -MD -MP -MF $(DEPDIR)/xmlwf-codepage.Tpo -c -o xmlwf-codepage.o `test -f '… 552 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-codepage.Tpo $(DEPDIR)/xmlwf-codepage.Po 555 …CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-codepage.o `test -f 'codepage.c' || echo '$(srcdir)/'… 557 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 | 425 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in __wide_to_char() local 427 …int ret = WideCharToMultiByte(codepage, 0, str.data(), str.size(), out, outlen, nullptr,… in __wide_to_char() 437 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in __char_to_wide() local 438 …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 | 255 haik8-8x16.fnt:en:haik8 codepage (use only with armscii8 screenmap) 256 haik8-8x16.fnt:da:haik8 codepage (brug kun med armscii8-screenmap) 261 haik8-8x14.fnt:en:haik8 codepage (use only with armscii8 screenmap) 262 haik8-8x14.fnt:da:haik8 codepage (brug kun med armscii8-screenmap) 267 haik8-8x8.fnt:en:haik8 codepage (use only with armscii8 screenmap) 268 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/libarchive/libarchive/ |
| H A D | archive_string.c | 2224 unsigned codepage; in invalid_mbs() local 2228 codepage = sc->to_cp; in invalid_mbs() 2230 codepage = sc->from_cp; in invalid_mbs() 2232 if (codepage == CP_C_LOCALE) in invalid_mbs() 2234 if (codepage != CP_UTF8) in invalid_mbs() 2239 if (MultiByteToWideChar(codepage, mbflag, p, (int)n, NULL, 0) == 0) in invalid_mbs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1566 std::error_code CodePageToUTF16(unsigned codepage, llvm::StringRef original, 1570 ::MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, original.begin(), 1581 ::MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, original.begin(), 1606 static std::error_code UTF16ToCodePage(unsigned codepage, const wchar_t *utf16, 1611 int len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, 1622 len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, converted.data(),
|
| /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 | 48977 int codepage = useAnsi ? CP_ACP : CP_OEMCP; in winMbcsToUnicode() local 48979 nWideChar = osMultiByteToWideChar(codepage, 0, zText, -1, NULL, in winMbcsToUnicode() 48988 nWideChar = osMultiByteToWideChar(codepage, 0, zText, -1, zMbcsText, in winMbcsToUnicode() 49007 int codepage = useAnsi ? CP_ACP : CP_OEMCP; in winUnicodeToMbcs() local 49009 nByte = osWideCharToMultiByte(codepage, 0, zWideText, -1, 0, 0, 0, 0); in winUnicodeToMbcs() 49017 nByte = osWideCharToMultiByte(codepage, 0, zWideText, -1, zText, in winUnicodeToMbcs()
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 4636 # but seems to work for OpenSSH's ssh. I set the codepage to 65001,
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog | [all...] |