Home
last modified time | relevance | path

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

/xnu-8792.61.2/SETUP/config/
H A Dmkheaders.c115 FILE *inf, *outf; in do_header() local
120 inf = fopen(file, "r"); in do_header()
122 if (inf == 0) { in do_header()
144 if ((inw = get_word(inf)) == 0 || inw == (char *)EOF) { in do_header()
147 if ((inw = get_word(inf)) == 0 || inw == (char *)EOF) { in do_header()
151 cp = get_word(inf); in do_header()
160 cp = get_word(inf); in do_header()
170 (void) fclose(inf); in do_header()