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

/macosx-10.9.5/system_cmds-597.90.1/dirhelper.tproj/
H A Ddirhelper.c78 int file_check(const char* path, int mode, int uid, int gid, uid_t* owner, gid_t* group);
79 #define is_file(x) file_check((x), S_IFREG, -1, -1, NULL, NULL)
80 #define is_directory(x) file_check((x), S_IFDIR, -1, -1, NULL, NULL)
81 #define is_directory_get_owner_group(x,o,g) file_check((x), S_IFDIR, -1, -1, (o), (g))
82 #define is_root_wheel_directory(x) file_check((x), S_IFDIR, 0, 0, NULL, NULL)
270 file_check(const char* path, int mode, int uid, int gid, uid_t* owner, gid_t* group) { function
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/dirhelper.tproj/
H A Ddirhelper.c78 int file_check(const char* path, int mode, int uid, int gid, uid_t* owner, gid_t* group);
79 #define is_file(x) file_check((x), S_IFREG, -1, -1, NULL, NULL)
80 #define is_directory(x) file_check((x), S_IFDIR, -1, -1, NULL, NULL)
81 #define is_directory_get_owner_group(x,o,g) file_check((x), S_IFDIR, -1, -1, (o), (g))
82 #define is_root_wheel_directory(x) file_check((x), S_IFDIR, 0, 0, NULL, NULL)
270 file_check(const char* path, int mode, int uid, int gid, uid_t* owner, gid_t* group) { function

Completed in 71 milliseconds