Searched refs:nxtfile (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/text_cmds-87/pr/
H A Dextern.h52 FILE *nxtfile(int, char **, const char **, char *, int);
H A Dpr.c239 while ((inf = nxtfile(argc, argv, &fname, ohbuf, 0)) != NULL) {
433 while ((inf = nxtfile(argc, argv, &fname, ohbuf, 0)) != NULL) {
692 while ((inf = nxtfile(argc, argv, &fname, ohbuf, 0)) != NULL) {
842 if ((fbuf[j] = nxtfile(argc, argv, &fname, ohbuf, 1)) == NULL)
1281 * nxtfile: returns a FILE * to next file in arg list and sets the
1288 nxtfile(int argc, char **argv, const char **fname, char *buf, int dt) function

Completed in 310 milliseconds