Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c876 pid_t root_pid; member
2022 if (G_saved_tty_pgrp && getpid() == G.root_pid) { in sigexit()
6634 val = utoa(G.root_pid); in expand_one_var()
7403 , (unsigned) G.root_pid in re_execute_shell()
10227 G.root_pid = cached_getpid; /* for $PID (NOMMU can override via -$HEXPID:HEXPPID:...) */ in hush_main()
10396 G.root_pid = bb_strtou(optarg, &optarg, 16); in hush_main()
10872 if (G_saved_tty_pgrp && getpid() == G.root_pid) in builtin_exec()