Searched refs:_fopen (Results 1 – 1 of 1) sorted by relevance
122 static FILE* (*_fopen)(const char *path, const char *mode) = NULL; variable237 if (!_fopen) \238 _fopen = (FILE* (*)(const char *, const char*)) dlsym_fn(RTLD_NEXT, "fopen"); \2671 return _fopen(filename, mode);