Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Dpgrep.c114 regmatch_t re_match[1]; in pgrep_main() member
117 #define re_match (Z.re_match ) in pgrep_main() macro
210 match = (regexec(&re_buffer, cmd, 1, re_match, 0) == 0); in pgrep_main()
219 match = (re_match[0].rm_so == 0 && cmd[re_match[0].rm_eo] == '\0'); in pgrep_main()