Home
last modified time | relevance | path

Searched refs:getutxline (Results 1 – 10 of 10) sorted by relevance

/freebsd/include/
H A Dutmpx.h78 struct utmpx *getutxline(const struct utmpx *);
/freebsd/lib/libc/gen/
H A Dgetutxent.c198 getutxline(const struct utmpx *line) in getutxline() function
H A DSymbol.map342 getutxline;
H A DMakefile.inc450 getutxent.3 getutxline.3 \
/freebsd/usr.bin/who/
H A Dwho.c279 if ((utx = getutxline(&ut)) != NULL && utx->ut_type == USER_PROCESS) { in whoami()
/freebsd/usr.bin/write/
H A Dwrite.c192 while ((u = getutxline(&lu)) != NULL) in utmp_chk()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1429 non_save_utxp = getutxline(&utmpx); in rmut()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc95 #define getutxline __getutxline50
7171 INTERCEPTOR(void *, getutxline, void *ut) {
7173 COMMON_INTERCEPTOR_ENTER(ctx, getutxline, ut);
7174 void *res = REAL(getutxline)(ut);
7192 COMMON_INTERCEPT_FUNCTION(getutxline); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1981 fun:getutxline=uninstrumented
/freebsd/crypto/openssh/
H A Dconfigure.ac2571 AC_CHECK_FUNCS([endutxent getutxent getutxid getutxline getutxuser pututxline])