Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Dlogin_cap.c301 char userpath[MAXPATHLEN]; in login_getclassbyname() local
320 if (dir && snprintf(userpath, MAXPATHLEN, "%s/%s", dir, in login_getclassbyname()
322 if (_secure_path(userpath, pwd->pw_uid, pwd->pw_gid) != -1) in login_getclassbyname()
323 login_dbarray[i++] = userpath; in login_getclassbyname()
/freebsd/sys/kern/
H A Duipc_shm.c1128 kern_shm_open2(struct thread *td, const char *userpath, int flags, mode_t mode, in kern_shm_open2() argument
1173 if (userpath != SHM_ANON) { in kern_shm_open2()
1174 error = shm_copyin_path(td, userpath, &path); in kern_shm_open2()
1210 if (userpath == SHM_ANON) { in kern_shm_open2()
/freebsd/sys/sys/
H A Dsyscallsubr.h335 int kern_shm_open(struct thread *td, const char *userpath, int flags,