Home
last modified time | relevance | path

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

12

/freebsd/lib/libc/gen/
H A DMakefile.inc86 getutxent.c \
251 getutxent.3 \
432 MLINKS+=getutxent.3 endutxent.3 \
433 getutxent.3 getutxid.3 \
434 getutxent.3 getutxline.3 \
435 getutxent.3 getutxuser.3 \
436 getutxent.3 pututxline.3 \
437 getutxent.3 setutxdb.3 \
438 getutxent.3 setutxent.3 \
439 getutxent.3 utmpx.3
H A Dgetutxent.c152 getutxent(void) in getutxent() function
H A DSymbol.map341 getutxent;
/freebsd/usr.bin/who/
H A Dwho.c230 while ((utx = getutxent()) != NULL) { in process_utmp()
247 while ((utx = getutxent()) != NULL) { in quick()
/freebsd/usr.bin/users/
H A Dusers.cc60 while ((ut = getutxent()) != NULL) in main()
/freebsd/include/
H A Dutmpx.h76 struct utmpx *getutxent(void);
/freebsd/libexec/rpc.rusersd/
H A Drusers_proc.c161 while ((usr = getutxent()) != NULL && nusers < MAXUSERS) { in do_names_2()
191 while ((usr = getutxent()) != NULL) { in rusers_num()
/freebsd/usr.bin/finger/
H A Dfinger.c231 while ((user = getutxent()) != NULL) { in loginlist()
374 while ((user = getutxent()) != NULL) { in userlist()
/freebsd/crypto/heimdal/appl/login/
H A Dutmpx_login.c82 while ((ut = getutxent())) { in utmpx_login()
/freebsd/usr.sbin/lastlogin/
H A Dlastlogin.c129 while ((u = getutxent()) != NULL) { in main()
/freebsd/libexec/talkd/
H A Dprocess.c188 while ((ut = getutxent()) != NULL) in find_user()
/freebsd/usr.bin/wall/
H A Dwall.c134 while ((utmp = getutxent()) != NULL) { in main()
/freebsd/libexec/comsat/
H A Dcomsat.c136 while ((utp = getutxent()) != NULL) in mailfor()
/freebsd/usr.bin/write/
H A Dwrite.c224 while ((u = getutxent()) != NULL) in search_utmp()
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_scalars.c196 while ((utmp = getutxent()) != NULL) { in OS_getSystemNumUsers()
/freebsd/usr.sbin/ac/
H A Dac.c417 while ((usr = getutxent()) != NULL) { in ac()
/freebsd/usr.bin/last/
H A Dlast.c234 while ((ut = getutxent()) != NULL) { in wtmp()
/freebsd/usr.bin/w/
H A Dw.c204 for (nusers = 0; (utmp = getutxent()) != NULL;) { in main()
/freebsd/contrib/tcsh/
H A Dtc.who.c71 # define getutent getutxent
/freebsd/usr.bin/getent/
H A Dgetent.c710 while ((ut = getutxent()) != NULL) in utmpx()
/freebsd/usr.sbin/rwhod/
H A Drwhod.c458 while ((ut = getutxent()) != NULL && we < wend) { in sender_process()
/freebsd/usr.bin/systat/
H A Dvmstat.c601 while ((ut = getutxent()) != NULL) in ucount()
/freebsd/usr.sbin/syslogd/
H A Dsyslogd.c2154 while ((ut = getutxent()) != NULL) { in wallmsg()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc92 #define getutxent __getutxent50
6994 INTERCEPTOR(void *, getutxent, int dummy) {
6996 COMMON_INTERCEPTOR_ENTER(ctx, getutxent, dummy);
6997 void *res = REAL(getutxent)(dummy);
7029 COMMON_INTERCEPT_FUNCTION(getutxent); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1979 fun:getutxent=uninstrumented

12