| /freebsd-13.1/contrib/expat/xmlwf/ |
| H A D | Makefile.in | 148 xmlwf-codepage.$(OBJEXT) xmlwf-@FILEMAP@.$(OBJEXT) 174 ./$(DEPDIR)/xmlwf-codepage.Po ./$(DEPDIR)/xmlwf-xmlfile.Po \ 373 codepage.c \ 379 codepage.h \ 543 xmlwf-codepage.o: codepage.c 544 …S) -MT xmlwf-codepage.o -MD -MP -MF $(DEPDIR)/xmlwf-codepage.Tpo -c -o xmlwf-codepage.o `test -f '… 545 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-codepage.Tpo $(DEPDIR)/xmlwf-codepage.Po 550 xmlwf-codepage.obj: codepage.c 552 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-codepage.Tpo $(DEPDIR)/xmlwf-codepage.Po 704 -rm -f ./$(DEPDIR)/xmlwf-codepage.Po [all …]
|
| H A D | Makefile.am | 37 codepage.c \ 51 codepage.h \
|
| /freebsd-13.1/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 | 69 >>(78.L+0x1C) belong !0 \b, codepage %d
|
| H A D | database | 199 #>>>>>>>>>>>>29 ubyte =0 \b, codepage ID=%#x 201 >>>>>>>>>>>>29 ubyte >0 \b, codepage ID=%#x
|
| H A D | map | 243 # A lookup table of the chars in the map's codepage, and their collating sequence
|
| H A D | windows | 583 >>&0 regex/c \^(Windows\ Latin) Windows codepage translator
|
| /freebsd-13.1/share/syscons/fonts/ |
| H A D | INDEX.fonts | 257 haik8-8x16.fnt:en:haik8 codepage (use only with armscii8 screenmap) 258 haik8-8x16.fnt:da:haik8 codepage (brug kun med armscii8-screenmap) 263 haik8-8x14.fnt:en:haik8 codepage (use only with armscii8 screenmap) 264 haik8-8x14.fnt:da:haik8 codepage (brug kun med armscii8-screenmap) 269 haik8-8x8.fnt:en:haik8 codepage (use only with armscii8 screenmap) 270 haik8-8x8.fnt:da:haik8 codepage (brug kun med armscii8-screenmap)
|
| /freebsd-13.1/share/syscons/keymaps/ |
| H A D | INDEX.keymaps | 342 kk.pt154.kst.kbd:en:Kazakh PT154 codepage 343 kk.pt154.kst.kbd:da:Kasakhisk PT154 codepage 344 kk.pt154.kst.kbd:de:Kasachisch PT154 codepage 346 kk.pt154.io.kbd:en:Kazakh PT154 codepage (with IO) 347 kk.pt154.io.kbd:da:Kazakh PT154 codepage (with IO) 348 kk.pt154.io.kbd:de:Kasachisch PT154 codepage (mit IO)
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_string.c | 2159 unsigned codepage; in invalid_mbs() local 2163 codepage = sc->to_cp; in invalid_mbs() 2165 codepage = sc->from_cp; in invalid_mbs() 2167 if (codepage == CP_C_LOCALE) in invalid_mbs() 2169 if (codepage != CP_UTF8) in invalid_mbs() 2172 if (MultiByteToWideChar(codepage, mbflag, p, (int)n, NULL, 0) == 0) in invalid_mbs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1481 std::error_code CodePageToUTF16(unsigned codepage, 1485 int len = ::MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, original.begin(), 1495 len = ::MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, original.begin(), 1521 std::error_code UTF16ToCodePage(unsigned codepage, const wchar_t *utf16, 1526 int len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, converted.begin(), 1537 len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, converted.data(),
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | operations.cpp | 1912 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in __wide_to_char() local 1914 int ret = WideCharToMultiByte(codepage, 0, str.data(), str.size(), out, in __wide_to_char() 1925 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in __char_to_wide() local 1926 int ret = MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, str.data(), in __char_to_wide()
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | complete.tcsh | 558 complete links 'c/-/(assume-codepage async-dns download-dir \
|
| /freebsd-13.1/contrib/subversion/ |
| H A D | CHANGES | 6598 (#1181), version numbers in hook scripts (#1182), win98 codepage (#1186)
|
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 44100 int codepage = useAnsi ? CP_ACP : CP_OEMCP; 44102 nByte = osMultiByteToWideChar(codepage, 0, zText, -1, NULL, 44111 nByte = osMultiByteToWideChar(codepage, 0, zText, -1, zMbcsText, 44129 int codepage = useAnsi ? CP_ACP : CP_OEMCP; 44131 nByte = osWideCharToMultiByte(codepage, 0, zWideText, -1, 0, 0, 0, 0); 44139 nByte = osWideCharToMultiByte(codepage, 0, zWideText, -1, zText,
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | CommitLog | 140116 fixed german umlaut codepage problem 140122 fixed german umlaut codepage problem
|