Searched refs:_open64 (Results 1 – 1 of 1) sorted by relevance
128 static int (*_open64)(const char *, int, mode_t) = NULL; variable173 if (!_open64) \174 _open64 = (int (*)(const char *, int, mode_t)) dlsym_fn(RTLD_NEXT, "open64"); \2595 return _open64(filename, flags, mode);