table of contents
other versions
- trixie 1:4.0.2-2+b2
- testing 1:4.0.5-1
- unstable 1:4.0.5-1
- experimental 1:4.1.1-1~exp1
AUPARSE_GET_FIELD_STR(3) | Linux Audit API | AUPARSE_GET_FIELD_STR(3) |
NAME¶
auparse_get_field_str - get current field's value
SYNOPSIS¶
#include <auparse.h>
const char * auparse_get_field_str(const 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).
AUTHOR¶
Steve Grubb
Feb 2007 | Red Hat |