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

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dfile.c334 isc_file_exists(const char *pathname) { argument
337 REQUIRE(pathname != NULL);
339 return (ISC_TF(file_stats(pathname, &stats) == ISC_R_SUCCESS));
416 * concatenated with a relative pathname to make a valid pathname string.
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dfile.c394 isc_file_exists(const char *pathname) { argument
397 REQUIRE(pathname != NULL);
399 return (ISC_TF(file_stats(pathname, &stats) == ISC_R_SUCCESS));
/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.c340 ** pathname (path, size, dir, file, ext)
342 ** a pathname, and store the result in the character array
345 char *pathname (char *path, size_t size, const char *dir, const char *file, const char *ext) function
378 ** Check if the given pathname 'name' exists and is a directory.
393 ** Check if a file with the given pathname 'name' exists.
404 ** return the size of the file with the given pathname 'name'.
436 ** Check if the given pathname 'name' looks like "." or "..".
451 ** Set the modification time of the given pathname 'fname' to

Completed in 26 milliseconds