fcntl.h File Reference

Typedef mode_t

typedef __mode_t mode_t

_MODE_T_DECLARED

Typedef off_t

typedef __off_t off_t

_OFF_T_DECLARED

Typedef pid_t

typedef __pid_t pid_t

_PID_T_DECLARED

O_RDONLY

O_WRONLY

O_RDWR

O_ACCMODE

O_NONBLOCK

O_APPEND

O_SYNC

O_CREAT

O_TRUNC

O_EXCL

O_NOCTTY

_FBUFFERED

_FBINARY

_FTEXT

O_BINARY

O_TEXT

O_BUFFERED

O_TMPFILE

O_SHMFLG

F_DUPFD

F_GETFD

F_SETFD

F_GETFL

F_SETFL

F_GETOWN

F_SETOWN

F_GETLK

F_SETLK

F_SETLKW

FD_CLOEXEC

F_RDLCK

F_UNLCK

F_WRLCK

open ( const char *, int, ... )

IMPORT_C intopen(const char *,
int,
...
)

creat ( const char *, mode_t )

IMPORT_C intcreat(const char *,
mode_t
)

fcntl ( int, int, ... )

IMPORT_C intfcntl(int,
int,
...
)