HomeSort by: relevance | last modified time | path
    Searched defs:target_test (Results 1 - 2 of 2) 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);
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);

Completed in 22 milliseconds