HomeSort by: relevance | last modified time | path
    Searched refs:target_test (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/sysinst/
target.c 110 int target_test(unsigned int mode, const char *path);
645 target_test(unsigned int mode, const char *path) function in typeref:typename:int
654 printf("target_test(%o, %s) returning %d\n", mode, real_path, result);
668 return target_test(S_IFDIR, path);
680 return target_test(S_IFREG, path);
687 return target_test(S_IFLNK, path);
defs.h 949 int target_test(unsigned int, const char *);
util.c 1644 found = (target_test(mode, pathname) == 0);

Completed in 57 milliseconds