Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libutil/
H A Dlogin_cap.c199 char userpath[MAXPATHLEN]; in login_getclassbyname() local
218 if (dir && snprintf(userpath, MAXPATHLEN, "%s/%s", dir, in login_getclassbyname()
220 if (_secure_path(userpath, pwd->pw_uid, pwd->pw_gid) != -1) in login_getclassbyname()
221 login_dbarray[i++] = userpath; in login_getclassbyname()
/freebsd-12.1/sys/kern/
H A Duipc_shm.c703 kern_shm_open(struct thread *td, const char *userpath, int flags, mode_t mode, in kern_shm_open() argument
720 if (IN_CAPABILITY_MODE(td) && (userpath != SHM_ANON)) in kern_shm_open()
748 if (userpath == SHM_ANON) { in kern_shm_open()
763 error = copyinstr(userpath, path + pr_pathlen, in kern_shm_open()
/freebsd-12.1/sys/sys/
H A Dsyscallsubr.h249 int kern_shm_open(struct thread *td, const char *userpath, int flags,