Searched refs:fopen_mode (Results 1 – 1 of 1) sorted by relevance
1364 static char const fopen_mode[] = "wb"; in open_outfile() local1366 static char const fopen_mode[] = "wbx"; in open_outfile()1374 while (! (fp = fopen(*outname, fopen_mode))) { in open_outfile()