Searched refs:mcset_codepage_out (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dwindmc.c92 static rc_uint_type mcset_codepage_out = 0; variable
373 codepage_from_unicode (&l, usz, &s, mcset_codepage_out);
375 fatal ("unicode string not mappable to ASCII codepage 0x%lx.\n", (long) mcset_codepage_out);
1062 mcset_codepage_out = strtol (optarg, (char **) NULL, 10);
1094 if (mcset_codepage_out == 0)
1095 mcset_codepage_out = 1252;
1096 if (! unicode_is_valid_codepage (mcset_codepage_out))
1097 fatal ("Code page 0x%x is unknown.", (unsigned int) mcset_codepage_out);
1098 if (mcset_codepage_out == CP_UTF16)
1105 fprintf (stderr, "// Output codepage: 0x%x\n", (unsigned int) mcset_codepage_out);
[all...]

Completed in 102 milliseconds