Query: genders_parse
OS: linux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GENDERS_PARSE(3) LIBGENDERS GENDERS_PARSE(3)NAMEgenders_parse - determine errors with a genders fileSYNOPSIS#include <genders.h> int genders_parse(genders_t handle, const char *filename, FILE *stream);DESCRIPTIONgenders_parse() parses the genders file indicated by filename and outputs information to stream about parse errors in the genders file. If filename is NULL, the default genders file will be checked. If stream is NULL, information will be output to standard error.RETURN VALUESOn success, the number of parse errors discovered is returned. If there are no errors, 0 is returned. On error, -1 is returned, and an error code is returned in handle. The error code can be retrieved via genders_errnum(3) , and a description of the error code can be retrieved via genders_strerror(3). Error codes are defined in genders.h.ERRORSGENDERS_ERR_NULLHANDLE The handle parameter is NULL. The genders handle must be created with genders_handle_create(3). GENDERS_ERR_OPEN The genders file indicated by filename cannot be opened for reading. GENDERS_ERR_OVERFLOW A line in the genders database exceeds the maximum allowed length. GENDERS_ERR_MAGIC handle has an incorrect magic number. handle does not point to a genders handle or handle has been destroyed by genders_han- dle_destroy(3).FILES/usr/include/genders.hSEE ALSOlibgenders(3), genders_handle_create(3), genders_errnum(3), genders_strerror(3)LLNLAugust 2003 GENDERS_PARSE(3)
Related Man Pages |
---|
genders_getmaxnodelen(3) - debian |
genders_getmaxattrs(3) - debian |
genders_load_data(3) - bsd |
genders_load_data(3) - mojave |
genders_load_data(3) - osx |
Similar Topics in the Unix Linux Community |
---|
parse apl-numeric codes from filenames, and match them to entries in database |