Searched refs:utmpx (Results 1 - 10 of 10) sorted by relevance

/external/toybox/toys/other/
H A Dw.c21 struct utmpx *x;
H A Duptime.c31 struct utmpx *entry;
/external/toybox/toys/posix/
H A Dwho.c29 struct utmpx *entry;
/external/openssh/
H A Dloginrec.c83 * For utmpx systems, the corresponding library functions are
84 * setutxent() etc. To the author's knowledge, all utmpx systems have
116 * struct utmp and struct utmpx have utility functions (see
122 * write both struct utmp and utmpx in one function, whilst maintaining
193 void set_utmpx_time(struct logininfo *li, struct utmpx *ut);
194 void construct_utmpx(struct logininfo *li, struct utmpx *ut);
721 ** utmpx utility functions
723 ** These functions manipulate struct utmpx, accounting for system
728 /* build the utmpx structure */
730 set_utmpx_time(struct logininfo *li, struct utmpx *ut
[all...]
H A Dincludes.h74 # include <utmpx.h>
H A Dconfigure1312 --disable-utmpx disable use of utmpx even if detected no
7509 utmpx.h \
28670 # look for field 'ut_host' in header 'utmpx.h'
28671 ossh_safe=`echo "utmpx.h" | sed 'y%./+-%__p_%'`
28673 { echo "$as_me:$LINENO: checking for ut_host field in utmpx.h" >&5
28674 echo $ECHO_N "checking for ut_host field in utmpx.h... $ECHO_C" >&6; }
28685 #include <utmpx.h>
28715 # look for field 'syslen' in header 'utmpx.h'
28716 ossh_safe=`echo "utmpx
[all...]
/external/toybox/lib/
H A Dportability.h226 #include <utmpx.h>
228 struct utmpx {int ut_type;}; struct
230 static inline struct utmpx *getutxent(void) {return 0;}
/external/ppp/pppd/
H A Dsys-solaris.c104 #include <utmpx.h>
2466 static struct utmpx utmpx; local
2470 strncpy(utmpx.ut_user, name, sizeof(utmpx.ut_user));
2471 strncpy(utmpx.ut_line, line, sizeof(utmpx.ut_line));
2472 strncpy(utmpx.ut_host, host, sizeof(utmpx.ut_host));
2474 utmpx
[all...]
/external/toybox/scripts/
H A Dgenconfig.sh59 # Android and some other platforms miss utmpx
61 #include <utmpx.h>
66 struct utmpx *a;
/external/ltp/testcases/kernel/syscalls/getcpu/
H A Dgetcpu01.c67 #include <utmpx.h>

Completed in 1315 milliseconds