Searched refs:getutent (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dtc.who.c71 # define getutent getutxent macro
287 while ((uptr = getutent()) != NULL) {
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dos.h264 # define getutent getutxent macro
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1767 while (cur = getutent()) {
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h507 extern struct utmp * getutent(void);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc96 #define getutent __getutent50
6613 INTERCEPTOR(void *, getutent, int dummy) {
6615 COMMON_INTERCEPTOR_ENTER(ctx, getutent, dummy);
6616 void *res = REAL(getutent)(dummy);
6638 COMMON_INTERCEPT_FUNCTION(getutent); \

Completed in 125 milliseconds