#include <nlibc.h>
#include <stddef.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <os1/defs_os1.h>
#include <errno.h>
Include dependency graph for fcntl_os1.h:
Go to the source code of this file.
Defines | |
#define | O_RDONLY 00 |
#define | O_WRONLY 01 |
#define | O_RDWR 02 |
#define | O_CREAT 0100 |
#define | O_TRUNC 01000 |
#define | O_APPEND 02000 |
#define | SEEK_SET 0 |
#define | SEEK_CUR 1 |
#define | SEEK_END 2 |
Typedefs | |
typedef int | ssize_t |
Functions | |
int | open (const char *pathname, int flags,...) |
int | creat (const char *pathname, mode_t mode) |
ssize_t | read (int fd, void *buf, size_t count) |
ssize_t | write (int fd, void *buf, size_t count) |
int | close (int fd) |
off_t | lseek (int fildes, off_t offset, int whence) |
|
Definition at line 26 of file fcntl_os1.h. |
|
Definition at line 24 of file fcntl_os1.h. Referenced by creat(). |
|
Definition at line 21 of file fcntl_os1.h. |
|
Definition at line 23 of file fcntl_os1.h. |
|
Definition at line 25 of file fcntl_os1.h. Referenced by creat(). |
|
Definition at line 22 of file fcntl_os1.h. Referenced by creat(). |
|
Definition at line 461 of file fcntl_os1.h. Referenced by _fsetpos(), and lseek(). |
|
Definition at line 462 of file fcntl_os1.h. Referenced by _fsetpos(), and lseek(). |
|
Definition at line 460 of file fcntl_os1.h. Referenced by _fsetpos(), fsetpos(), lseek(), and rewind(). |
|
Definition at line 28 of file fcntl_os1.h. |
|
|
|
Definition at line 146 of file fcntl_os1.h. |
|
Definition at line 466 of file fcntl_os1.h. References __NLCC_OS1_MAX_FILES__, EBADF, EINVAL, errno, off_t, SEEK_CUR, SEEK_END, and SEEK_SET. |
|
Referenced by creat(). |
|
|
|
|