Searched refs:icase (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.c23 RE_TRANSLATE_TYPE trans, bool icase,
42 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
51 re_string_construct_common (str, len, pstr, trans, icase, dfa);
70 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
74 re_string_construct_common (str, len, pstr, trans, icase, dfa);
84 if (icase)
173 RE_TRANSLATE_TYPE trans, bool icase,
180 pstr->icase = icase;
181 pstr->mbs_allocated = (trans != NULL || icase);
40 re_string_allocate(re_string_t *pstr, const char *str, Idx len, Idx init_len, RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) argument
68 re_string_construct(re_string_t *pstr, const char *str, Idx len, RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) argument
171 re_string_construct_common(const char *str, Idx len, re_string_t *pstr, RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa) argument
[all...]
H A Dregcomp.c300 re_set_fastmap (char *fastmap, bool icase, int ch)
303 if (icase)
316 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE));
324 re_set_fastmap (fastmap, icase, dfa->nodes[node].opr.c);
357 re_set_fastmap (fastmap, icase, ch);
380 re_set_fastmap (fastmap, icase, i);
415 re_set_fastmap (fastmap, icase, *(unsigned char *) buf);
298 re_set_fastmap(char *fastmap, bool icase, int ch) argument
314 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); local
H A Dregex_internal.h405 unsigned char icase; member in struct:re_string_t
H A Dregexec.c4168 if (pstr->icase)
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c227 int icase; member in struct:State_s
1035 state->icase = 1;
1383 ent->ignorecase = (state->icase || (!ent->fts_level || !ent->fts_parent->ignorecase) && strchr(astconf("PATH_ATTRIBUTES", ent->fts_name, NiL), 'c')) ? STR_ICASE : 0;
1386 ent->ignorecase = ent->fts_level ? ent->fts_parent->ignorecase : (state->icase || strchr(astconf("PATH_ATTRIBUTES", ent->fts_name, NiL), 'c')) ? STR_ICASE : 0;
1695 n = state->icase ? strcasecmp(f1->fts_name, f2->fts_name) : strcoll(f1->fts_name, f2->fts_name);
1814 disc.flags = state.icase ? FIND_ICASE : 0;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dutil.c1585 ** icase -- ignore case?
1595 strcontainedin(icase, a, b)
1596 bool icase;
1607 if (icase && isascii(c) && isupper(c))
1611 if (icase)

Completed in 42 milliseconds