centos man page for ausearch_next_event

Query: ausearch_next_event

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

AUSEARCH_NEXT_EVENT(3)						  Linux Audit API					    AUSEARCH_NEXT_EVENT(3)

NAME
ausearch_next_event - find the next event that meets search criteria
SYNOPSIS
#include <auparse.h> int ausearch_next_event(auparse_state_t *au);
DESCRIPTION
ausearch_next_event will scan the input source and evaluate whether any record in an event contains the data being searched for. Evaluation is done at the record level.
RETURN VALUE
Returns -1 if an error occurs, 0 if no matches, and 1 for success.
SEE ALSO
ausearch_add_item(3), ausearch_add_regex(3), ausearch_set_stop(3).
AUTHOR
Steve Grubb Red Hat Feb 2007 AUSEARCH_NEXT_EVENT(3)
Related Man Pages
ausearch_add_regex(3) - debian
ausearch_add_timestamp_item(3) - debian
ausearch_add_expression(3) - centos
ausearch_add_interpreted_item(3) - centos
ausearch_add_item(3) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
Docker learning Phase-I
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq