Home
last modified time | relevance | path

Searched refs:gl_flags (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/File-Glob/
H A Dbsd_glob.c234 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 …]
H A Dbsd_glob.h45 int gl_flags; /* Copy of flags parameter to glob. */ member
/openbsd/lib/libc/gen/
H A Dglob.c183 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 …]
/openbsd/include/
H A Dglob.h54 int gl_flags; /* Copy of flags parameter to glob. */ member
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h370 int gl_flags; member
H A Dsanitizer_platform_limits_freebsd.cpp410 CHECK_SIZE_AND_OFFSET(glob_t, gl_flags);
H A Dsanitizer_platform_limits_posix.h810 int gl_flags; member
H A Dsanitizer_platform_limits_posix.cpp1025 CHECK_SIZE_AND_OFFSET(glob_t, gl_flags);
H A Dsanitizer_platform_limits_netbsd.h385 int gl_flags; member
H A Dsanitizer_platform_limits_netbsd.cpp2533 CHECK_SIZE_AND_OFFSET(glob_t, gl_flags);
/openbsd/sbin/restore/
H A Dinteractive.c103 arglist.glob.gl_flags = GLOB_ALTDIRFUNC; in runcmdshell()
/openbsd/bin/csh/
H A Dglob.c397 if (globv.gl_flags & GLOB_MAGCHAR) { in libglob()