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

/ast/src/lib/libz/
H A Dgzio.c117 char fmode[80]; /* copy of mode, without the compression level */ local
118 char *m = fmode;
176 } while (*p++ && m != fmode + sizeof(fmode));
222 if (!(s->file = fp) && !(s->file = F_OPEN(path, fmode))) {

Completed in 9 milliseconds