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

NAME

6       auparse_get_field_num - get current field cursor location
7

SYNOPSIS

9       #include <auparse.h>
10
11       unsigned int auparse_get_field_num(auparse_state_t *au);
12
13

DESCRIPTION

15       auparse_get_field_num  will  retrieve the internal library cursors cur‐
16       rent field location in the  current  record.  Fields  within  the  same
17       record  are  numbered starting from 0. This is generally not needed but
18       there are some cases where one may want to know the exact  field  being
19       looked at.
20
21

RETURN VALUE

23       Returns the current field cursor location.
24
25

SEE ALSO

27       auparse_goto_field_num(3),auparse_get_record_num(3).
28
29

AUTHOR

31       Steve Grubb
32
33
34
35Red Hat                            Dec 2016           AUPARSE_GET_FIELD_NUM(3)
Impressum