Home
last modified time | relevance | path

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

/inet/
A Druserpass.c47 static FILE *cfile; variable
112 cfile = fopen(buf, "rce"); in ruserpass()
113 if (cfile == NULL) { in ruserpass()
119 __fsetlocking (cfile, FSETLOCKING_BYCALLER); in ruserpass()
205 (void) fclose(cfile); in ruserpass()
208 (void) fclose(cfile); in ruserpass()
220 if (feof_unlocked(cfile) || ferror_unlocked(cfile)) in libc_hidden_def()
222 while ((c = getc_unlocked(cfile)) != EOF && in libc_hidden_def()
231 c = getc_unlocked(cfile); in libc_hidden_def()
236 while ((c = getc_unlocked(cfile)) != EOF in libc_hidden_def()
[all …]

Completed in 3 milliseconds