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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzutil.h24 extern int errno;
26 # include <errno.h>
H A Dgzio.c68 insufficient memory to allocate the (de)compression state; errno
69 can be checked to distinguish the two cases (if errno is zero, the
154 errno = 0;
240 errno = 0;
337 if (errno != ESPIPE) /* fclose is broken for pipes in HP/UX */
398 errno = 0;
847 errnum is set to Z_ERRNO and the application may consult errno
864 m = (char*)(*errnum == Z_ERRNO ? zstrerror(errno) : s->stream.msg);
/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.unix.h55 #include <errno.h>
H A Djava_md.unix.c132 if (fcntl(lockfd, F_SETLK, &lck) < 0 && errno == EAGAIN)
263 if (errno == E2BIG)
H A Djava.c321 if (errno == EOVERFLOW)

Completed in 33 milliseconds