Searched defs:fp (Results 1 – 1 of 1) sorted by relevance
93 # define FEOF(fp) __feof_unlocked (fp) argument94 # define FGETS(buf, n, fp) __fgets_unlocked (buf, n, fp) argument96 # define FEOF(fp) feof (fp) argument97 # define FGETS(buf, n, fp) fgets (buf, n, fp) argument212 FILE *fp; in read_alias_file() local
Completed in 4 milliseconds