Searched refs:nread (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dpasswd_common.c125 apr_size_t nread; local
131 &nread) != APR_EOF
132 || nread == sizeof(buf) - 1) {
135 buf[nread] = '\0';
136 if (nread >= 1 && buf[nread-1] == '\n') {
137 buf[nread-1] = '\0';
138 if (nread >= 2 && buf[nread-2] == '\r')
139 buf[nread
[all...]

Completed in 1331 milliseconds