Home
last modified time | relevance | path

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

/glibc-2.36/misc/
Dgetttyent.c52 while ((t = __getttyent())) in __getttynam()
64 __getttyent (void) in __getttyent() function
134 libc_hidden_def (__getttyent)
135 weak_alias (__getttyent, getttyent) in weak_alias() argument
Dttyslot.c63 for (slot = 1; (ttyp = __getttyent()); ++slot) in ttyslot()
/glibc-2.36/include/
Dttyent.h6 extern __typeof (getttyent) __getttyent __THROW;
7 libc_hidden_proto (__getttyent)
/glibc-2.36/ChangeLog.old/
DChangeLog.1810112 * misc/getttyent.c (__getttyent): Rename index to strchr.
35907 Call __setttyent, __getttyent and __endttyent instead of
35909 (getttyent): Rename to __getttyent and define as weak alias of
35910 __getttyent. Call __setttyent instead of setttyent. Call
35916 * include/ttyent.h (__getttyent): Declare. Use libc_hidden_proto.
35922 * misc/ttyslot.c (ttyslot): Call __setttyent, __getttyent and
DChangeLog.1921809 * misc/getttyent.c (__getttyent): Call __getc_unlocked instead of