Searched refs:read_catalog_stream (Results 1 – 8 of 8) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | read-java.c | 74 l->mdlp = read_catalog_stream (fp, "(pipe)", "(pipe)", &input_format_po); in execute_and_read_po_output()
|
D | read-resources.c | 76 l->mdlp = read_catalog_stream (fp, "(pipe)", "(pipe)", &input_format_po); in execute_and_read_po_output()
|
D | read-csharp.c | 75 l->mdlp = read_catalog_stream (fp, "(pipe)", "(pipe)", &input_format_po); in execute_and_read_po_output()
|
D | read-tcl.c | 114 mdlp = read_catalog_stream (fp, "(pipe)", "(pipe)", &input_format_po); in msgdomain_read_tcl()
|
D | read-catalog.h | 175 read_catalog_stream (FILE *fp,
|
D | read-catalog.c | 463 read_catalog_stream (FILE *fp, const char *real_filename, in read_catalog_stream() function 497 result = read_catalog_stream (fp, real_filename, filename, input_syntax); in read_catalog_file()
|
D | ChangeLog.1 | 980 (default_parse_brief, read_catalog_stream): Adjust to the change. 1989 * read-catalog.c (read_catalog_stream): Initialize it. 3554 (read_catalog_stream, read_catalog_file): Add input_syntax argument. 3608 (read_catalog_stream, read_catalog_file): Add input_syntax argument. 3610 (execute_and_read_po_output): Update read_catalog_stream call. 3612 (execute_and_read_po_output): Update read_catalog_stream call. 3618 (execute_and_read_po_output): Update read_catalog_stream call. 3624 (msgdomain_read_tcl): Update read_catalog_stream call. 3632 read_catalog_stream call. 3661 (read_catalog_stream): Renamed from read_po. [all …]
|
/third_party/gettext/gettext-tools/libgettextpo/ |
D | gettext-po.c | 124 file->mdlp = read_catalog_stream (fp, file->real_filename, in po_file_read() 170 file->mdlp = read_catalog_stream (fp, file->real_filename, in po_file_read_v2() 211 file->mdlp = read_catalog_stream (fp, file->real_filename, in po_file_read()
|