Linux Manuals · Linux Manuals session 3 auparse_next_field (3) Linux Manual Page ByLinux Manual Posted onApr 22, 2026 auparse_next_field – move field cursor Synopsis#include <auparse.h> int auparse_next_field(auparse_state_t *au); Descriptionauparse_next_field moves the library’s internal cursor to point to the next field in the current record of the current event. Return ValueReturns 0 if no more fields exist and 1 for success. See Alsoauparse_next_record(3). AuthorSteve Grubb