HomeSort by: relevance | last modified time | path
    Searched defs:readdirfunc (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/gen/
glob.c 700 * The readdirfunc declaration can't be prototyped, because it is
705 struct dirent *(*readdirfunc)(void *); local in function:glob3
773 readdirfunc = pglob->gl_readdir;
775 readdirfunc = (struct dirent *(*)(void *)) readdir;
776 while ((dp = (*readdirfunc)(dirp)) != NULL) {
glob.c 700 * The readdirfunc declaration can't be prototyped, because it is
705 struct dirent *(*readdirfunc)(void *); local in function:glob3
773 readdirfunc = pglob->gl_readdir;
775 readdirfunc = (struct dirent *(*)(void *)) readdir;
776 while ((dp = (*readdirfunc)(dirp)) != NULL) {
glob.c 700 * The readdirfunc declaration can't be prototyped, because it is
705 struct dirent *(*readdirfunc)(void *); local in function:glob3
773 readdirfunc = pglob->gl_readdir;
775 readdirfunc = (struct dirent *(*)(void *)) readdir;
776 while ((dp = (*readdirfunc)(dirp)) != NULL) {

Completed in 32 milliseconds