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

NAME

6       auparse_get_field_name - get current field's name
7

SYNOPSIS

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

DESCRIPTION

15       auparse_get_field_name  allows  access to the current field name of the
16       current record in the current event.
17
18

RETURN VALUE

20       Returns NULL if an error occurs; otherwise, a pointer  to  the  field's
21       name.
22
23

SEE ALSO

25       auparse_get_field_str(3),                   auparse_interpret_field(3),
26       auparse_next_field(3).
27
28

AUTHOR

30       Steve Grubb
31
32
33
34Red Hat                            Feb 2007          AUPARSE_GET_FIELD_NAME(3)
Impressum