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

/haiku-fatelf/src/libs/util/
H A D_secure_path.c23 __FBSDID("$FreeBSD: src/lib/libutil/_secure_path.c,v 1.9 2004/12/18 12:31:12 ru Exp $");
46 _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 fparseln.c humanize_number.c kld.c login.c \
28 _secure_path.3 uucplock.3 property.3 auth.3 realhostname.3 \
H A Dlogin_cap.c216 if (_secure_path(userpath, pwd->pw_uid, pwd->pw_gid) != -1)
219 if (_secure_path(_PATH_LOGIN_CONF, 0, 0) != -1)
/haiku-fatelf/headers/compatibility/bsd/
H A Dlibutil.h88 int _secure_path(const char *_path, uid_t _uid, gid_t _gid);

Completed in 83 milliseconds