HomeSort by: relevance | last modified time | path
    Searched refs:gl_flags (Results 1 - 12 of 12) sorted by relevancy

  /src/lib/libc/gen/
glob.c 52 * Set in gl_flags if pattern contained a globbing character.
201 pglob->gl_flags = flags & ~GLOB_MAGCHAR;
245 if ((pglob->gl_flags & GLOB_LIMIT) &&
404 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
466 return (pglob->gl_flags & GLOB_TILDE_CHECK) ? GLOB_NOMATCH : 0;
521 pglob->gl_flags |= GLOB_MAGCHAR;
525 pglob->gl_flags |= GLOB_MAGCHAR;
529 pglob->gl_flags |= GLOB_MAGCHAR;
534 ((pglob->gl_flags & GLOB_STAR) != 0 &&
560 if ((pglob->gl_flags & GLOB_NOCHECK) |
    [all...]
  /src/include/
glob.h 56 int gl_flags; /* Copy of flags parameter to glob. */ member in struct:__anona3eef6fa0108
  /src/sbin/restore/
interactive.c 110 arglist.glob.gl_flags = GLOB_ALTDIRFUNC;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_openbsd.h 316 int gl_flags; member in struct:__sanitizer::__sanitizer_glob_t
sanitizer_platform_limits_freebsd.h 358 int gl_flags; member in struct:__sanitizer::__sanitizer_glob_t
sanitizer_platform_limits_openbsd.cc 148 CHECK_SIZE_AND_OFFSET(glob_t, gl_flags);
sanitizer_platform_limits_freebsd.cc 373 CHECK_SIZE_AND_OFFSET(glob_t, gl_flags);
sanitizer_platform_limits_posix.h 758 int gl_flags; member in struct:__sanitizer::__sanitizer_glob_t
sanitizer_platform_limits_posix.cc 968 CHECK_SIZE_AND_OFFSET(glob_t, gl_flags);
sanitizer_platform_limits_netbsd.h 386 int gl_flags; member in struct:__sanitizer::__sanitizer_glob_t
sanitizer_platform_limits_netbsd.cc 2368 CHECK_SIZE_AND_OFFSET(glob_t, gl_flags);
  /src/bin/csh/
glob.c 404 if (globv.gl_flags & GLOB_MAGCHAR) {

Completed in 27 milliseconds