Lines Matching +full:non +full:- +full:zero
1 /*-
2 * Copyright (c) 2012-2016 Dag-Erling Smørgrav
83 while (wordvlen--) in openpam_readlinev()
121 * allocated NUL-terminated strings, each containing a single word, in the
135 * - The end of the file was reached before any words were read; :errno is
136 * zero, =!ferror returns zero, and =!feof returns a non-zero value.
138 * - The end of the file was reached while a quote or backslash escape
139 * was in effect; :errno is set to =EINVAL, =!ferror returns zero, and
140 * =!feof returns a non-zero value.
142 * - An error occurred while reading from the file; :errno is non-zero,
143 * =!ferror returns a non-zero value and =!feof returns zero.
145 * - A =!malloc or =!realloc call failed; :errno is set to =ENOMEM,
146 * =!ferror returns a non-zero value, and =!feof may or may not return
147 * a non-zero value.