1AUPARSE_GET_FIELD_INT(3) Linux Audit API AUPARSE_GET_FIELD_INT(3)
2
3
4
6 auparse_get_field_int - get current field's value as an int
7
9 #include <auparse.h>
10
11 int auparse_get_field_int(auparse_state_t *au);
12
13
15 auparse_get_field_int allows access to the value as an int of the cur‐
16 rent field of the current record in the current event.
17
18
20 Returns -1 if there is an error with errno set appropriately or the
21 value if errno is zero.
22
23
25 auparse_get_field_str(3).
26
27
29 Steve Grubb
30
31
32
33Red Hat Feb 2007 AUPARSE_GET_FIELD_INT(3)