OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 23 21:09:50 GMT 2025