Searched refs:_fopen64 (Results 1 – 1 of 1) sorted by relevance
130 static FILE* (*_fopen64)(const char *path, const char *mode) = NULL; variable245 if (!_fopen64) \246 _fopen64 = (FILE* (*)(const char *, const char*)) dlsym_fn(RTLD_NEXT, "fopen64"); \2711 return _fopen64(filename, mode);