Home
last modified time | relevance | path

Searched refs:write_new_utmp (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dutmp.c17 void FAST_FUNC write_new_utmp(pid_t pid, int new_type, const char *tty_name, const char *username, … in write_new_utmp() function
103 write_new_utmp(pid, new_type, tty_name, username, hostname); in update_utmp()
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dtelnetd.c510 write_new_utmp(pid, LOGIN_PROCESS, tty_name, /*username:*/ "LOGIN", hostname); in make_new_session()
/dports/sysutils/busybox/busybox-1.26.2/include/
H A Dlibbb.h984 void FAST_FUNC write_new_utmp(pid_t pid, int new_type, const char *tty_name, const char *username, …
988 # define write_new_utmp(pid, new_type, tty_name, username, hostname) ((void)0) macro