Searched refs:ns_os_openfile (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/bin/named/unix/include/named/ |
H A D | os.h | 49 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 D | os.h | 45 ns_os_openfile(const char *filename, int mode, isc_boolean_t switch_user);
|
/bind-9.11.3/bin/named/win32/ |
H A D | os.c | 225 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 D | os.c | 797 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 D | server.c | 6437 fp = ns_os_openfile(filename, S_IRUSR|S_IWUSR, ISC_TRUE);
|
Completed in 1278 milliseconds