auparse_get_field_str — get current field's value
Synopsis
#include <auparse.h>
const char *auparse_get_field_str(auparse_state_t *au);
Description
auparse_get_field_str allows access to the value in the current field of the current record in the current event.
Return Value
Returns NULL if an error occurs; otherwise, a pointer to the field's value.
See Also
auparse_get_field_name(3), auparse_get_field_int(3), auparse_interpret_field(3), auparse_next_field(3).
Referenced By
auparse_get_field_int(3), auparse_get_field_name(3), auparse_interpret_field(3), auparse_normalize_functions(3), ausearch-expression(5).
Feb 2007 Red Hat Linux Audit API