ausearch_add_regex(3) centos man page | unix.com

Man Page: ausearch_add_regex

Operating Environment: centos

Section: 3

AUSEARCH_ADD_REGEX(3)						  Linux Audit API					     AUSEARCH_ADD_REGEX(3)

NAME
ausearch_add_regex - use regular expression search rule
SYNOPSIS
#include <auparse.h> int ausearch_add_regex(auparse_state_t *au, const char *expr);
DESCRIPTION
ausearch_add_regex adds one search condition based on a regular expression to the current audit search expression. The search conditions can then be used to scan logs, files, or buffers for something of interest. The regular expression follows the posix extended regular expression conventions, and is matched against the full record (without interpreting field values). If an existing search expression E is already defined, this function replaces it by (E && this_regexp).
RETURN VALUE
Returns -1 if an error occurs; otherwise, 0 for success.
SEE ALSO
ausearch_add_expression(3), ausearch_add_item(3), ausearch_clear(3), ausearch_next_event(3), regcomp(3).
AUTHOR
Steve Grubb Red Hat Sept 2007 AUSEARCH_ADD_REGEX(3)
Related Man Pages
ausearch_add_expression(3) - debian
ausearch_add_item(3) - debian
ausearch_add_timestamp_item(3) - debian
ausearch_add_timestamp_item(3) - centos
ausearch_add_timestamp_item(3) - suse
Similar Topics in the Unix Linux Community
Awk regular expression - I need exactly 1 occurrence of it
Grep expression between double quotes
How to print the extended regular expression ?
Better and efficient way to reverse search a file for first matched line number.
Regex to Parse data