Home
last modified time | relevance | path

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

/freebsd-12-stable/include/
Dutmpx.h80 struct utmpx *getutxline(const struct utmpx *);
/freebsd-12-stable/contrib/opie/libopie/
Dgetutmpentry.c22 #define getutline(x) getutxline(x)
/freebsd-12-stable/lib/libc/gen/
Dgetutxent.c206 getutxline(const struct utmpx *line) in getutxline() function
DSymbol.map339 getutxline;
DMakefile.inc440 getutxent.3 getutxline.3 \
/freebsd-12-stable/usr.bin/who/
Dwho.c279 if ((utx = getutxline(&ut)) != NULL && utx->ut_type == USER_PROCESS) { in whoami()
/freebsd-12-stable/usr.bin/write/
Dwrite.c207 while ((u = getutxline(&lu)) != NULL) in utmp_chk()
/freebsd-12-stable/contrib/opie/
Dconfig.h.in287 /* Define if you have the getutxline function. */
Dconfigure.in507 …am setvbuf getspnam endspent setgroups getgroups fpurge setlogin lstat getutxline pututxline uslee…
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/
Dsys_term.c1429 non_save_utxp = getutxline(&utmpx); in rmut()
/freebsd-12-stable/contrib/gcc/
Dsys-protos.h514 extern struct utmpx * getutxline(const struct utmpx *);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc99 #define getutxline __getutxline50
6907 INTERCEPTOR(void *, getutxline, void *ut) {
6909 COMMON_INTERCEPTOR_ENTER(ctx, getutxline, ut);
6910 void *res = REAL(getutxline)(ut);
6928 COMMON_INTERCEPT_FUNCTION(getutxline); \
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1975 fun:getutxline=uninstrumented
/freebsd-12-stable/crypto/openssh/
Dconfigure.ac2290 AC_CHECK_FUNCS([endutxent getutxent getutxid getutxline getutxuser pututxline])