Searched refs:test_path (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.bin/catman/
H A Dcatman.c307 test_path(char *name, time_t *mod_time) function
344 if (verbose && !(test_path(mandir, NULL) & TEST_WRITABLE))
357 if ((test = test_path(dir, NULL)) != 0) {
392 src_test = test_path(src, &src_mtime);
404 cat_test = test_path(cat, &cat_mtime);
486 if (!(test_path(page_path, NULL) & TEST_DIR)) {
508 if (test_path(zip_path, NULL) != 0) {
555 if (test_path(cat_path, NULL) & TEST_DIR)
642 if (test_path(machine_dir, NULL) & TEST_DIR)
648 if (test_path(arch_di
[all...]

Completed in 61 milliseconds