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

/haiku-fatelf/src/bin/diffutils/
H A Dexgettext51 files_from=`expr " $i" : ' --files-from=\(.*\)'`
52 files=`$AWK '/^[^#]/ { print }' $files_from`;;
/haiku-fatelf/src/bin/coreutils/src/
H A Dwc.c590 char *files_from = NULL;
637 files_from = optarg;
652 if (files_from)
667 if (STREQ (files_from, "-"))
671 stream = fopen (files_from, "r");
674 quote (files_from));
687 quote (files_from));
723 error (0, errno, _("%s: read error"), quote (files_from));
732 if (files_from && STREQ (files_from, "
589 char *files_from = NULL; local
[all...]
H A Ddu.c666 char *files_from = NULL; local
820 files_from = optarg;
923 if (files_from)
935 if (! (STREQ (files_from, "-") || freopen (files_from, "r", stdin)))
937 quote (files_from));
968 error (0, errno, _("%s: read error"), quote (files_from));
978 if (files_from && STREQ (files_from, "-") && STREQ (file_name, "-"))
998 if (files_from
[all...]
H A Dsort.c3177 char *files_from = NULL; local
3388 files_from = optarg;
3536 if (files_from)
3550 if (STREQ (files_from, "-"))
3554 stream = fopen (files_from, "r");
3557 quote (files_from));
3564 quote (files_from));
3586 quotearg_colon (files_from), file_number);
3592 quote (files_from));

Completed in 115 milliseconds