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