Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
H A Dutmpx.c162 getutxent(void) in getutxent() function
220 } while (getutxent() != NULL); in getutxid()
243 } while (getutxent() != NULL); in getutxline()
263 } while (getutxent() != NULL); in getutxuser()
297 (void)getutxent(); in pututxline()
H A DSymbol.map178 getutxent;
H A DMakefile.inc108 MLINKS+=endutxent.3 getutxent.3 \
/dragonfly/libexec/rpc.rusersd/
H A Drusers_proc.c163 while ((usr = getutxent()) != NULL && nusers < MAXUSERS) { in do_names_2()
193 while ((usr = getutxent()) != NULL) { in rusers_num()
/dragonfly/include/
H A Dutmpx.h135 struct utmpx *getutxent(void);
/dragonfly/usr.bin/who/
H A Dutmpentry.c143 while ((what & 1) && (utx = getutxent()) != NULL) { in getutentries()
/dragonfly/libexec/talkd/
H A Dprocess.c195 while ((ut = getutxent()) != NULL) { in find_user()
/dragonfly/libexec/comsat/
H A Dcomsat.c140 while ((utp = getutxent()) != NULL) in mailfor()
/dragonfly/usr.sbin/ac/
H A Dac.c419 while ((usr = getutxent()) != NULL) { in ac()
/dragonfly/contrib/tcsh-6/
H A Dtc.who.c71 # define getutent getutxent
/dragonfly/usr.bin/w/
H A Dw.c205 while ((utx = getutxent()) != NULL) { in main()
/dragonfly/usr.sbin/rwhod/
H A Drwhod.c455 while ((ut = getutxent()) != NULL && we < wend) { in send_host_information()
/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c1350 while ((ut = getutxent()) != NULL) { in wallmsg()
/dragonfly/
H A DUPDATING62 removed, and we are now using the POSIX "utmpx" API (getutxent(),