Searched refs:real_opendir (Results 1 – 1 of 1) sorted by relevance
82 static DIR *(*real_opendir)(const char *name) = 0; variable125 real_opendir = dlsym(RTLD_NEXT, "opendir"); in setup_ptr()246 if (!real_opendir) in opendir()250 dir = (*real_opendir)(name); in opendir()