Searched refs:GLOB_ICASE (Results 1 – 7 of 7) sorted by relevance
146 return strchr(astconf("PATH_ATTRIBUTES", path, NiL), 'c') ? GLOB_ICASE : 0; in gl_attr()485 if (!(gp->re_flags & REG_ICASE) && ((*gp->gl_attr)(gp, dirname, 0) & GLOB_ICASE)) in glob_dir()649 if (flags & GLOB_ICASE) in glob()694 f |= GLOB_ICASE; in glob()696 f &= ~GLOB_ICASE; in glob()718 if (f & GLOB_ICASE) in glob()
109 #define GLOB_ICASE 0x0200 /* ignore case on match */ macro
118 #define GLOB_ICASE 0x0200 /* ignore case on match */ macro
118 flags |= GLOB_ICASE; in path_expand()