/
githubmirror
/
audit-userspace
Обзор
Документация
Войти
/
githubmirror
/
audit-userspace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/auparse_node_compare.3
22 строки
622 B
Steve Grubb
Align man pages to glibc style pt2
30 июн 2025, 03:54
30 июн 2025, 03:54
b9c4482
Код
Авторство
О чём код?
.TH "AUPARSE_NODE_COMPARE" "3" "Sept 2007" "Red Hat" "Linux Audit API" .SH NAME auparse_node_compare \- compares node name values .SH "SYNOPSIS" .B #include <auparse.h> .sp .BI "int auparse_node_compare(const au_event_t *" e1, const au_event_t *" e2);" .SH "DESCRIPTION" auparse_node_compare compares the node name values of 2 events. .SH "RETURN VALUE" Returns \-1, 0, or 1 respectively depending on whether e2 is less than, equal to, or greater than e1. Since this is a string compare, it probably only matter that they are equal or not equal. .SH "SEE ALSO" .BR auparse_get_timestamp (3). .SH AUTHOR Steve Grubb