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

/bind-9.11.3/lib/isc/unix/
H A Dfile.c414 isc_file_exists(const char *pathname) { argument
417 REQUIRE(pathname != NULL);
419 return (ISC_TF(file_stats(pathname, &stats) == ISC_R_SUCCESS));
532 * concatenated with a relative pathname to make a valid pathname string.
/bind-9.11.3/lib/isc/win32/
H A Dfile.c472 isc_file_exists(const char *pathname) { argument
475 REQUIRE(pathname != NULL);
477 return (ISC_TF(file_stats(pathname, &stats) == ISC_R_SUCCESS));

Completed in 18 milliseconds