Home
last modified time | relevance | path

Searched refs:FOPEN_BINARY_FLAG (Results 1 – 5 of 5) sorted by relevance

/src/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h342 # ifndef FOPEN_BINARY_FLAG
343 # define FOPEN_BINARY_FLAG "b" macro
349 # ifndef FOPEN_BINARY_FLAG
350 # define FOPEN_BINARY_FLAG macro
/src/contrib/ntp/sntp/libopts/
H A Dmakeshell.c194 FILE * fp = fdopen(fdin, "r" FOPEN_BINARY_FLAG); in emit_var_text()
721 FILE * fp = fopen(fname, "r" FOPEN_BINARY_FLAG); in load_old_output()
807 if (freopen(fname, "w" FOPEN_BINARY_FLAG, stdout) != stdout) in open_out()
H A Dsave.c589 fp = fopen(fname, "a" FOPEN_BINARY_FLAG); in open_sv_file()
/src/contrib/ntp/sntp/libopts/m4/
H A Dlibopts.m4370 AC_DEFINE([FOPEN_BINARY_FLAG],"b", definition
373 AC_DEFINE([FOPEN_BINARY_FLAG],"", definition
/src/contrib/ntp/sntp/
H A Dconfig.h.in34 #undef FOPEN_BINARY_FLAG