1AUPARSE_FIND_FIELD_NEXT(3)      Linux Audit API     AUPARSE_FIND_FIELD_NEXT(3)
2
3
4

NAME

6       auparse_find_field_next - find next occurrence of field name
7

SYNOPSIS

9       #include <auparse.h>
10
11       const char *auparse_find_field_next(auparse_state_t *au);
12
13

DESCRIPTION

15       auparse_find_field_next  finds  the  next  occurrence of the previously
16       stored field name. It will scan until it reaches the last record of the
17       current event.
18
19

RETURN VALUE

21       Returns  NULL  field  not  found. If an error occurs errno will be set.
22       Otherwise, it returns a pointer to the text value associated  with  the
23       field.
24
25

SEE ALSO

27       auparse_first_record(3), auparse_next_event(3), auparse_find_field(3).
28
29

AUTHOR

31       Steve Grubb
32
33
34
35Red Hat                            Feb 2007         AUPARSE_FIND_FIELD_NEXT(3)
Impressum