HomeSort by: relevance | last modified time | path
    Searched refs:files_from (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/diffutils/dist/
exgettext 51 files_from=`expr " $i" : ' --files-from=\(.*\)'`
52 files=`$AWK '/^[^#]/ { print }' $files_from`;;
  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgcat.c 110 const char *files_from; local
139 files_from = NULL;
184 files_from = optarg;
300 if (files_from != NULL)
301 file_list = read_names_from_file (files_from);
msgcomm.c 117 const char *files_from = NULL; local
183 files_from = optarg;
293 if (files_from != NULL)
294 file_list = read_names_from_file (files_from);
xgettext.c 281 const char *files_from = NULL; local
380 files_from = optarg;
558 if (files_from == NULL && optind >= argc)
594 if (files_from != NULL)
595 file_list = read_names_from_file (files_from);

Completed in 71 milliseconds