1AUPARSE_FIND_FIELD_NEXT(3) Linux Audit API AUPARSE_FIND_FIELD_NEXT(3)
2
3
4
6 auparse_find_field_next - find next occurrance of field name
7
9 #include <auparse.h>
10
11 const char *auparse_find_field_next(auparse_state_t *au);
12
13
15 auparse_find_field_next finds the next occurrance of the previously
16 stored field name. It will scan until it reaches the last record of the
17 current event.
18
19
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
27 auparse_first_record(3), auparse_next_event(3), auparse_find_field(3).
28
29
31 Steve Grubb
32
33
34
35Red Hat Feb 2007 AUPARSE_FIND_FIELD_NEXT(3)