Blame docs/auparse_get_field_str.3

Packit f0d170
.TH "AUPARSE_GET_FIELD_STR" "3" "Feb 2007" "Red Hat" "Linux Audit API"
Packit f0d170
.SH NAME
Packit f0d170
auparse_get_field_str \- get current field's value
Packit f0d170
.SH "SYNOPSIS"
Packit f0d170
.B #include <auparse.h>
Packit f0d170
.sp
Packit f0d170
const char *auparse_get_field_str(auparse_state_t *au);
Packit f0d170
Packit f0d170
.SH "DESCRIPTION"
Packit f0d170
Packit f0d170
auparse_get_field_str allows access to the value in the current field of the current record in the current event.
Packit f0d170
Packit f0d170
.SH "RETURN VALUE"
Packit f0d170
Packit f0d170
Returns NULL if an error occurs; otherwise, a pointer to the field's value.
Packit f0d170
Packit f0d170
.SH "SEE ALSO"
Packit f0d170
Packit f0d170
.BR auparse_get_field_name (3),
Packit f0d170
.BR auparse_get_field_int (3),
Packit f0d170
.BR auparse_interpret_field (3),
Packit f0d170
.BR auparse_next_field (3).
Packit f0d170
Packit f0d170
.SH AUTHOR
Packit f0d170
Steve Grubb