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

/bind-9.11.3/bin/named/unix/include/named/
H A Dos.h49 ns_os_openfile(const char *filename, mode_t mode, isc_boolean_t switch_user);
/bind-9.11.3/bin/named/win32/include/named/
H A Dos.h45 ns_os_openfile(const char *filename, int mode, isc_boolean_t switch_user);
/bind-9.11.3/bin/named/win32/
H A Dos.c225 ns_os_openfile(const char *filename, int mode, isc_boolean_t switch_user) { function
275 pidlockfile = ns_os_openfile(filename, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH,
319 * ns_os_openfile() uses safeopen() which removes any existing
/bind-9.11.3/bin/named/unix/
H A Dos.c797 ns_os_openfile(const char *filename, mode_t mode, isc_boolean_t switch_user) { function
900 fh = ns_os_openfile(filename, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH,
955 * ns_os_openfile() uses safeopen() which removes any existing
/bind-9.11.3/bin/named/
H A Dserver.c6437 fp = ns_os_openfile(filename, S_IRUSR|S_IWUSR, ISC_TRUE);

Completed in 1278 milliseconds