Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Dpgrep.c109 char *cmd_last; in pgrep_main() local
158 cmd_last = NULL; in pgrep_main()
228 free(cmd_last); in pgrep_main()
229 cmd_last = xstrdup(cmd); in pgrep_main()
240 if (cmd_last) { in pgrep_main()
241 act(matched_pid, cmd_last, signo); in pgrep_main()
243 free(cmd_last); in pgrep_main()