tango.stdc.posix.unistd

D header file for POSIX.

Public Imports

tango.stdc.posix.inttypes
public import tango.stdc.posix.inttypes;
Undocumented in source.
tango.stdc.posix.sys.types
public import tango.stdc.posix.sys.types;
Undocumented in source.
tango.sys.consts.unistd
public import tango.sys.consts.unistd;
Undocumented in source.

Members

Aliases

ftruncate
alias ftruncate = ftruncate64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ftruncate
alias ftruncate = ftruncate64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lockf
alias lockf = lockf64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lockf
alias lockf = lockf64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lseek
alias lseek = lseek64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lseek
alias lseek = lseek64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pread
alias pread = pread64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pread
alias pread = pread64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pwrite
alias pwrite = pwrite64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pwrite
alias pwrite = pwrite64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
truncate
alias truncate = truncate64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
truncate
alias truncate = truncate64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

_exit
void _exit(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
access
int access(char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alarm
uint alarm(uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chdir
int chdir(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chown
int chown(char* , uid_t , gid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
chroot
int chroot(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
close
int close(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
confstr
size_t confstr(int , char* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypt
char* crypt(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypt
char* crypt(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypt
char* crypt(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypt
char* crypt(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctermid
char* ctermid(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctermid
char* ctermid(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dup
int dup(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dup2
int dup2(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
encrypt
void encrypt(char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
encrypt
void encrypt(char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
encrypt
void encrypt(char[64] , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
encrypt
void encrypt(char[64] , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
execl
int execl(char* , char* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
execle
int execle(char* , char* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
execlp
int execlp(char* , char* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
execv
int execv(char* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
execve
int execve(char* , char** , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
execvp
int execvp(char* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fchdir
int fchdir(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fchdir
int fchdir(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fchdir
int fchdir(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fchdir
int fchdir(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fchown
int fchown(int , uid_t , gid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fdatasync
int fdatasync(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fork
pid_t fork()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fpathconf
c_long fpathconf(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fsync
int fsync(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ftruncate
int ftruncate(int , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ftruncate
int ftruncate(int , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ftruncate
int ftruncate(int , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ftruncate
int ftruncate(int , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ftruncate64
int ftruncate64(int , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ftruncate64
int ftruncate64(int , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getcwd
char* getcwd(char* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getegid
gid_t getegid()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
geteuid
uid_t geteuid()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getgid
gid_t getgid()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getgroups
int getgroups(int , gid_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gethostid
c_long gethostid()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gethostid
c_long gethostid()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gethostid
c_long gethostid()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gethostid
c_long gethostid()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gethostname
int gethostname(char* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getlogin
char* getlogin()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getlogin_r
int getlogin_r(char* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getopt
int getopt(int , char** , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpgid
int getpgid(pid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpgid
int getpgid(pid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpgid
pid_t getpgid(pid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpgid
pid_t getpgid(pid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpgrp
pid_t getpgrp()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getpid
pid_t getpid()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getppid
pid_t getppid()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getsid
int getsid(pid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getsid
int getsid(pid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getsid
pid_t getsid(pid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getsid
pid_t getsid(pid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getuid
uid_t getuid()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getwd
char* getwd(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getwd
char* getwd(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getwd
char* getwd(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getwd
char* getwd(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
isatty
int isatty(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lchown
int lchown(char* , uid_t , gid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lchown
int lchown(char* , uid_t , gid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lchown
int lchown(char* , uid_t , gid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lchown
int lchown(char* , uid_t , gid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
link
int link(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lockf
int lockf(int , int , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lockf
int lockf(int , int , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lockf
int lockf(int , int , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lockf
int lockf(int , int , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lockf64
int lockf64(int , int , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lockf64
int lockf64(int , int , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lseek
off_t lseek(int , off_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lseek
off_t lseek(int , off_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lseek
off_t lseek(int , off_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lseek
off_t lseek(int , off_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lseek64
off_t lseek64(int , off_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lseek64
off_t lseek64(int , off_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nice
int nice(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nice
int nice(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nice
int nice(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nice
int nice(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pathconf
c_long pathconf(char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pause
int pause()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pipe
int pipe(int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pread
ssize_t pread(int , void* , size_t , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pread
ssize_t pread(int , void* , size_t , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pread
ssize_t pread(int , void* , size_t , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pread
ssize_t pread(int , void* , size_t , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pread64
ssize_t pread64(int , void* , size_t , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pread64
ssize_t pread64(int , void* , size_t , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pwrite
ssize_t pwrite(int , void* , size_t , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pwrite
ssize_t pwrite(int , void* , size_t , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pwrite
ssize_t pwrite(int , void* , size_t , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pwrite
ssize_t pwrite(int , void* , size_t , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pwrite64
ssize_t pwrite64(int , void* , size_t , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pwrite64
ssize_t pwrite64(int , void* , size_t , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
read
ssize_t read(int , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readlink
ssize_t readlink(char* , char* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rmdir
int rmdir(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setegid
int setegid(gid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
seteuid
int seteuid(uid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setgid
int setgid(gid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setpgid
int setpgid(pid_t , pid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setpgrp
pid_t setpgrp()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setpgrp
int setpgrp(pid_t , pid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setpgrp
pid_t setpgrp()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setpgrp
int setpgrp(pid_t , pid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setregid
int setregid(gid_t , gid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setregid
int setregid(gid_t , gid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setregid
int setregid(gid_t , gid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setregid
int setregid(gid_t , gid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setreuid
int setreuid(uid_t , uid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setreuid
int setreuid(uid_t , uid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setreuid
int setreuid(uid_t , uid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setreuid
int setreuid(uid_t , uid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setsid
pid_t setsid()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setuid
int setuid(uid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sleep
uint sleep(uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
swab
void swab(void* , void* , ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
swab
void swab(void* , void* , ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
swab
void swab(void* , void* , ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
swab
void swab(void* , void* , ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
symlink
int symlink(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sync
void sync()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sync
void sync()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sync
void sync()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sync
void sync()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sysconf
c_long sysconf(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tcgetpgrp
pid_t tcgetpgrp(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tcsetpgrp
int tcsetpgrp(int , pid_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
truncate
int truncate(char* , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
truncate
int truncate(char* , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
truncate
int truncate(char* , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
truncate
int truncate(char* , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
truncate64
int truncate64(char* , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
truncate64
int truncate64(char* , off_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ttyname
char* ttyname(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ttyname_r
int ttyname_r(int , char* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ualarm
useconds_t ualarm(useconds_t , useconds_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ualarm
useconds_t ualarm(useconds_t , useconds_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ualarm
useconds_t ualarm(useconds_t , useconds_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ualarm
useconds_t ualarm(useconds_t , useconds_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
unlink
int unlink(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
usleep
int usleep(useconds_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
usleep
int usleep(useconds_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
usleep
int usleep(useconds_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
usleep
int usleep(useconds_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vfork
pid_t vfork()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vfork
pid_t vfork()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vfork
pid_t vfork()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vfork
pid_t vfork()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
write
ssize_t write(int , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

optarg
char* optarg;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
opterr
int opterr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
optind
int optind;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
optopt
int optopt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

STDERR_FILENO
auto STDERR_FILENO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
STDIN_FILENO
auto STDIN_FILENO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
STDOUT_FILENO
auto STDOUT_FILENO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition

Authors

Sean Kelly