astr 50 lib/search/glob.c mc_search__glob_translate_to_regex (const GString *astr) astr 58 lib/search/glob.c for (loop = 0; loop < astr->len; loop++) astr 60 lib/search/glob.c const char *str = astr->str; astr 60 lib/search/hex.c mc_search__hex_translate_to_regex (const GString *astr, mc_search_hex_parse_error_t *error_ptr, astr 70 lib/search/hex.c str = astr->str; astr 71 lib/search/hex.c str_len = astr->len; astr 210 lib/search/regex.c mc_search__cond_struct_new_regex_ci_str (const char *charset, const GString *astr) astr 220 lib/search/regex.c while (loop < astr->len) astr 222 lib/search/regex.c if (mc_search__regex_str_append_if_special (spec_char, astr, &loop)) astr 230 lib/search/regex.c if (astr->str[loop] == '[' && !str_is_char_escaped (astr->str, &(astr->str[loop]))) astr 234 lib/search/regex.c while (loop < astr->len && !(astr->str[loop] == ']' astr 235 lib/search/regex.c && !str_is_char_escaped (astr->str, &(astr->str[loop])))) astr 237 lib/search/regex.c g_string_append_c (ret_str, astr->str[loop]); astr 241 lib/search/regex.c g_string_append_c (ret_str, astr->str[loop]); astr 248 lib/search/regex.c g_string_append_c (accumulator, astr->str[loop]);