Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/misc/
H A Dglob.c191 if (gp->gl_flags & GLOB_ERR) in errorcheck()
266 …if (!endslash && (gp->gl_flags & GLOB_MARK) && (type = (*gp->gl_type)(gp, stakptr(MATCHPATH(gp)), … in addmatch()
268 if ((gp->gl_flags & GLOB_COMPLETE) && type != GLOB_EXE) in addmatch()
273 else if (type == GLOB_DIR && (gp->gl_flags & GLOB_MARK)) in addmatch()
281 ap->gl_flags = MATCH_RAW|meta; in addmatch()
282 if (gp->gl_flags & GLOB_COMPLETE) in addmatch()
283 ap->gl_flags |= MATCH_MAKE; in addmatch()
312 int anymeta = ap->gl_flags & MATCH_META; in glob_dir()
358 else if ((anymeta || !(gp->gl_flags & GLOB_NOCHECK)) && (*gp->gl_type)(gp, prefix, 0)) in glob_dir()
375 if (!(gp->gl_flags & GLOB_AUGMENTED)) in glob_dir()
[all …]
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c178 pglob->gl_flags = flags & ~GLOB_MAGCHAR;
359 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
460 pglob->gl_flags |= GLOB_MAGCHAR;
464 pglob->gl_flags |= GLOB_MAGCHAR;
468 pglob->gl_flags |= GLOB_MAGCHAR;
495 if ((pglob->gl_flags & GLOB_NOCHECK) ||
496 ((pglob->gl_flags & GLOB_NOMAGIC) &&
497 !(pglob->gl_flags & GLOB_MAGCHAR)))
502 if (!(pglob->gl_flags & GLOB_NOSORT))
558 if ((pglob->gl_flags & GLOB_LIMIT) &&
[all …]
/titanic_41/usr/src/lib/libc/port/regex/
H A Dglob.c220 pglob->gl_flags = flags & ~GLOB_MAGCHAR; in _glob_ext()
427 if (pattern->w_wc != TILDE || !(pglob->gl_flags & GLOB_TILDE)) in globtilde()
602 !(pglob->gl_flags & GLOB_NOCHECK)) in glob0()
625 pglob->gl_flags |= GLOB_MAGCHAR; in glob0()
635 pglob->gl_flags |= GLOB_MAGCHAR; in glob0()
645 pglob->gl_flags |= GLOB_MAGCHAR; in glob0()
677 if ((pglob->gl_flags & GLOB_NOCHECK) || in glob0()
678 ((pglob->gl_flags & GLOB_NOMAGIC) && in glob0()
679 !(pglob->gl_flags & GLOB_MAGCHAR))) in glob0()
684 if (!(pglob->gl_flags & GLOB_NOSORT)) { in glob0()
[all …]
/titanic_41/usr/src/lib/libast/common/include/
H A Dglob.h47 unsigned char gl_flags; member
57 int gl_flags; member
/titanic_41/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_menu.c79 lp->gl_flags = grub_cmd_descs[n].gcd_flags; in process_line()
95 if (lp->gl_flags == GRUB_LINE_INVALID || in check_entry()
96 lp->gl_flags == GRUB_LINE_GLOBAL) { in check_entry()
98 lp->gl_flags = GRUB_LINE_INVALID; in check_entry()
139 if (lp != NULL && lp->gl_flags == GRUB_LINE_GLOBAL && in default_entry()
275 if (line->gl_flags == GRUB_LINE_GLOBAL && in grub_menu_process()
H A Dlibgrub_impl.h146 int gl_flags; member
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h56 unsigned char gl_flags; member
66 int gl_flags; member
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h56 unsigned char gl_flags; member
66 int gl_flags; member
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dglob.h56 unsigned char gl_flags; member
66 int gl_flags; member
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h56 unsigned char gl_flags; member
66 int gl_flags; member
/titanic_41/usr/src/head/
H A Dglob.h105 int gl_flags; /* Copy of flags parameter to glob. */ member
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE811 02-03-26 misc/glob.c: fix GLOB_LIST gl_flags values
1137 00-02-04 glob: fix globlist_t.gl_flags