Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Dpgrep.c64 #define pkill (ENABLE_PKILL && (!ENABLE_PGREP || applet_name[1] == 'k')) macro
123 if (pkill && argv[1] && argv[1][0] == '-') { in pgrep_main()
137 if (pkill && OPT_LIST) { /* -l: print the whole signal list */ in pgrep_main()
/busybox-1.35.0/
DNOFORK_NOEXEC.lst23 ("pkill sh" killing itself before it kills real "sh" is no fun)
282 pkill - must fork+exec to get correct /proc/PID/cmdline and comm field