Searched refs:FOPW (Results 1 – 3 of 3) sorted by relevance
/haiku/src/bin/unzip/ |
H A D | unzpriv.h | 993 # define FOPW "w","ctx=stm","rfm=fix","mrs=512" macro 1002 # define FOPW "wb,recfm=u,lrecl=32760,byteseek" /* New binary files */ macro 1007 # define FOPW "wb,recfm=v,lrecl=32760" macro 1013 # define FOPW "w8" macro 1024 # ifndef FOPW 1025 # define FOPW "wb" macro 1037 # ifndef FOPW 1038 # define FOPW "w" macro
|
H A D | funzip.c | 393 if ((out = fdopen(1, FOPW)) == (FILE *)NULL)
|
H A D | fileio.c | 368 if ((G.outfile = fopen(tfilnam, FOPW)) == (FILE *)NULL) { in open_outfile() 380 G.outfile = fopen(G.filename, FOPW); in open_outfile() 411 if ((G.outfile = fopen(G.filename, FOPW)) == (FILE *)NULL) { in open_outfile()
|