Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Dpgrep.c162 int cmdlen, match; in pgrep_main() local
175 cmdlen = -1; in pgrep_main()
183 cmdlen = strlen(cmd); /* not -a: find first NUL */ in pgrep_main()
213 cmdlen = -1; in pgrep_main()
232 if (cmdlen >= 0) in pgrep_main()
233 cmd[cmdlen] = '\0'; in pgrep_main()