Searched refs:errno (Results 26 - 35 of 35) sorted by relevance

12

/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dservice.c473 if (errno == EACCES)
485 debugError("Unexpected error locking: %d", errno);
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dservice.c472 if (errno == EACCES)
484 debugError("Unexpected error locking: %d", errno);
/forgerock/web-agents-v4/source/
H A Dnet_client.c74 while (strerror_r(e, es, size) == -1 && errno == ERANGE) {\
118 e = errno;
H A Dconfig_file.c409 filename, errno);
H A Dnet_client_ssl.c541 n->ssl.sys_error = errno;
H A Dprocess.c1326 errno = 0;
1329 if (sec <= 0 || errno == ERANGE) {
H A Dcache.c375 thisfunc, errno, file);
/forgerock/web-agents-v4/source/varnish/
H A Dagent.c478 errno = 0;
480 if (content_length == 0 || errno == ERANGE) {
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c528 errno = 0;
530 if (content_length == 0 || errno == ERANGE) {
/forgerock/web-agents-v4/zlib/
H A Dzip.c38 extern int errno;
40 # include <errno.h>

Completed in 83 milliseconds

12