Home
last modified time | relevance | path

Searched refs:FOPWT (Results 1 – 2 of 2) sorted by relevance

/haiku/src/bin/unzip/
H A Dunzpriv.h451 # define FOPWT "w" /* open file for writing in TEXT mode */ macro
1004 # define FOPWT "w,lrecl=133" /* New text files */ macro
1008 # define FOPWT "w" macro
1027 # ifndef FOPWT
1028 # define FOPWT "wt" macro
1040 # ifndef FOPWT
1041 # define FOPWT "w" macro
H A Dfileio.c378 G.outfile = fopen(G.filename, FOPWT); in open_outfile()