Searched refs:real_opendir (Results 1 – 2 of 2) 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()
382 DIR *dir = real_opendir(name); in opendir()