Searched refs:utmpx (Results 1 – 12 of 12) sorted by relevance
/external/openssh/ |
D | loginrec.c | 196 void set_utmpx_time(struct logininfo *li, struct utmpx *ut); 197 void construct_utmpx(struct logininfo *li, struct utmpx *ut); 733 set_utmpx_time(struct logininfo *li, struct utmpx *utx) in set_utmpx_time() 744 construct_utmpx(struct logininfo *li, struct utmpx *utx) in construct_utmpx() 1001 utmpx_write_library(struct logininfo *li, struct utmpx *utx) in utmpx_write_library() 1016 utmpx_write_direct(struct logininfo *li, struct utmpx *utx) in utmpx_write_direct() 1026 struct utmpx utx; in utmpx_perform_login() 1047 struct utmpx utx; in utmpx_perform_logout() 1263 wtmpx_write(struct logininfo *li, struct utmpx *utx) in wtmpx_write() 1295 struct utmpx utx; in wtmpx_perform_login() [all …]
|
D | config.h.in | 123 /* Define if you don't want to use utmpx */ 171 /* Define if you have ut_addr in utmpx.h */ 177 /* Define if you have ut_addr_v6 in utmpx.h */ 622 /* Define if you have ut_host in utmpx.h */ 634 /* Define if you have ut_id in utmpx.h */ 1172 /* Define if you have syslen in utmpx.h */ 1274 /* Define if you have ut_time in utmpx.h */ 1292 /* Define if you have ut_tv in utmpx.h */ 1298 /* Define if you have ut_type in utmpx.h */ 1349 /* Define to 1 if you have the <utmpx.h> header file. */ [all …]
|
D | INSTALL | 190 --with-utmpx enables utmpx support. utmpx support is automatic for
|
D | TODO | 54 information in wtmpx or utmpx or any of that stuff if it's not detected
|
D | configure.ac | 427 utmpx.h \ 559 [Some systems need a utmpx entry for /bin/login to work]) 2016 dnl Checks for utmpx functions 3830 OSSH_CHECK_HEADER_FOR_FIELD([ut_host], [utmpx.h], [HAVE_HOST_IN_UTMPX]) 3831 OSSH_CHECK_HEADER_FOR_FIELD([syslen], [utmpx.h], [HAVE_SYSLEN_IN_UTMPX]) 3834 OSSH_CHECK_HEADER_FOR_FIELD([ut_type], [utmpx.h], [HAVE_TYPE_IN_UTMPX]) 3837 OSSH_CHECK_HEADER_FOR_FIELD([ut_id], [utmpx.h], [HAVE_ID_IN_UTMPX]) 3839 OSSH_CHECK_HEADER_FOR_FIELD([ut_addr], [utmpx.h], [HAVE_ADDR_IN_UTMPX]) 3841 OSSH_CHECK_HEADER_FOR_FIELD([ut_addr_v6], [utmpx.h], [HAVE_ADDR_V6_IN_UTMPX]) 3844 OSSH_CHECK_HEADER_FOR_FIELD([ut_time], [utmpx.h], [HAVE_TIME_IN_UTMPX]) [all …]
|
D | configure | 1422 --disable-utmpx disable use of utmpx even if detected no 6742 utmpx.h \
|
/external/ppp/pppd/ |
D | sys-solaris.c | 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.ut_syslen = strlen(host) + 1; 2475 if (utmpx.ut_syslen > sizeof(utmpx.ut_host)) 2476 utmpx.ut_syslen = sizeof(utmpx.ut_host); 2478 utmpx.ut_pid = getpid(); 2479 utmpx.ut_type = USER_PROCESS; 2481 utmpx.ut_type = DEAD_PROCESS; [all …]
|
/external/toybox/lib/ |
D | portability.h | 200 struct utmpx {int ut_type;}; argument 202 static inline struct utmpx *getutxent(void) {return 0;} in getutxent()
|
/external/toybox/toys/other/ |
D | w.c | 21 struct utmpx *x; in w_main()
|
D | uptime.c | 32 struct utmpx *entry; in uptime_main()
|
/external/toybox/toys/posix/ |
D | who.c | 31 struct utmpx *entry; in who_main()
|
/external/toybox/scripts/ |
D | genconfig.sh | 66 struct utmpx *a;
|