#include <Extensions/ExpansionMgr/VFSMgr.h>
Include dependency graph for file_io.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | FileDescrType |
Defines | |
#define | FILEIO_SECTION __attribute__ ((section ("maps"))) |
#define | SEEK_SET 0 |
#define | SEEK_CUR 1 |
#define | SEEK_END 2 |
Functions | |
unsigned long | fread (FileDescrType fd, void *buf, unsigned long size) FILEIO_SECTION |
File Stream API / VFS API wrapper function. | |
FileDescrType | fopen (UInt32 filecard, const char *filename, const char *dir, Err *err) FILEIO_SECTION |
File Stream API / VFS API wrapper function. | |
void | fclose (FileDescrType fd) FILEIO_SECTION |
File Stream API / VFS API wrapper function. | |
int | feof (FileDescrType fd) FILEIO_SECTION |
File Stream API / VFS API wrapper function. | |
void | rewind (FileDescrType fd) FILEIO_SECTION |
File Stream API / VFS API wrapper function. | |
int | fseek (FileDescrType fd, long offset, int whence) FILEIO_SECTION |
File Stream API / VFS API wrapper function. |
|
|
|
|
|
Definition at line 42 of file file_io.h. Referenced by fseek(). |
|
Definition at line 40 of file file_io.h. Referenced by fseek(). |
|
File Stream API / VFS API wrapper function.
Definition at line 97 of file file_io.c. References FileDescrType::fh, and FileDescrType::fr. Referenced by doPNG(), FileSelFormHandleEvent(), MapFormHandleEvent(), and search_map(). |
|
File Stream API / VFS API wrapper function.
Definition at line 115 of file file_io.c. References FileDescrType::fh, and FileDescrType::fr. Referenced by imginfo(). |
|
File Stream API / VFS API wrapper function.
Definition at line 63 of file file_io.c. References FileDescrType::fh, FileDescrType::fr, StrCopy, StrLen, and VFS_FLAG. Referenced by FileSelFormHandleEvent(), and search_map(). |
|
File Stream API / VFS API wrapper function.
Definition at line 48 of file file_io.c. References FileDescrType::fh, and FileDescrType::fr. Referenced by doGIF(), doPNG(), imginfo(), and MapFormHandleEvent(). |
|
File Stream API / VFS API wrapper function.
Definition at line 141 of file file_io.c. References FileDescrType::fh, FileDescrType::fr, SEEK_CUR, SEEK_END, and SEEK_SET. Referenced by imginfo(). |
|
File Stream API / VFS API wrapper function.
Definition at line 128 of file file_io.c. References FileDescrType::fh, and FileDescrType::fr. Referenced by imginfo(), and MapFormHandleEvent(). |