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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgcat.c111 const char *files_from; local
140 files_from = NULL;
185 files_from = optarg;
317 if (files_from != NULL)
318 file_list = read_names_from_file (files_from);
H A Dmsgcomm.c115 const char *files_from = NULL; local
181 files_from = optarg;
292 if (files_from != NULL)
293 file_list = read_names_from_file (files_from);
H A Dxgettext.c285 const char *files_from = NULL; local
384 files_from = optarg;
578 if (files_from == NULL && optind >= argc)
614 if (files_from != NULL)
615 file_list = read_names_from_file (files_from);

Completed in 100 milliseconds