Searched refs:gl_attr (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | glob.c | 144 gl_attr(glob_t* gp, const char* path, int flags) in gl_attr() function 485 if (!(gp->re_flags & REG_ICASE) && ((*gp->gl_attr)(gp, dirname, 0) & GLOB_ICASE)) in glob_dir() 619 gp->gl_attr = 0; in glob() 647 if (!gp->gl_attr) in glob() 648 gp->gl_attr = gl_attr; in glob()
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | glob.h | 72 int (*gl_attr)(glob_t*, const char*, int); member
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | glob.h | 81 int (*gl_attr) __PROTO__((glob_t*, const char*, int)); member
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | glob.h | 81 int (*gl_attr) __PROTO__((glob_t*, const char*, int)); member
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | glob.h | 81 int (*gl_attr) __PROTO__((glob_t*, const char*, int)); member
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | glob.h | 81 int (*gl_attr) __PROTO__((glob_t*, const char*, int)); member
|