Searched refs:FOPWT (Results 1 – 2 of 2) sorted by relevance
451 # define FOPWT "w" /* open file for writing in TEXT mode */ macro1004 # define FOPWT "w,lrecl=133" /* New text files */ macro1008 # define FOPWT "w" macro1027 # ifndef FOPWT1028 # define FOPWT "wt" macro1040 # ifndef FOPWT1041 # define FOPWT "w" macro
378 G.outfile = fopen(G.filename, FOPWT); in open_outfile()