Searched refs:utmpx (Results 1 – 13 of 13) sorted by relevance
/external/openssh/ |
D | loginrec.c | 193 void set_utmpx_time(struct logininfo *li, struct utmpx *ut); 194 void construct_utmpx(struct logininfo *li, struct utmpx *ut); 730 set_utmpx_time(struct logininfo *li, struct utmpx *utx) in set_utmpx_time() 741 construct_utmpx(struct logininfo *li, struct utmpx *utx) in construct_utmpx() 998 utmpx_write_library(struct logininfo *li, struct utmpx *utx) in utmpx_write_library() 1013 utmpx_write_direct(struct logininfo *li, struct utmpx *utx) in utmpx_write_direct() 1023 struct utmpx utx; in utmpx_perform_login() 1044 struct utmpx utx; in utmpx_perform_logout() 1260 wtmpx_write(struct logininfo *li, struct utmpx *utx) in wtmpx_write() 1292 struct utmpx utx; in wtmpx_perform_login() [all …]
|
D | INSTALL | 183 --with-utmpx enables utmpx support. utmpx support is automatic for
|
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 */ 613 /* Define if you have ut_host in utmpx.h */ 625 /* Define if you have ut_id in utmpx.h */ 1139 /* Define if you have syslen in utmpx.h */ 1238 /* Define if you have ut_time in utmpx.h */ 1256 /* Define if you have ut_tv in utmpx.h */ 1262 /* Define if you have ut_type in utmpx.h */ 1313 /* Define to 1 if you have the <utmpx.h> header file. */ [all …]
|
D | TODO | 54 information in wtmpx or utmpx or any of that stuff if it's not detected
|
D | configure.ac | 434 utmpx.h \ 560 [Some systems need a utmpx entry for /bin/login to work]) 1924 dnl Checks for utmpx functions 3669 OSSH_CHECK_HEADER_FOR_FIELD([ut_host], [utmpx.h], [HAVE_HOST_IN_UTMPX]) 3670 OSSH_CHECK_HEADER_FOR_FIELD([syslen], [utmpx.h], [HAVE_SYSLEN_IN_UTMPX]) 3673 OSSH_CHECK_HEADER_FOR_FIELD([ut_type], [utmpx.h], [HAVE_TYPE_IN_UTMPX]) 3676 OSSH_CHECK_HEADER_FOR_FIELD([ut_id], [utmpx.h], [HAVE_ID_IN_UTMPX]) 3678 OSSH_CHECK_HEADER_FOR_FIELD([ut_addr], [utmpx.h], [HAVE_ADDR_IN_UTMPX]) 3680 OSSH_CHECK_HEADER_FOR_FIELD([ut_addr_v6], [utmpx.h], [HAVE_ADDR_V6_IN_UTMPX]) 3683 OSSH_CHECK_HEADER_FOR_FIELD([ut_time], [utmpx.h], [HAVE_TIME_IN_UTMPX]) [all …]
|
D | configure | 7509 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 | 228 struct utmpx {int ut_type;}; struct 230 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 | 31 struct utmpx *entry; in uptime_main()
|
/external/toybox/toys/posix/ |
D | who.c | 29 struct utmpx *entry; in who_main()
|
/external/toybox/scripts/ |
D | genconfig.sh | 66 struct utmpx *a;
|
/external/libvncserver/ |
D | ChangeLog | 6494 and utmpx.h
|