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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dminigzip.c37 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
49 # define fileno(file) file->__file macro
52 # include <unix.h> /* for fileno */
139 int ifd = fileno(in);
301 file = gzdopen(fileno(stdin), "rb");
305 file = gzdopen(fileno(stdout), outmode);
/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.unix.c1848 dup2(fdout[1], fileno(stderr));

Completed in 35 milliseconds