Searched refs:utmp (Results 1 – 6 of 6) sorted by relevance
102 struct utmpx utmp; in write_wtmp() local108 memset(&utmp, 0, sizeof(utmp)); in write_wtmp()109 utmp.ut_tv.tv_sec = time(NULL); in write_wtmp()110 strcpy(utmp.ut_user, "shutdown"); /* it is wide enough */ in write_wtmp()111 utmp.ut_type = RUN_LVL; in write_wtmp()112 utmp.ut_id[0] = '~'; utmp.ut_id[1] = '~'; /* = strcpy(utmp.ut_id, "~~"); */ in write_wtmp()113 utmp.ut_line[0] = '~'; utmp.ut_line[1] = '~'; /* = strcpy(utmp.ut_line, "~~"); */ in write_wtmp()115 safe_strncpy(utmp.ut_host, uts.release, sizeof(utmp.ut_host)); in write_wtmp()116 updwtmpx(bb_path_wtmp_file, &utmp); in write_wtmp()
46 Getty should write LOGIN_PROCESS utmp record before it starts waiting66 ??? Should login write LOGIN_PROCESS utmp record before it starts waiting69 Login should write USER_PROCESS utmp record just before it is about
119 lib-$(CONFIG_FEATURE_UTMP) += utmp.o
129 bool "Support utmp file"132 The file /var/run/utmp is used to track who is currently logged in.
25 ## No utmp/wtmp:
98 # define utmpx utmp