1AUPARSE_GET_FIELD_NAME(3) Linux Audit API AUPARSE_GET_FIELD_NAME(3)
2
3
4
6 auparse_get_field_name - get current field's name
7
9 #include <auparse.h>
10
11 const char *auparse_get_field_name(auparse_state_t *au);
12
13
15 auparse_get_field_name allows access to the current field name of the
16 current record in the current event.
17
18
20 Returns NULL if an error occurs; otherwise, a pointer to the field's
21 name.
22
23
25 auparse_get_field_str(3), auparse_interpret_field(3),
26 auparse_next_field(3).
27
28
30 Steve Grubb
31
32
33
34Red Hat Feb 2007 AUPARSE_GET_FIELD_NAME(3)