#include <corecrt.h>
#include <corecrt_io.h>
Go to the source code of this file.
|
| static int | access (const char *path, int mode) |
| |
| static int | chmod (const char *path, int mode) |
| |
| static int | chsize (int fd, __msvcrt_long size) |
| |
| static int | close (int fd) |
| |
| static int | creat (const char *path, int mode) |
| |
| static int | dup (int od) |
| |
| static int | dup2 (int od, int nd) |
| |
| static int | eof (int fd) |
| |
| static __msvcrt_long | filelength (int fd) |
| |
| static int | isatty (int fd) |
| |
| static int | locking (int fd, int mode, __msvcrt_long size) |
| |
| static __msvcrt_long | lseek (int fd, __msvcrt_long off, int where) |
| |
| static char * | mktemp (char *pat) |
| |
| static int | read (int fd, void *buf, unsigned int size) |
| |
| static int | setmode (int fd, int mode) |
| |
| static __msvcrt_long | tell (int fd) |
| |
| static int | umask (int fd) |
| |
| static int | unlink (const char *path) |
| |
| static int | write (int fd, const void *buf, unsigned int size) |
| |
◆ _UMASK_DEFINED
Definition at line 32 of file io.h.
◆ _UNLINK_DEFINED
Definition at line 36 of file io.h.
◆ open
Definition at line 44 of file io.h.
◆ sopen
Definition at line 45 of file io.h.
◆ access()
Definition at line 14 of file io.h.
int CDECL _access(const char *filename, int mode)
◆ chmod()
Definition at line 15 of file io.h.
int CDECL _chmod(const char *path, int flags)
Referenced by recvrequest().
◆ chsize()
Definition at line 16 of file io.h.
int CDECL _chsize(int fd, __msvcrt_long size)
◆ close()
Definition at line 17 of file io.h.
◆ creat()
Definition at line 18 of file io.h.
int CDECL _creat(const char *path, int pmode)
◆ dup()
Definition at line 19 of file io.h.
◆ dup2()
◆ eof()
Definition at line 21 of file io.h.
Referenced by file_layout_read_thread(), get_ea_value(), handle_readdir(), NETCON_recv(), netconn_recv(), proclog(), basic_istream< _CharT, _Traits >::read(), read_entire_dir(), read_from_mds(), read_ssl_chunk(), basic_istream< _CharT, _Traits >::readsome(), SetEndOfFile(), SetFilePointerEx(), tcp_recv(), and test_eof_state().
◆ filelength()
◆ isatty()
Definition at line 23 of file io.h.
int CDECL _isatty(int fd)
◆ locking()
Definition at line 24 of file io.h.
int CDECL _locking(int fd, int mode, __msvcrt_long nbytes)
◆ lseek()
Definition at line 25 of file io.h.
__msvcrt_long CDECL _lseek(int fd, __msvcrt_long offset, int whence)
◆ mktemp()
◆ read()
Definition at line 27 of file io.h.
int CDECL _read(int fd, void *buf, unsigned int count)
GLenum GLuint GLenum GLsizei const GLchar * buf
◆ setmode()
Definition at line 28 of file io.h.
#define _setmode(fd, mode)
◆ tell()
Definition at line 29 of file io.h.
__msvcrt_long CDECL _tell(int fd)
◆ umask()
◆ unlink()
Definition at line 35 of file io.h.
int CDECL _unlink(const char *path)
◆ write()
Definition at line 38 of file io.h.
int CDECL _write(int fd, const void *buf, unsigned int count)