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

/macosx-10.10/sudo-73/src/
H A Dsecure_path.h29 int sudo_secure_path __P((const char *path, int type, uid_t uid, gid_t gid, struct stat *sbp));
H A Dsecure_path.c41 sudo_secure_path(path, type, uid, gid, sbp) function
81 return sudo_secure_path(path, _S_IFREG, uid, gid, sbp);
94 return sudo_secure_path(path, _S_IFDIR, uid, gid, sbp);

Completed in 58 milliseconds