Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 1 of 1) sorted by relevance

/intl/
A Dlocalealias.c93 # define FEOF(fp) __feof_unlocked (fp) argument
94 # define FGETS(buf, n, fp) __fgets_unlocked (buf, n, fp) argument
96 # define FEOF(fp) feof (fp) argument
97 # define FGETS(buf, n, fp) fgets (buf, n, fp) argument
212 FILE *fp; in read_alias_file() local

Completed in 4 milliseconds