HomeSort by: relevance | last modified time | path
    Searched defs:fopen_mode (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
zic.c 1380 static char const fopen_mode[] = "wb"; local in function:open_outfile
1382 static char const fopen_mode[] = "wbx";
1390 while (! (fp = fopen(*outname, fopen_mode))) {
zic.c 1380 static char const fopen_mode[] = "wb"; local in function:open_outfile
1382 static char const fopen_mode[] = "wbx";
1390 while (! (fp = fopen(*outname, fopen_mode))) {

Completed in 26 milliseconds