☰
nix
::
unistd
Modules
acct
alarm
Structs
AccessFlags
Gid
Pid
Uid
Enums
FchownatFlags
ForkResult
PathconfVar
SysconfVar
Whence
Constants
ROOT
Functions
access
chdir
chown
chroot
close
daemon
dup
dup2
dup3
execv
execve
execveat
execvp
execvpe
fchdir
fchownat
fdatasync
fexecve
fork
fpathconf
fsync
ftruncate
getcwd
getegid
geteuid
getgid
getgrouplist
getgroups
gethostname
getpgid
getpgrp
getpid
getppid
getsid
gettid
getuid
initgroups
isatty
lseek
lseek64
mkdir
mkfifo
mkstemp
pathconf
pause
pipe
pipe2
pivot_root
read
setegid
seteuid
setgid
setgroups
sethostname
setpgid
setresgid
setresuid
setsid
setuid
sleep
symlinkat
sync
sysconf
tcgetpgrp
tcsetpgrp
truncate
unlink
write
dark
light
All crates
[
−
]
[src]
Function
nix
::
unistd
::
lseek64
pub fn lseek64(fd:
RawFd
, offset:
off64_t
, whence:
Whence
) ->
Result
<
off64_t
>