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

NAME

6       auparse_get_field_str - get current field's value
7

SYNOPSIS

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

DESCRIPTION

15       auparse_get_field_str  allows  access to the value in the current field
16       of the 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       value.
22
23

SEE ALSO

25       auparse_get_field_name(3),   auparse_get_field_int(3),   auparse_inter‐
26       pret_field(3), auparse_next_field(3).
27
28

AUTHOR

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