Searched refs:gl_lstat (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/head/ |
H A D | glob.h | 116 int (*gl_lstat)(const char *, struct stat *); member
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | glob.h | 80 int (*gl_lstat)(const char*, struct stat*); member
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | glob.h | 89 int (*gl_lstat) __PROTO__((const char*, struct stat*)); member
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | glob.h | 89 int (*gl_lstat) __PROTO__((const char*, struct stat*)); member
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | glob.h | 89 int (*gl_lstat) __PROTO__((const char*, struct stat*)); member
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | glob.h | 89 int (*gl_lstat) __PROTO__((const char*, struct stat*)); member
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | glob.c | 126 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 D | sftp-glob.c | 146 pglob->gl_lstat = fudge_lstat; in remote_glob()
|
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | glob.c | 864 return((*pglob->gl_lstat)(buf, sb));
|
/titanic_41/usr/src/lib/libc/port/regex/ |
H A D | glob.c | 1218 return ((*pglob->gl_lstat)(buf, sb)); in g_lstat()
|