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

/haiku/src/bin/unzip/
H A Dfunzip.c361 if ((G.in = fopen(*argv, FOPR)) == (FILE *)NULL)
377 if ((G.in = fdopen(0, FOPR)) == (FILE *)NULL)
H A Dunzpriv.h991 # define FOPR "r","ctx=stm" macro
999 # define FOPR "rb,byteseek" macro
1018 # ifndef FOPR
1019 # define FOPR "rb" macro
1031 # ifndef FOPR
1032 # define FOPR "r" macro
H A Dfileio.c196 G.zipfd = fopen(G.zipfn, FOPR);
390 if ((G.outfile = fopen(G.filename, FOPR)) == (FILE *)NULL)
402 if (G.dne && ((G.outfile = fopen(G.filename, FOPR)) != (FILE *)NULL)) {
H A Dbeos.c819 G.outfile = fopen(G.filename, FOPR); /* ...and reopen for reading */

Completed in 202 milliseconds