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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dglob.h81 int (*gl_lstat)(const char *, struct stat *); member in struct:__anon2744
84 int (*gl_lstat)(const char *, void *); member in struct:__anon2744
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.h69 int (*gl_lstat)(const char *, struct stat *); member in struct:__anon3203
H A Dglob.c1008 return((*pglob->gl_lstat)(buf, sb));
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dftpglob.h65 int (*gl_lstat)(const char *, __gl_stat_t *); member in struct:__anon10675
H A Dglob.c826 return((*pglob->gl_lstat)(buf, sb));
/macosx-10.10.1/tcsh-65/tcsh/
H A Dglob.h57 int (*gl_lstat) (const char *, struct stat *); member in struct:__anon13836
/macosx-10.10.1/Heimdal-398.1.2/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.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dglob.h80 int (*gl_lstat)(const char*, struct stat*); member in struct:_glob_
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsftp-glob.c142 pglob->gl_lstat = fudge_lstat;
/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))
629 gp->gl_lstat = 0;
640 if (!gp->gl_lstat)
641 gp->gl_lstat = (GL_stat_f)lstat;
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c929 return((*pglob->gl_lstat)(buf, sb));

Completed in 172 milliseconds