Home
last modified time | relevance | path

Searched refs:codepage (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/expat/xmlwf/
H A DMakefile.in148 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 DMakefile.am37 codepage.c \
51 codepage.h \
/freebsd-13.1/contrib/file/magic/Magdir/
H A Drtf36 # 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 Dpalm69 >>(78.L+0x1C) belong !0 \b, codepage %d
H A Ddatabase199 #>>>>>>>>>>>>29 ubyte =0 \b, codepage ID=%#x
201 >>>>>>>>>>>>29 ubyte >0 \b, codepage ID=%#x
H A Dmap243 # A lookup table of the chars in the map's codepage, and their collating sequence
H A Dwindows583 >>&0 regex/c \^(Windows\ Latin) Windows codepage translator
/freebsd-13.1/share/syscons/fonts/
H A DINDEX.fonts257 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 DINDEX.keymaps342 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 Darchive_string.c2159 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 DPath.inc1481 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 Doperations.cpp1912 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 Dcomplete.tcsh558 complete links 'c/-/(assume-codepage async-dns download-dir \
/freebsd-13.1/contrib/subversion/
H A DCHANGES6598 (#1181), version numbers in hook scripts (#1182), win98 codepage (#1186)
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c44100 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 DCommitLog140116 fixed german umlaut codepage problem
140122 fixed german umlaut codepage problem