Home
last modified time | relevance | path

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

/misc/
A Dgetttyent.c44 static FILE *tf; variable
72 if (!tf && !__setttyent()) in __getttyent()
74 flockfile (tf); in __getttyent()
77 funlockfile (tf); in __getttyent()
122 funlockfile(tf); in __getttyent()
187 if (tf) { in __setttyent()
188 (void)rewind(tf); in __setttyent()
192 __fsetlocking (tf, FSETLOCKING_BYCALLER); in __setttyent()
205 if (tf) { in weak_alias()
206 rval = !(fclose(tf) == EOF); in weak_alias()
[all …]

Completed in 35 milliseconds