Searched defs:ns_os_openfile (Results 1 - 2 of 2) sorted by relevance

/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

Completed in 9 milliseconds