#include <stdarg.h>#include <stdio.h>#include <sys/types.h>#include <errno.h>#include "filenames.h"#include "libiberty.h"#include "safe-ctype.h"


Go to the source code of this file.
Defines | |
| #define | NULL 0 |
| #define | fopen(PATH, MODE) fopen_unlocked(PATH,MODE) |
| #define | fdopen(FILDES, MODE) fdopen_unlocked(FILDES,MODE) |
| #define | freopen(PATH, MODE, STREAM) freopen_unlocked(PATH,MODE,STREAM) |
| #define | __NO_STRING_INLINES |
| #define | S_ISREG(m) (((m) & S_IFMT) == S_IFREG) |
| #define fdopen | ( | FILDES, | |||
| MODE | ) | fdopen_unlocked(FILDES,MODE) |
Definition at line 43 of file system.h.
Referenced by __profile_finish(), Instr::__profile_finish(), _cpp_save_file_entries(), _do_open(), bfd_fdopenr(), c_common_read_pch(), create_file(), DAVINCI::DAVINCI(), daVinci::daVinci(), DaVinci::DaVinci(), directory_is_writable(), EMT_Begin_File(), f_open_com(), fdopen_unlocked(), gcov_open(), get_temp_file(), load_file(), main(), MDclose(), pex_unix_fdopenr(), pex_unix_fdopenw(), pex_win32_fdopenr(), pex_win32_fdopenw(), proc2_fopen(), scan_prog_file(), and test_for_changes().
| #define freopen | ( | PATH, | |||
| MODE, | |||||
| STREAM | ) | freopen_unlocked(PATH,MODE,STREAM) |
Definition at line 44 of file system.h.
Referenced by Execute(), f77nowreading(), f77nowwriting(), f_open_com(), freopen_unlocked(), get_ufd(), initialize(), ir_b2a(), and main().
1.5.6