#include <stdio.h>#include "libiberty.h"

Go to the source code of this file.
Functions/Subroutines | |
| static void unlock_1 | PARAMS ((FILE *const fp ATTRIBUTE_UNUSED)) |
| static void | unlock_1 (fp) |
| void | unlock_stream (FILE *fp) |
| void | unlock_std_streams () |
| FILE * | fopen_unlocked (char *path, const char *mode) const |
| FILE * | fdopen_unlocked (int fildes, const char *mode) |
| FILE * | freopen_unlocked (char *path, const char *mode, FILE *stream) const |
| FILE* fdopen_unlocked | ( | int | fildes, | |
| const char * | mode | |||
| ) |
Definition at line 118 of file fopen_unlocked.c.
| FILE* fopen_unlocked | ( | char * | path, | |
| const char * | mode | |||
| ) | const |
| static void unlock_1 PARAMS | ( | (FILE *const fp ATTRIBUTE_UNUSED) | ) | [inline, static] |
Definition at line 83 of file fopen_unlocked.c.
References fp.
Referenced by fdopen_unlocked(), fopen_unlocked(), freopen_unlocked(), unlock_std_streams(), and unlock_stream().
Definition at line 100 of file fopen_unlocked.c.
Referenced by fnotice(), general_init(), init_md_reader_args_cb(), and main().
Definition at line 93 of file fopen_unlocked.c.
1.5.6