| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | rescoff.c | 94 bfd_byte codepage[4]; member 341 r->coff_info.codepage = windres_get_32 (wrbfd, erd->codepage, 4); in read_coff_data_entry() 733 windres_put_32 (cwi->wrbfd, erd->codepage, res->coff_info.codepage); in coff_res_to_bin()
|
| H A D | windint.h | 219 rc_uint_type codepage; member
|
| H A D | ChangeLog | 105 --codepage or -c. 108 wind_current_codepage as codepage parameter.
|
| H A D | NEWS | 6 * Add codepage support to the windres tool. It now supports many new
|
| H A D | resrc.c | 2181 if (res->coff_info.codepage != 0) in write_rc_resource() 2182 wr_printcomment (e, "Code page: %u", res->coff_info.codepage); in write_rc_resource()
|
| /freebsd-12.1/contrib/expat/ |
| H A D | Makefile.in | 150 XMLWF_OBJS = xmlwf/xmlwf.@OBJEXT@ xmlwf/xmlfile.@OBJEXT@ xmlwf/codepage.@OBJEXT@ xmlwf/@FILEMAP@.@O… 153 xmlwf/codepage.@OBJEXT@: xmlwf/codepage.c
|
| H A D | MANIFEST | 126 xmlwf/codepage.c 127 xmlwf/codepage.h
|
| /freebsd-12.1/contrib/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1356 std::error_code CodePageToUTF16(unsigned codepage, 1360 int len = ::MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, original.begin(), 1370 len = ::MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, original.begin(), 1396 std::error_code UTF16ToCodePage(unsigned codepage, const wchar_t *utf16, 1401 int len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, converted.begin(), 1412 len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, converted.data(),
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | palm | 69 >>(78.L+0x1C) belong !0 \b, codepage %d
|
| H A D | database | 197 #>>>>>>>>>>>>29 ubyte =0 \b, codepage ID=0x%x 199 >>>>>>>>>>>>29 ubyte >0 \b, codepage ID=0x%x
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_string.c | 2148 unsigned codepage; in invalid_mbs() local 2152 codepage = sc->to_cp; in invalid_mbs() 2154 codepage = sc->from_cp; in invalid_mbs() 2156 if (codepage == CP_C_LOCALE) in invalid_mbs() 2158 if (codepage != CP_UTF8) in invalid_mbs() 2161 if (MultiByteToWideChar(codepage, mbflag, p, (int)n, NULL, 0) == 0) in invalid_mbs()
|
| /freebsd-12.1/share/syscons/fonts/ |
| H A D | INDEX.fonts | 228 haik8-8x16.fnt:en:haik8 codepage (use only with armscii8 screenmap) 233 haik8-8x14.fnt:en:haik8 codepage (use only with armscii8 screenmap) 238 haik8-8x8.fnt:en:haik8 codepage (use only with armscii8 screenmap)
|
| /freebsd-12.1/share/syscons/keymaps/ |
| H A D | INDEX.keymaps | 297 kk.pt154.kst.kbd:en:Kazakh PT154 codepage 298 kk.pt154.kst.kbd:de:Kasachisch PT154 codepage 300 kk.pt154.io.kbd:en:Kazakh PT154 codepage (with IO) 301 kk.pt154.io.kbd:de:Kasachisch PT154 codepage (mit IO)
|
| /freebsd-12.1/contrib/binutils/binutils/po/ |
| H A D | binutils.pot | 5300 " -C --codepage_in=<val> Set codepage when reading mc text file\n" 5312 " -O --codepage_out=<val> Set codepage used for writing text file\n" 5334 msgid "A codepage was specified switch ,%s' and UTF16.\n" 5410 " -c --codepage=<codepage> Specify default codepage\n" 5441 msgid "invalid codepage specified.\n"
|
| /freebsd-12.1/contrib/binutils/binutils/doc/ |
| H A D | binutils.texi | 2952 @item -C @var{codepage} 2953 @itemx --codepage_in @var{codepage} 2954 Sets the default codepage to be used to convert input file to UTF16. The 3001 @item -O @var{codepage} 3002 @itemx --codepage_out @var{codepage} 3003 Sets the default codepage to be used to output text files. The default 3187 @item --codepage @var{val} 3188 Specify the default codepage to use when reading an @code{rc} file. 3190 codepage code. The valid range is from zero up to 0xffff, but the 3191 validity of the codepage is host and configuration dependent.
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | complete.tcsh | 559 complete links 'c/-/(assume-codepage async-dns download-dir \
|
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 32040 int codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; 32042 nByte = MultiByteToWideChar(codepage, 0, zFilename, -1, NULL,0)*sizeof(WCHAR); 32047 nByte = MultiByteToWideChar(codepage, 0, zFilename, -1, zMbcsFilename, nByte); 32065 int codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; 32067 nByte = WideCharToMultiByte(codepage, 0, zWideFilename, -1, 0, 0, 0, 0); 32072 nByte = WideCharToMultiByte(codepage, 0, zWideFilename, -1, zFilename, nByte,
|
| /freebsd-12.1/contrib/subversion/ |
| H A D | CHANGES | 6086 (#1181), version numbers in hook scripts (#1182), win98 codepage (#1186)
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 43317 int codepage = useAnsi ? CP_ACP : CP_OEMCP; 43319 nByte = osMultiByteToWideChar(codepage, 0, zText, -1, NULL, 43328 nByte = osMultiByteToWideChar(codepage, 0, zText, -1, zMbcsText, 43346 int codepage = useAnsi ? CP_ACP : CP_OEMCP; 43348 nByte = osWideCharToMultiByte(codepage, 0, zWideText, -1, 0, 0, 0, 0); 43356 nByte = osWideCharToMultiByte(codepage, 0, zWideText, -1, zText,
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | CommitLog | 139403 fixed german umlaut codepage problem 139409 fixed german umlaut codepage problem
|