Searched refs:gl_errfunc (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/sudo-73/src/emul/
H A Dglob.h49 int (*gl_errfunc)(const char *, int); member in struct:__anon12412
51 int (*gl_errfunc)(); member in struct:__anon12412
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.h59 int (*gl_errfunc)(const char *, int); member in struct:__anon3203
H A Dglob.c197 pglob->gl_errfunc = errfunc;
719 if (pglob->gl_errfunc) {
722 if (pglob->gl_errfunc(buf, errno) ||
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dftpglob.h55 int (*gl_errfunc)(const char *, int); member in struct:__anon10675
H A Dglob.c148 pglob->gl_errfunc = errfunc;
590 if (pglob->gl_errfunc) {
593 if (pglob->gl_errfunc(buf, errno) ||
/macosx-10.10.1/tcsh-65/tcsh/
H A Dglob.h47 int (*gl_errfunc) (const char *, int); member in struct:__anon13836
H A Dglob.c304 pglob->gl_errfunc = errfunc;
549 if ((pglob->gl_errfunc && (*pglob->gl_errfunc) (pathbuf->s, errno)) ||
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dglob.hin64 int (*gl_errfunc) (const char *, int);
H A Dglob.c185 pglob->gl_errfunc = errfunc;
591 if (pglob->gl_errfunc) {
593 if (pglob->gl_errfunc(buf, errno) ||
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dglob.h62 int (*gl_errfunc)(const char *, int); member in union:__anon2744::__anon2745
/macosx-10.10.1/sudo-73/src/
H A Dglob.c198 pglob->gl_errfunc = errfunc;
684 if (pglob->gl_errfunc) {
687 if (pglob->gl_errfunc(buf, errno) ||
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c259 pglob->gl_errfunc = errfunc;
686 if (pglob->gl_errfunc) {
695 if (pglob->gl_errfunc(buf, errno))

Completed in 111 milliseconds