Searched refs:fdopen (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/
H A Dconfig.h.win32249 #define fdopen _fdopen
/bind-9.11.3/lib/isc/unix/
H A Dfile.c354 f = fdopen(fd, "w+");
607 f = fdopen(fd, "w");
/bind-9.11.3/lib/isc/win32/
H A Dfile.c398 f = fdopen(fd, binary ? "wb+" : "w+");
684 f = fdopen(fd, "w");
/bind-9.11.3/bin/named/win32/
H A Dos.c239 fp = fdopen(fd, "w");
242 ns_main_earlywarning("could not fdopen() file '%s': %s",
/bind-9.11.3/bin/named/unix/
H A Dos.c865 fp = fdopen(fd, "w");
868 ns_main_earlywarning("could not fdopen() file '%s': %s",

Completed in 20 milliseconds