1AUPARSE_GET_FILENAME(3)         Linux Audit API        AUPARSE_GET_FILENAME(3)
2
3
4

NAME

6       auparse_get_filename - get the filename where record was found
7

SYNOPSIS

9       #include <auparse.h>
10
11       const char *auparse_get_filename(auparse_state_t *au);
12
13

DESCRIPTION

15       auparse_get_filename  will return the name of the source file where the
16       record  was  found   if   the   source   type   is   AUSOURCE_FILE   or
17       AUSOURCE_FILE_ARRAY.  For  other  source types the return value will be
18       NULL.
19
20

RETURN VALUE

22       Returns pointer to a filename or NULL if unavailable.
23
24

SEE ALSO

26       auparse_get_line_number(3).  auparse_next_record(3).
27
28

AUTHOR

30       John Dennis
31
32
33
34Red Hat                            Feb 2007            AUPARSE_GET_FILENAME(3)
Impressum