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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dminigzip.c145 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.unix.c1861 if (pid > 0 && waitpid(pid, &info, 0) >= 0 && WIFEXITED(info) && fstat(fdout[0], &sb) == 0)
1863 if (pid > 0 && waitpid(pid, &info, 0) >= 0 && WIFEXITED(info) && fstat(fdout[0], &sb) == 0 && sb.st_size > 0)

Completed in 22 milliseconds