Home
last modified time | relevance | path

Searched refs:_secure_path (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libutil/
H A D_secure_path.c43 _secure_path(const char *path, uid_t uid, gid_t gid) in _secure_path() function
H A DMakefile12 SRCS= _secure_path.c cpuset.c expand_number.c flopen.c fparseln.c \
143 MAN+= _secure_path.3
H A DSymbol.map2 _secure_path;
H A Dlogin_cap.c322 if (_secure_path(userpath, pwd->pw_uid, pwd->pw_gid) != -1) in login_getclassbyname()
328 if (_secure_path(path_login_conf, 0, 0) != -1) in login_getclassbyname()
H A Dlibutil.h142 int _secure_path(const char *_path, uid_t _uid, gid_t _gid);