Searched refs:gl_flags (Results 1 – 12 of 12) sorted by relevance
234 pglob->gl_flags = flags & ~GLOB_MAGCHAR;520 oldflags = pglob->gl_flags;581 pglob->gl_flags = oldflags;599 pglob->gl_flags = oldflags;608 pglob->gl_flags = oldflags;795 if (pglob->gl_flags & GLOB_ALTDIRFUNC)826 if (pglob->gl_flags & GLOB_ALTDIRFUNC)899 if ((pglob->gl_flags & GLOB_LIMIT) &&1025 if (pglob->gl_flags & GLOB_ALTDIRFUNC)1038 if (pglob->gl_flags & GLOB_ALTDIRFUNC)[all …]
45 int gl_flags; /* Copy of flags parameter to glob. */ member
183 pglob->gl_flags = flags & ~GLOB_MAGCHAR; in glob()513 pglob->gl_flags |= GLOB_MAGCHAR; in glob0()517 pglob->gl_flags |= GLOB_MAGCHAR; in glob0()521 pglob->gl_flags |= GLOB_MAGCHAR; in glob0()714 pglob->gl_flags & GLOB_ERR) in glob3()723 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()731 if ((pglob->gl_flags & GLOB_LIMIT) && in glob3()763 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()869 if ((pglob->gl_flags & GLOB_LIMIT) && in globextend()994 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_opendir()[all …]
54 int gl_flags; /* Copy of flags parameter to glob. */ member
370 int gl_flags; member
410 CHECK_SIZE_AND_OFFSET(glob_t, gl_flags);
810 int gl_flags; member
1025 CHECK_SIZE_AND_OFFSET(glob_t, gl_flags);
385 int gl_flags; member
2533 CHECK_SIZE_AND_OFFSET(glob_t, gl_flags);
103 arglist.glob.gl_flags = GLOB_ALTDIRFUNC; in runcmdshell()
397 if (globv.gl_flags & GLOB_MAGCHAR) { in libglob()