ReactOS 0.4.16-dev-258-g81860b4
|
#include <precomp.h>
#include <time.h>
#include <sys/utime.h>
#include "bitsfixup.h"
#include <internal/wine/msvcrt.h>
Go to the source code of this file.
Macros | |
#define | RC_INVOKED 1 |
Functions | |
ioinfo * | get_ioinfo (int fd) |
void | release_ioinfo (ioinfo *info) |
int | _futime (int fd, struct _utimbuf *filetime) |
Definition at line 55 of file futime.c.
Definition at line 181 of file file.c.
Referenced by _chsize_s(), _close(), _commit(), _dup2(), _eof(), _futime(), _locking(), _lseeki64(), _read(), _setmode(), _write(), get_ioinfo_alloc_fd(), and msvcrt_free_fd().
Definition at line 263 of file file.c.
Referenced by _chsize_s(), _close(), _commit(), _dup(), _dup2(), _eof(), _futime(), _locking(), _lseeki64(), _read(), _setmode(), _write(), msvcrt_alloc_fd(), msvcrt_free_fd(), and msvcrt_init_io().