Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libutil/
H A Dlogin_cap.c302 char userpath[MAXPATHLEN]; in login_getclassbyname() local
321 if (dir && snprintf(userpath, MAXPATHLEN, "%s/%s", dir, in login_getclassbyname()
323 if (_secure_path(userpath, pwd->pw_uid, pwd->pw_gid) != -1) in login_getclassbyname()
324 login_dbarray[i++] = userpath; in login_getclassbyname()
/freebsd-14.2/sys/kern/
H A Duipc_shm.c1156 kern_shm_open2(struct thread *td, const char *userpath, int flags, mode_t mode, in kern_shm_open2() argument
1201 if (userpath != SHM_ANON) { in kern_shm_open2()
1202 error = shm_copyin_path(td, userpath, &path); in kern_shm_open2()
1240 if (userpath == SHM_ANON) { in kern_shm_open2()
/freebsd-14.2/sys/sys/
H A Dsyscallsubr.h324 int kern_shm_open(struct thread *td, const char *userpath, int flags,