Searched defs:new_type (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/libbb/ |
D | utmp.c | 17 void FAST_FUNC write_new_utmp(pid_t pid, int new_type, const char *tty_name, const char *username, … in write_new_utmp() 65 void FAST_FUNC update_utmp(pid_t pid, int new_type, const char *tty_name, const char *username, con… in update_utmp()
|
/busybox-1.35.0/include/ |
D | libbb.h | 1201 # define write_new_utmp(pid, new_type, tty_name, username, hostname) ((void)0) argument 1202 # define update_utmp(pid, new_type, tty_name, username, hostname) ((void)0) argument
|