/netbsd-src/external/mit/expat/dist/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 \ 484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlwf-codepage.Po@am__quote@ # am--include-marker 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 548 …CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-codepage.o `test -f 'codepage.c' || echo '$(srcdir)/'… 550 xmlwf-codepage.obj: codepage.c [all …]
|
H A D | Makefile.am | 37 codepage.c \ 51 codepage.h \
|
/netbsd-src/external/gpl2/gettext/dist/os2/ |
H A D | README.OS2 | 45 the messages will be properly converted to your active codepage using OS/2 47 KOI8-R (codepage 878) encoding while OS/2 uses codepage 866. Now when you 48 run any of these tools it detects that the active OS/2 codepage is 866 and 52 in XFree86 for Russian the KOI8-R encoding (codepage 878) is used) you can 67 codepage is ALWAYS taken from the operating system (e.g. the codepage setting 70 override the active OS/2 codepage. 83 Otherwise you can get incorrect (wrong codepage) output from programs that 91 The codepage conversion code uses OS/2 Unicode API, thus it falls under the 101 listed in the \language\codepage\ucstbl.lst file but the codepage files 106 codepage. However, I'm not very sure about this; in any case OS/2 does not
|
/netbsd-src/external/bsd/libpcap/dist/ |
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);
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
H A D | WindresOpts.td | 47 defm codepage : LongShort<"c", "codepage", "Default codepage to use">;
|
H A D | Opts.td | 37 def codepage : JS<"C", "Set the codepage used for input strings.">;
|
/netbsd-src/external/bsd/file/dist/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
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | winduni.c | 651 for (i = 0; codepages[i].codepage != (rc_uint_type) -1 && codepages[i].codepage != cp; i++) in wind_find_codepage_info() 653 if (codepages[i].codepage == (rc_uint_type) -1) in wind_find_codepage_info() 660 lim.codepage = cp; in wind_find_codepage_info()
|
H A D | rescoff.c | 93 bfd_byte codepage[4]; member 358 r->coff_info.codepage = windres_get_32 (wrbfd, erd->codepage, 4); in read_coff_data_entry() 750 windres_put_32 (cwi->wrbfd, erd->codepage, res->coff_info.codepage); in coff_res_to_bin()
|
H A D | winduni.h | 120 rc_uint_type codepage; member
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | winduni.c | 651 for (i = 0; codepages[i].codepage != (rc_uint_type) -1 && codepages[i].codepage != cp; i++) in wind_find_codepage_info() 653 if (codepages[i].codepage == (rc_uint_type) -1) in wind_find_codepage_info() 660 lim.codepage = cp; in wind_find_codepage_info()
|
H A D | rescoff.c | 93 bfd_byte codepage[4]; member 358 r->coff_info.codepage = windres_get_32 (wrbfd, erd->codepage, 4); in read_coff_data_entry() 747 windres_put_32 (cwi->wrbfd, erd->codepage, res->coff_info.codepage); in coff_res_to_bin()
|
H A D | winduni.h | 120 rc_uint_type codepage; member
|
/netbsd-src/external/mit/expat/bin/xmlwf/ |
H A D | Makefile | 9 SRCS= codepage.c unixfilemap.c xmlfile.c xmlwf.c
|
/netbsd-src/external/gpl2/gettext/dist/djgpp/ |
H A D | README.in | 159 LANG variable selects the locale charsets (dos codepage) to be used to 166 codepage that will be used as locale charset. All this means that the 168 recoded at runtime to the dos codepage stipulated by the value of LANG. 175 displayed on a DOS/WIN95 machine that uses some dos codepage. 201 selected, the string is always recoded to the dos codepage stipulated 204 At the same time, LANG defines the locale charset (dos codepage) to be 214 a machine that loads codepage CP437 when it is booted. It should be 221 LANG reflects the available codepage/charset and LANGUAGE selects the 224 codepage used to display messages on screen. Of course, not every 235 de_AT, etc.), right entry is the corresponding dos codepage that will [all …]
|
H A D | README | 159 LANG variable selects the locale charsets (dos codepage) to be used to 166 codepage that will be used as locale charset. All this means that the 168 recoded at runtime to the dos codepage stipulated by the value of LANG. 175 displayed on a DOS/WIN95 machine that uses some dos codepage. 201 selected, the string is always recoded to the dos codepage stipulated 204 At the same time, LANG defines the locale charset (dos codepage) to be 214 a machine that loads codepage CP437 when it is booted. It should be 221 LANG reflects the available codepage/charset and LANGUAGE selects the 224 codepage used to display messages on screen. Of course, not every 235 de_AT, etc.), right entry is the corresponding dos codepage that will [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
H A D | dmain2.d | 620 uint codepage = GetConsoleOutputCP(); in _d_print_throwable() local 621 int slen = WideCharToMultiByte(codepage, 0, in _d_print_throwable() 626 WideCharToMultiByte(codepage, 0, in _d_print_throwable()
|
/netbsd-src/external/bsd/unbound/dist/winrc/ |
H A D | rsrc_unbound_control.rc | 34 /* English(409), windows ANSI codepage (1252) */
|
H A D | rsrc_unbound_checkconf.rc | 34 /* English(409), windows ANSI codepage (1252) */
|
H A D | rsrc_unbound_anchor.rc | 34 /* English(409), windows ANSI codepage (1252) */
|
H A D | rsrc_unbound_host.rc | 34 /* English(409), windows ANSI codepage (1252) */
|
H A D | rsrc_anchorupd.rc | 34 /* English(409), windows ANSI codepage (1252) */
|
H A D | rsrc_svcinst.rc | 34 /* English(409), windows ANSI codepage (1252) */
|
H A D | rsrc_svcuninst.rc | 34 /* English(409), windows ANSI codepage (1252) */
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
H A D | dmain2.d | 653 uint codepage = GetConsoleOutputCP(); in _d_print_throwable() local 654 int slen = WideCharToMultiByte(codepage, 0, in _d_print_throwable() 659 WideCharToMultiByte(codepage, 0, in _d_print_throwable()
|