Searched defs:gl_type (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | glob.h | 80 int (*gl_type) __PROTO__((glob_t*, const char*, int)); member in struct:_glob_ 129 /* gl_type return */
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | glob.h | 71 int (*gl_type)(glob_t*, const char*, int); member in struct:_glob_ 120 /* gl_type return */
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | glob.h | 80 int (*gl_type) __PROTO__((glob_t*, const char*, int)); member in struct:_glob_ 129 /* gl_type return */
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | glob.h | 80 int (*gl_type) __PROTO__((glob_t*, const char*, int)); member in struct:_glob_ 129 /* gl_type return */
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | glob.h | 80 int (*gl_type) __PROTO__((glob_t*, const char*, int)); member in struct:_glob_ 129 /* gl_type return */
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | glob.c | 117 * default gl_type 121 gl_type(glob_t* gp, const char* path, int flags) function 248 if ((*gp->gl_type)(gp, stakptr(MATCHPATH(gp)), 0) != GLOB_DIR) 266 if (!endslash && (gp->gl_flags & GLOB_MARK) && (type = (*gp->gl_type)(gp, stakptr(MATCHPATH(gp)), 0))) 353 c = (*gp->gl_type)(gp, prefix, 0); 358 else if ((anymeta || !(gp->gl_flags & GLOB_NOCHECK)) && (*gp->gl_type)(gp, prefix, 0)) 483 if ((!starstar && !gp->gl_starstar || (*gp->gl_type)(gp, dirname, GLOB_STARSTAR) == GLOB_DIR) && (dirf = (*gp->gl_diropen)(gp, dirname))) 618 gp->gl_type = 0; 645 if (!gp->gl_type) 646 gp->gl_type [all...] |
Completed in 537 milliseconds