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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dgzio.c82 char fmode[80]; /* copy of mode, without the compression level */ local
83 char *m = fmode;
122 } while (*p++ && m != fmode + sizeof(fmode));
155 s->file = fd < 0 ? F_OPEN(path, fmode) : (FILE*)fdopen(fd, fmode);

Completed in 12 milliseconds