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

/freebsd-12-stable/tests/sys/audit/
H A Dutils.c44 * Checks the presence of "auditregex" in auditpipe(4) after the
48 get_records(const char *auditregex, FILE *pipestream) argument
84 return (atf_utils_grep_string("%s", membuff, auditregex));
143 check_auditpipe(struct pollfd fd[], const char *auditregex, FILE *pipestream) argument
161 if (get_records(auditregex, pipestream))
172 "time limit", auditregex);

Completed in 120 milliseconds