Home
last modified time | relevance | path

Searched refs:gl_lstat (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/head/
H A Dglob.h116 int (*gl_lstat)(const char *, struct stat *); member
/titanic_41/usr/src/lib/libast/common/include/
H A Dglob.h80 int (*gl_lstat)(const char*, struct stat*); member
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h89 int (*gl_lstat) __PROTO__((const char*, struct stat*)); member
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h89 int (*gl_lstat) __PROTO__((const char*, struct stat*)); member
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dglob.h89 int (*gl_lstat) __PROTO__((const char*, struct stat*)); member
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h89 int (*gl_lstat) __PROTO__((const char*, struct stat*)); member
/titanic_41/usr/src/lib/libast/common/misc/
H A Dglob.c126 if ((flags & GLOB_STARSTAR) ? (*gp->gl_lstat)(path, &st) : (*gp->gl_stat)(path, &st)) in gl_type()
622 gp->gl_lstat = 0; in glob()
633 if (!gp->gl_lstat) in glob()
634 gp->gl_lstat = (GL_stat_f)lstat; in glob()
/titanic_41/usr/src/cmd/ssh/sftp/
H A Dsftp-glob.c146 pglob->gl_lstat = fudge_lstat; in remote_glob()
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c864 return((*pglob->gl_lstat)(buf, sb));
/titanic_41/usr/src/lib/libc/port/regex/
H A Dglob.c1218 return ((*pglob->gl_lstat)(buf, sb)); in g_lstat()