Searched refs:fp (Results 1 – 1 of 1) sorted by relevance
/intl/ |
A D | localealias.c | 93 # 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 231 fp = fopen (relocate (full_fname), "r"); in read_alias_file() 234 if (fp == NULL) in read_alias_file() 239 __fsetlocking (fp, FSETLOCKING_BYCALLER); in read_alias_file() 243 while (!FEOF (fp)) in read_alias_file() 364 if (FGETS (buf, sizeof buf, fp) == NULL) in read_alias_file() [all …]
|
Completed in 4 milliseconds