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);
|