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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dglob.h82 int (*gl_stat)(const char *, struct stat *); member in struct:__anon2744
85 int (*gl_stat)(const char *, void *); member in struct:__anon2744
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.h70 int (*gl_stat)(const char *, struct stat *); member in struct:__anon3203
H A Dglob.c1020 return((*pglob->gl_stat)(buf, sb));
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dftpglob.h66 int (*gl_stat)(const char *, __gl_stat_t *); member in struct:__anon10675
H A Dglob.c838 return((*pglob->gl_stat)(buf, sb));
/macosx-10.10.1/tcsh-65/tcsh/
H A Dglob.h58 int (*gl_stat) (const char *, struct stat *); member in struct:__anon13836
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dglob.hin75 int (*gl_stat) (const char *, struct stat *);
H A Dglob.c792 return((*pglob->gl_stat)(buf, sb));
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dglob.h79 int (*gl_stat)(const char*, struct stat*); member in struct:_glob_
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsftp-glob.c143 pglob->gl_stat = fudge_stat;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dglob.c124 if ((flags & GLOB_STARSTAR) ? (*gp->gl_lstat)(path, &st) : (*gp->gl_stat)(path, &st))
628 gp->gl_stat = 0;
637 if (!gp->gl_stat)
638 gp->gl_stat = (GL_stat_f)pathstat;
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c943 return((*pglob->gl_stat)(buf, sb));

Completed in 114 milliseconds