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

/darwin-on-arm/xnu/SETUP/config/
H A Dmkheaders.c165 FILE *inf, *outf; local
170 inf = fopen(file, "r");
172 if (inf == 0) {
194 if ((inw = get_word(inf)) == 0 || inw == (char *)EOF)
196 if ((inw = get_word(inf)) == 0 || inw == (char *)EOF)
199 cp = get_word(inf);
207 cp = get_word(inf);
216 (void) fclose(inf);

Completed in 19 milliseconds