Go to the source code of this file.
|
enum | __file_kinds {
__closed_file
,
__disk_file
,
__console_file
,
__unavailable_file
} |
|
enum | __file_orientation {
UNORIENTED
,
CHAR_ORIENTED
,
WIDE_ORIENTED
} |
|
enum | __io_modes {
__read = 1
,
__write = 2
,
__read_write = 3
,
__append = 4
} |
|
enum | __io_states {
__neutral
,
__writing
,
__reading
,
__rereading
} |
|
enum | __io_results {
__no_io_error
,
__io_error
,
__io_EOF
} |
|
◆ SEEK_SET
◆ SEEK_CUR
◆ SEEK_END
◆ set_error
#define set_error |
( |
|
file | ) |
|
Value: do { \
(file)->file_state.error = 1; \
(file)->buffer_length = 0; \
} while (0)
◆ _IONBF
◆ _IOLBF
◆ _IOFBF
◆ __file_handle
◆ fpos_t
◆ __idle_proc
typedef void(* __idle_proc) (void) |
◆ __pos_proc
◆ __io_proc
◆ __close_proc
◆ __file_kinds
Enumerator |
---|
__closed_file | |
__disk_file | |
__console_file | |
__unavailable_file | |
◆ __file_orientation
Enumerator |
---|
UNORIENTED | |
CHAR_ORIENTED | |
WIDE_ORIENTED | |
◆ __io_modes
Enumerator |
---|
__read | |
__write | |
__read_write | |
__append | |
◆ __io_states
Enumerator |
---|
__neutral | |
__writing | |
__reading | |
__rereading | |
◆ __io_results
Enumerator |
---|
__no_io_error | |
__io_error | |
__io_EOF | |
◆ __flush_all()
unsigned int __flush_all |
( |
void |
| ) |
|
◆ __close_all()
void __close_all |
( |
void |
| ) |
|
◆ __files