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

/macosx-10.9.5/Libc-997.90.3/include/
H A Dglob.h81 int (*gl_lstat)(const char *, struct stat *); member in struct:__anon2867
84 int (*gl_lstat)(const char *, void *); member in struct:__anon2867
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dglob.h69 int (*gl_lstat)(const char *, struct stat *); member in struct:__anon3325
H A Dglob.c1008 return((*pglob->gl_lstat)(buf, sb));
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dftpglob.h65 int (*gl_lstat)(const char *, __gl_stat_t *); member in struct:__anon10871
H A Dglob.c826 return((*pglob->gl_lstat)(buf, sb));
/macosx-10.9.5/tcsh-65/tcsh/
H A Dglob.h57 int (*gl_lstat) (const char *, struct stat *); member in struct:__anon14051
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dglob.hin74 int (*gl_lstat) (const char *, struct stat *);
H A Dglob.c781 return((*pglob->gl_lstat)(buf, sb));
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dglob.h80 int (*gl_lstat)(const char*, struct stat*); member in struct:_glob_
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsftp-glob.c142 pglob->gl_lstat = fudge_lstat;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dglob.c124 if ((flags & GLOB_STARSTAR) ? (*gp->gl_lstat)(path, &st) : (*gp->gl_stat)(path, &st))
629 gp->gl_lstat = 0;
640 if (!gp->gl_lstat)
641 gp->gl_lstat = (GL_stat_f)lstat;
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dglob.c929 return((*pglob->gl_lstat)(buf, sb));

Completed in 245 milliseconds