Searched refs:safe_open (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/bin/named/unix/ |
H A D | os.c | 645 safe_open(const char *filename, mode_t mode, isc_boolean_t append) { function 825 fd = safe_open(filename, mode, ISC_FALSE); 834 fd = safe_open(filename, mode, ISC_FALSE); 855 fd = safe_open(filename, mode, ISC_FALSE);
|
/bind-9.11.3/bin/named/win32/ |
H A D | os.c | 180 safe_open(const char *filename, int mode, isc_boolean_t append) { function 231 fd = safe_open(filename, mode, ISC_FALSE);
|
Completed in 2423 milliseconds