/
githubmirror
/
audit-userspace
Обзор
Документация
Войти
/
githubmirror
/
audit-userspace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/auparse_get_field_num.3
21 строка
722 B
Steve Grubb
Align man pages to glibc style pt2
30 июн 2025, 03:54
30 июн 2025, 03:54
b9c4482
Код
Авторство
О чём код?
.TH "AUPARSE_GET_FIELD_NUM" "3" "Dec 2016" "Red Hat" "Linux Audit API" .SH NAME auparse_get_field_num \- get current field cursor location .SH "SYNOPSIS" .B #include <auparse.h> .sp .BI "unsigned int auparse_get_field_num(const auparse_state_t *" au);" .SH "DESCRIPTION" auparse_get_field_num will retrieve the internal library cursors current field location in the current record. Fields within the same record are numbered starting from 0. This is generally not needed but there are some cases where one may want to know the exact field being looked at. .SH "RETURN VALUE" Returns the current field cursor location. .SH "SEE ALSO" .BR auparse_goto_field_num (3), auparse_get_record_num (3). .SH AUTHOR Steve Grubb