Searched defs:fdopendir_func (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c116 typedef DIR* fdopendir_func(int); typedef
123 static fdopendir_func* my_fdopendir_func = NULL;
222 my_fdopendir_func = (fdopendir_func*) dlsym(RTLD_DEFAULT, "fdopendir");

Completed in 34 milliseconds