Searched refs:__getttyent (Results 1 – 5 of 5) sorted by relevance
52 while ((t = __getttyent())) in __getttynam()64 __getttyent (void) in __getttyent() function134 libc_hidden_def (__getttyent)135 weak_alias (__getttyent, getttyent) in weak_alias() argument
63 for (slot = 1; (ttyp = __getttyent()); ++slot) in ttyslot()
6 extern __typeof (getttyent) __getttyent __THROW;7 libc_hidden_proto (__getttyent)
10112 * misc/getttyent.c (__getttyent): Rename index to strchr.35907 Call __setttyent, __getttyent and __endttyent instead of35909 (getttyent): Rename to __getttyent and define as weak alias of35910 __getttyent. Call __setttyent instead of setttyent. Call35916 * include/ttyent.h (__getttyent): Declare. Use libc_hidden_proto.35922 * misc/ttyslot.c (ttyslot): Call __setttyent, __getttyent and
21809 * misc/getttyent.c (__getttyent): Call __getc_unlocked instead of