|
PatchworkOS
|
Go to the source code of this file.
Functions | |
| static const char * | _flags_to_string (_file_flags_t flags) |
| FILE * | fopen (const char *_RESTRICT filename, const char *_RESTRICT mode) |
|
static |
Definition at line 6 of file fopen.c.
References _FILE_APPEND, _FILE_READ, _FILE_RW, and _FILE_WRITE.
Referenced by fopen().
Definition at line 27 of file fopen.c.
References _file_flags_parse(), _file_free(), _FILE_FULLY_BUFFERED, _file_init(), _file_new(), _files_push(), _flags_to_string(), BUFSIZ, close(), EINVAL, ENOMEM, ERR, errno, NULL, and openf().
Referenced by config_open(), cpu_stat_count_cpus(), cpu_stat_read(), and mem_stat_read().