Searched refs:utmpx (Results 51 - 63 of 63) sorted by relevance

123

/freebsd-12-stable/usr.sbin/timed/timed/
H A Dslave.c42 #include <utmpx.h>
80 struct utmpx utx;
/freebsd-12-stable/usr.bin/finger/
H A Dlprint.c58 #include <utmpx.h>
/freebsd-12-stable/usr.sbin/ppp/
H A Dphysical.c46 #include <utmpx.h>
328 struct utmpx ut;
905 struct utmpx ut;
/freebsd-12-stable/release/picobsd/tinyware/login/
H A Dpico-login.c81 #include <utmpx.h>
155 struct utmpx utmp;
994 #if 0 /* XXX not implemented after utmp->utmpx change */
/freebsd-12-stable/usr.bin/systat/
H A Dvmstat.c68 #include <utmpx.h>
605 struct utmpx *ut;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp64 #include <utmpx.h>
277 unsigned struct_utmpx_sz = sizeof(struct utmpx);
H A Dsanitizer_platform_limits_netbsd.cpp230 #include <utmpx.h>
365 unsigned struct_utmpx_sz = sizeof(struct utmpx);
/freebsd-12-stable/lib/libc/gen/
H A DMakefile.inc445 getutxent.3 utmpx.3
/freebsd-12-stable/include/
H A DMakefile29 uchar.h ulimit.h unistd.h utime.h utmpx.h uuid.h varargs.h \
/freebsd-12-stable/usr.sbin/syslogd/
H A Dsyslogd.c145 #include <utmpx.h>
2114 struct utmpx *ut;
/freebsd-12-stable/contrib/opie/
H A Dconfigure1696 echo $ac_n "checking where your system puts the utmpx file""... $ac_c" 1>&6
1697 echo "configure:1698: checking where your system puts the utmpx file" >&5
1710 #define PATH_UTMP_AC "$utmp_path/utmpx"
2411 for ac_hdr in crypt.h fcntl.h limits.h termios.h sys/file.h sys/ioctl.h sys/time.h syslog.h unistd.h paths.h shadow.h signal.h sys/signal.h lastlog.h sys/utsname.h pwd.h sys/param.h string.h stdlib.h utmpx.h sys/select.h
2576 echo $ac_n "checking for ut_syslen in struct utmpx""... $ac_c" 1>&6
2577 echo "configure:2578: checking for ut_syslen in struct utmpx" >&5
2582 #include <utmpx.h>
2584 struct utmpx foo; return (int)foo.ut_syslen;
/freebsd-12-stable/crypto/heimdal/
H A Dconfigure25940 utmpx.h \
27343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_host in struct utmpx" >&5
27344 $as_echo_n "checking for ut_host in struct utmpx... " >&6; }
27351 #include <utmpx.h>
27355 struct utmpx x; memset(&x, 0, sizeof(x)); x.ut_host
27381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_id in struct utmpx" >&5
27382 $as_echo_n "checking for ut_id in struct utmpx... " >&6; }
27389 #include <utmpx.h>
27393 struct utmpx x; memset(&x, 0, sizeof(x)); x.ut_id
27419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_line in struct utmpx" >
[all...]
/freebsd-12-stable/contrib/ntp/
H A Dconfigure25838 for ac_header in utmpx.h
25840 ac_fn_c_check_header_mongrel "$LINENO" "utmpx.h" "ac_cv_header_utmpx_h" "$ac_includes_default"
25870 for ac_header in utmp.h utmpx.h

Completed in 408 milliseconds

123