SliTaz Man Pages

Community Doc Forum Pro Shop Bugs Hg Cook

AUPARSE_GET_FIELD_NAME

Provided by audit package
Section: Linux Audit API (3)
Updated: Feb 2007
Index Return to Main Contents

NAME

auparse_get_field_name - get current field's name

SYNOPSIS

#include <auparse.h>

const char *auparse_get_field_name(auparse_state_t *au);

DESCRIPTION

auparse_get_field_name allows access to the current field name of the current record in the current event.

RETURN VALUE

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

SEE ALSO

auparse_get_field_str(3), auparse_interpret_field(3), auparse_next_field(3).

AUTHOR

Steve Grubb

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
AUTHOR