Searched refs:_secure_path (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/lib/libutil/
H A D_secure_path.c46 _secure_path(const char *path, uid_t uid, gid_t gid) function
72 syslog(LOG_ERR, msg, "_secure_path", path, uid);
H A DMakefile11 SRCS= _secure_path.c auth.c expand_number.c flopen.c fparseln.c gr_util.c \
33 _secure_path.3 trimdomain.3 uucplock.3 pw_util.3
H A Dlogin_cap.c220 if (_secure_path(userpath, pwd->pw_uid, pwd->pw_gid) != -1)
226 if (_secure_path(path_login_conf, 0, 0) != -1)
H A Dlibutil.h127 int _secure_path(const char *_path, uid_t _uid, gid_t _gid);

Completed in 301 milliseconds