Home
last modified time | relevance | path

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

/f-stack/tools/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()
/f-stack/freebsd/kern/
H A Duipc_shm.c1031 kern_shm_open2(struct thread *td, const char *userpath, int flags, mode_t mode, in kern_shm_open2() argument
1056 if (IN_CAPABILITY_MODE(td) && (userpath != SHM_ANON)) in kern_shm_open2()
1099 if (userpath == SHM_ANON) { in kern_shm_open2()
1110 error = shm_copyin_path(td, userpath, &path); in kern_shm_open2()
/f-stack/freebsd/sys/
H A Dsyscallsubr.h283 int kern_shm_open(struct thread *td, const char *userpath, int flags,