Home
last modified time | relevance | path

Searched refs:utmpx (Results 1 – 11 of 11) sorted by relevance

/external/dropbear/
Dloginrec.c171 void set_utmpx_time(struct logininfo *li, struct utmpx *ut);
172 void construct_utmpx(struct logininfo *li, struct utmpx *ut);
574 set_utmpx_time(struct logininfo *li, struct utmpx *utx) in set_utmpx_time()
587 construct_utmpx(struct logininfo *li, struct utmpx *utx) in construct_utmpx()
815 utmpx_write_library(struct logininfo *li, struct utmpx *utx) in utmpx_write_library()
830 utmpx_write_direct(struct logininfo *li, struct utmpx *utx) in utmpx_write_direct()
840 struct utmpx utx; in utmpx_perform_login()
861 struct utmpx utx; in utmpx_perform_logout()
1070 wtmpx_write(struct logininfo *li, struct utmpx *utx) in wtmpx_write()
1097 struct utmpx utx; in wtmpx_perform_login()
[all …]
Dconfigure.in212 …td.h crypt.h pty.h ioctl.h libutil.h libgen.h inttypes.h stropts.h utmp.h utmpx.h lastlog.h paths.…
345utmpx.ut_host, struct utmpx.ut_syslen, struct utmpx.ut_type, struct utmpx.ut_id, struct utmpx.ut_a…
349 #include <utmpx.h>
375 AC_ARG_ENABLE(utmpx, optenable
376 [ --disable-utmpx Disable use of utmpx even if detected [no]],
377 [ AC_DEFINE(DISABLE_UTMPX,,Disable use of utmpx) ]
541 dnl utmpx detection - I don't know any system so perverse as to require
542 dnl utmpx, but not define UTMPX_FILE (ditto wtmpx.) No doubt it's out
549 #include <utmpx.h>
555 [ char *utmpx = UTMPX_FILE; ],
[all …]
Dconfig.h.in12 /* utmpx file location */
42 /* Disable use of utmpx */
249 /* Define to 1 if `ut_addr' is member of `struct utmpx'. */
252 /* Define to 1 if `ut_addr_v6' is member of `struct utmpx'. */
255 /* Define to 1 if `ut_host' is member of `struct utmpx'. */
258 /* Define to 1 if `ut_id' is member of `struct utmpx'. */
261 /* Define to 1 if `ut_syslen' is member of `struct utmpx'. */
264 /* Define to 1 if `ut_time' is member of `struct utmpx'. */
267 /* Define to 1 if `ut_tv' is member of `struct utmpx'. */
270 /* Define to 1 if `ut_type' is member of `struct utmpx'. */
[all …]
Dconfigure855 --disable-utmpx Disable use of utmpx even if detected no
5107 …td.h crypt.h pty.h ioctl.h libutil.h libgen.h inttypes.h stropts.h utmp.h utmpx.h lastlog.h paths.…
7560 static struct utmpx ac_aggr;
7611 static struct utmpx ac_aggr;
7683 static struct utmpx ac_aggr;
7734 static struct utmpx ac_aggr;
7806 static struct utmpx ac_aggr;
7857 static struct utmpx ac_aggr;
7929 static struct utmpx ac_aggr;
7980 static struct utmpx ac_aggr;
[all …]
/external/openssh/
Dloginrec.c197 void set_utmpx_time(struct logininfo *li, struct utmpx *ut);
198 void construct_utmpx(struct logininfo *li, struct utmpx *ut);
731 set_utmpx_time(struct logininfo *li, struct utmpx *utx) in set_utmpx_time()
742 construct_utmpx(struct logininfo *li, struct utmpx *utx) in construct_utmpx()
999 utmpx_write_library(struct logininfo *li, struct utmpx *utx) in utmpx_write_library()
1014 utmpx_write_direct(struct logininfo *li, struct utmpx *utx) in utmpx_write_direct()
1024 struct utmpx utx; in utmpx_perform_login()
1045 struct utmpx utx; in utmpx_perform_logout()
1261 wtmpx_write(struct logininfo *li, struct utmpx *utx) in wtmpx_write()
1293 struct utmpx utx; in wtmpx_perform_login()
[all …]
Dconfig.h.in116 /* Define if you don't want to use utmpx */
164 /* Define if you have ut_addr in utmpx.h */
170 /* Define if you have ut_addr_v6 in utmpx.h */
506 /* Define if you have ut_host in utmpx.h */
518 /* Define if you have ut_id in utmpx.h */
984 /* Define if you have syslen in utmpx.h */
1080 /* Define if you have ut_time in utmpx.h */
1098 /* Define if you have ut_tv in utmpx.h */
1104 /* Define if you have ut_type in utmpx.h */
1149 /* Define to 1 if you have the <utmpx.h> header file. */
[all …]
DINSTALL185 --with-utmpx enables utmpx support. utmpx support is automatic for
DTODO54 information in wtmpx or utmpx or any of that stuff if it's not detected
Dconfigure.ac339 utmpx.h \
459 [Some systems need a utmpx entry for /bin/login to work])
1656 dnl Checks for utmpx functions
3006 OSSH_CHECK_HEADER_FOR_FIELD([ut_host], [utmpx.h], [HAVE_HOST_IN_UTMPX])
3007 OSSH_CHECK_HEADER_FOR_FIELD([syslen], [utmpx.h], [HAVE_SYSLEN_IN_UTMPX])
3010 OSSH_CHECK_HEADER_FOR_FIELD([ut_type], [utmpx.h], [HAVE_TYPE_IN_UTMPX])
3013 OSSH_CHECK_HEADER_FOR_FIELD([ut_id], [utmpx.h], [HAVE_ID_IN_UTMPX])
3015 OSSH_CHECK_HEADER_FOR_FIELD([ut_addr], [utmpx.h], [HAVE_ADDR_IN_UTMPX])
3017 OSSH_CHECK_HEADER_FOR_FIELD([ut_addr_v6], [utmpx.h], [HAVE_ADDR_V6_IN_UTMPX])
3020 OSSH_CHECK_HEADER_FOR_FIELD([ut_time], [utmpx.h], [HAVE_TIME_IN_UTMPX])
[all …]
Dconfigure1390 --disable-utmpx disable use of utmpx even if detected no
6059 utmpx.h \
/external/ppp/pppd/
Dsys-solaris.c2463 static struct utmpx utmpx; local
2467 strncpy(utmpx.ut_user, name, sizeof(utmpx.ut_user));
2468 strncpy(utmpx.ut_id, ifname, sizeof(utmpx.ut_id));
2469 strncpy(utmpx.ut_line, line, sizeof(utmpx.ut_line));
2470 utmpx.ut_pid = getpid();
2471 utmpx.ut_type = USER_PROCESS;
2473 utmpx.ut_type = DEAD_PROCESS;
2475 gettimeofday(&utmpx.ut_tv, NULL);
2476 updwtmpx("/var/adm/wtmpx", &utmpx);