Searched refs:getutxline (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/include/
H A Dutmpx.h80 struct utmpx *getutxline(const struct utmpx *);
/freebsd-12-stable/contrib/opie/libopie/
H A Dgetutmpentry.c22 #define getutline(x) getutxline(x)
/freebsd-12-stable/lib/libc/gen/
H A Dgetutxent.c206 getutxline(const struct utmpx *line) function
H A DMakefile.inc440 getutxent.3 getutxline.3 \
/freebsd-12-stable/usr.bin/who/
H A Dwho.c279 if ((utx = getutxline(&ut)) != NULL && utx->ut_type == USER_PROCESS) {
/freebsd-12-stable/usr.bin/write/
H A Dwrite.c207 while ((u = getutxline(&lu)) != NULL)
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1429 non_save_utxp = getutxline(&utmpx);
/freebsd-12-stable/contrib/gcc/
H A Dsys-protos.h514 extern struct utmpx * getutxline(const struct utmpx *);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc99 #define getutxline __getutxline50
6662 INTERCEPTOR(void *, getutxline, void *ut) {
6664 COMMON_INTERCEPTOR_ENTER(ctx, getutxline, ut);
6665 void *res = REAL(getutxline)(ut);
6683 COMMON_INTERCEPT_FUNCTION(getutxline); \

Completed in 145 milliseconds