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_FILENAME(3) | Linux Audit API | AUPARSE_GET_FILENAME(3) |
NAME¶
auparse_get_filename - get the filename where record was found
SYNOPSIS¶
#include <auparse.h>
const char * auparse_get_filename(const auparse_state_t *au);"
DESCRIPTION¶
auparse_get_filename will return the name of the source file where the record was found if the source type is AUSOURCE_FILE or AUSOURCE_FILE_ARRAY. For other source types the return value will be NULL.
RETURN VALUE¶
Returns pointer to a filename or NULL if unavailable.
SEE ALSO¶
AUTHOR¶
John Dennis
Feb 2007 | Red Hat |