Home
last modified time | relevance | path

Searched refs:next_file (Results 1 – 4 of 4) sorted by relevance

/coreutils/src/
Dexpand.c97 FILE *fp = next_file (nullptr); in expand()
125 while ((c = getc (fp)) < 0 && (fp = next_file (fp))) in expand()
Dexpand-common.h60 next_file (FILE *fp);
Dunexpand.c106 FILE *fp = next_file (nullptr); in unexpand()
158 while ((c = getc (fp)) < 0 && (fp = next_file (fp))) in unexpand()
Dexpand-common.c330 next_file (FILE *fp) in next_file() function