OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gl_errfunc
(Results
1 - 2
of
2
) sorted by null
/external/openssh/openbsd-compat/
glob.h
59
int (*
gl_errfunc
)(const char *, int);
member in struct:__anon24065
glob.c
184
pglob->
gl_errfunc
= errfunc;
674
if (pglob->
gl_errfunc
) {
677
if (pglob->
gl_errfunc
(buf, errno) ||
Completed in 136 milliseconds