AUPARSE_GET_FIELD_INT
NAMESYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
AUTHOR
NAME
auparse_get_field_int − get current field’s value as an int
SYNOPSIS
#include <auparse.h>
int auparse_get_field_int(auparse_state_t *au);
DESCRIPTION
auparse_get_field_int allows access to the value as an int of the current field of the current record in the current event.
RETURN VALUE
Returns -1 if there is an error with errno set appropriately or the value if errno is zero.
SEE ALSO
auparse_get_field_str(3).
AUTHOR
Steve Grubb
More Linux Commands
manpages/glMultMatrixd.3gl.html
glMultMatrixd(3gl) - multiply the current matrix with the sp
glMultMatrix multiplies the current matrix with the one specified using m, and replaces the current matrix with the product. The current matrix is determined by
manpages/menu_opts.3menu.html
menu_opts(3menu) - set and get menu item options (Man Page)
The function set_item_opts sets all the given items option bits (menu option bits may be logically-ORed together). The function item_opts_on turns on the given
manpages/snprint_description.3.html
snprint_description(3) - netsnmp_mib_api functions (ManPage)
The functions dealing with MIB modules fall into four groups - those dealing with initialisation and shutdown, with reading in and parsing MIB files, with searc
manpages/git-credential.1.html
git-credential(1) Retrieve and store user credentials.......
Git has an internal interface for storing and retrieving credentials from system-specific helpers, as well as prompting the user for usernames and passwords. Th
manpages/glutEnterGameMode.3.html
glutEnterGameMode(3) - enters and leaves GLUT's game mode.
glutEnterGameMode is designed to enable high-performance fullscreen GLUT rendering, possibly at a different screen display format. Calling glutEnterGameMode cre
manpages/rsyncd.conf.5.html
rsyncd.conf(5) - configuration file for rsync in daemon mode
The rsyncd.conf file is the runtime configuration file for rsync when run as an rsync daemon. The rsyncd.conf file controls authentication, access, logging and
manpages/glFlush.3gl.html
glFlush(3gl) - force execution of GL commands in finite time
Different GL implementations buffer commands in several different locations, including network buffers and the graphics accelerator itself. glFlush empties all
manpages/ioprio_set.2.html
ioprio_set(2) - get/set I/O scheduling class and priority...
The ioprio_get() and ioprio_set() system calls respectively get and set the I/O scheduling class and priority of one or more threads. The which and who argument
manpages/linkat.2.html
linkat(2) - create a file link relative to directory file de
link() creates a new link (also known as a hard link) to an existing file. If newpath exists, it will not be overwritten. This new name may be used exactly as t
manpages/XAutoRepeatOn.3.html
XAutoRepeatOn(3) - manipulate keyboard settings and keyboard
The XChangeKeyboardControl function controls the keyboard characteristics defined by the XKeyboardControl structure. The value_mask argument specifies which val
manpages/sin.3.html
sin(3) - sine function (Library - Linux man page)...........
The sin() function returns the sine of x, where x is given in radians. RETURN VALUE On success, these functions return the sine of x. If x is a NaN, a NaN is re
manpages/pcre_config.3.html
pcre_config(3) - Perl-compatible regular expressions........
This function makes it possible for a client program to find out which optional features are available in the version of the PCRE library it is using. The argum
