Searched refs:userpath (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libutil/ |
H A D | login_cap.c | 301 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 D | uipc_shm.c | 1128 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 D | syscallsubr.h | 335 int kern_shm_open(struct thread *td, const char *userpath, int flags,
|