Searched defs:tty_name (Results 1 – 10 of 10) 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()
|
D | skip_whitespace.c | 33 char* FAST_FUNC skip_dev_pfx(const char *tty_name) in skip_dev_pfx()
|
/busybox-1.35.0/console-tools/ |
D | kbd_mode.c | 45 const char *tty_name; in kbd_mode_main() local
|
D | loadfont.c | 435 const char *tty_name = CURRENT_TTY; in setfont_main() local
|
/busybox-1.35.0/miscutils/ |
D | conspy.c | 333 static NOINLINE void start_shell_in_child(const char* tty_name) in start_shell_in_child() 364 char tty_name[sizeof(DEV_TTY "NN")]; in conspy_main() local
|
D | less.c | 1809 char *tty_name; in less_main() local
|
/busybox-1.35.0/loginutils/ |
D | getty.c | 101 const char *tty_name; member
|
/busybox-1.35.0/networking/ |
D | telnetd.c | 438 char tty_name[GETPTY_BUFSIZE]; in make_new_session() local
|
/busybox-1.35.0/init/ |
D | init.c | 390 static int open_stdio_to_tty(const char* tty_name) in open_stdio_to_tty()
|
/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
|