Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Dpgrep.c80 #define OPT_LIST (opt & (1 << OPTBIT_L)) macro
137 if (pkill && OPT_LIST) { /* -l: print the whole signal list */ in pgrep_main()