Searched refs:isc_stdio_open (Results 1 – 3 of 3) sorted by relevance
43 isc_stdio_open(const char *filename, const char *mode, FILE **fp);
31 isc_stdio_open(const char *filename, const char *mode, FILE **fp) { in isc_stdio_open() function
1372 result = isc_stdio_open(path, "a", &FILE_STREAM(channel)); in isc_log_open()