Searched refs:pcregex (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/tests/sys/audit/
H A Dprocess-control.c54 static char pcregex[80]; variable
68 snprintf(pcregex, sizeof(pcregex), "fork.*%d.*return,success", pid);
74 check_audit(fds, pcregex, pipefd);
102 snprintf(pcregex, sizeof(pcregex), "exit.*%d.*success", pid);
103 check_audit(fds, pcregex, pipefd);
129 snprintf(pcregex, sizeof(pcregex), "rfork.*%d.*return,success", pid);
134 check_audit(fds, pcregex, pipef
[all...]

Completed in 182 milliseconds