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

/freebsd-10.1-release/lib/libutil/
H A Dlogin_cap.c199 char userpath[MAXPATHLEN]; local
218 if (dir && snprintf(userpath, MAXPATHLEN, "%s/%s", dir,
220 if (_secure_path(userpath, pwd->pw_uid, pwd->pw_gid) != -1)
221 login_dbarray[i++] = userpath;

Completed in 101 milliseconds