Lines Matching refs:into
333 let res = unsafe { libc::setpgid(pid.into(), pgid.into()) };
338 let res = unsafe { libc::getpgid(pid.unwrap_or(Pid(0)).into()) };
357 let res = unsafe { libc::getsid(pid.unwrap_or(Pid(0)).into()) };
381 let res = unsafe { libc::tcsetpgrp(fd, pgrp.into()) };
702 let uid = owner.map(Into::into)
704 let gid = group.map(Into::into)
1116 /// or equal to offset. If offset points into the middle of a hole, then
1447 let res = unsafe { libc::seteuid(euid.into()) };
1457 let res = unsafe { libc::setegid(egid.into()) };
1467 let res = unsafe { libc::setuid(uid.into()) };
1477 let res = unsafe { libc::setgid(gid.into()) };
1492 let prev_fsuid = unsafe { libc::setfsuid(uid.into()) };
1503 let prev_fsgid = unsafe { libc::setfsgid(gid.into()) };
1662 let gid: gid_t = group.into();
1734 let gid: gid_t = group.into();
2791 let res = unsafe { libc::setresuid(ruid.into(), euid.into(), suid.into()) };
2807 let res = unsafe { libc::setresgid(rgid.into(), egid.into(), sgid.into()) };
3334 Ok(OsString::from_vec(buf).into())