Home
last modified time | relevance | path

Searched refs:to_code (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgconv.c59 static const char *to_code; variable
186 to_code = optarg; in main()
259 if (to_code == NULL) in main()
260 to_code = locale_charset (); in main()
267 result = iconv_msgdomain_list (result, to_code, input_file); in main()
H A Dmsgl-iconv.h41 const char *to_code; /* canonicalized encoding name for output */ member
66 const char *to_code,
H A Dmsgl-iconv.c62 if (context->to_code == po_charset_utf8) in conversion_error()
72 context->to_code)); in conversion_error()
291 context.to_code = canon_to_code; in iconv_message_list()
333 const char *to_code, in iconv_msgdomain_list() argument
340 canon_to_code = po_charset_canonicalize (to_code); in iconv_msgdomain_list()
345 to_code)); in iconv_msgdomain_list()
H A Dmsguniq.c59 static const char *to_code; variable
201 to_code = optarg; in main()
288 result = catenate_msgdomain_list (file_list, input_syntax, to_code); in main()
H A Dmsgcat.c60 static const char *to_code; variable
224 to_code = optarg; in main()
311 output_syntax->requires_utf8 ? "UTF-8" : to_code); in main()
H A Dmsgcomm.c62 static const char *to_code; variable
223 to_code = optarg; in main()
321 result = catenate_msgdomain_list (file_list, input_syntax, to_code); in main()
H A Dmsgl-cat.c109 const char *to_code) in catenate_msgdomain_list() argument
386 if (to_code != NULL) in catenate_msgdomain_list()
389 canon_to_code = po_charset_canonicalize (to_code); in catenate_msgdomain_list()
393 to_code); in catenate_msgdomain_list()
483 if (!(to_code == NULL && canon_charsets[n][k] == canon_to_code)) in catenate_msgdomain_list()
H A Dmsgl-cat.h53 const char *to_code);
H A Dxgettext.c1867 context.to_code = po_charset_utf8; in from_current_source_encoding()
H A DChangeLog3013 UTF-8 and ignore the to_code.
3023 to_code.
4232 ignore the to_code.
4238 (main): Handle them. If option -p is used, ignore the to_code.
H A DChangeLog.02485 (to_code): New variable.