tango.stdc.posix.fcntl

D header file for POSIX.

Public Imports

tango.stdc.stddef
public import tango.stdc.stddef;
Undocumented in source.
tango.stdc.posix.sys.types
public import tango.stdc.posix.sys.types;
Undocumented in source.
tango.stdc.posix.sys.stat
public import tango.stdc.posix.sys.stat;
Undocumented in source.
tango.sys.consts.fcntl
public import tango.sys.consts.fcntl;
Undocumented in source.

Members

Aliases

creat
alias creat = creat64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
creat64
alias creat64 = creat
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
open
alias open = open64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
open64
alias open64 = open
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

creat
int creat(char* , mode_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
creat
int creat(char* , mode_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
creat
int creat(char* , mode_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
creat
int creat(char* , mode_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
creat64
int creat64(char* , mode_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fcntl
int fcntl(int , int , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
open
int open(char* , int , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
open
int open(char* , int , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
open
int open(char* , int , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
open
int open(char* , int , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
open64
int open64(char* , int , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

flock
struct flock
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
flock
struct flock
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
flock
struct flock
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
flock
struct flock
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