Home
last modified time | relevance | path

Searched refs:compile_regex (Results 1 – 4 of 4) sorted by relevance

/external/adhd/cras/src/server/
Dcras_udev.c394 static void compile_regex(regex_t *regex, const char *str) in compile_regex() function
418 compile_regex(&pcm_regex, pcm_regex_string); in cras_udev_start_sound_subsystem_monitor()
419 compile_regex(&card_regex, card_regex_string); in cras_udev_start_sound_subsystem_monitor()
/external/selinux/libselinux/src/
Dlabel_file.h339 static inline int compile_regex(struct spec *spec, const char **errbuf) in compile_regex() function
498 && compile_regex(&spec_arr[nspec], &errbuf)) { in process_line()
Dlabel_file.c969 if (compile_regex(spec, NULL) < 0) in lookup_all()
/external/pcre/dist2/src/
Dpcre2_compile.c126 compile_regex(uint32_t, PCRE2_UCHAR **, uint32_t **, int *, uint32_t,
6022 compile_regex( in compile_branch()
7519 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_regex() function
9574 (void)compile_regex(cb.external_options, &code, &pptr, &errorcode, 0, &firstcu, in pcre2_compile()
9672 regexrc = compile_regex(re->overall_options, &code, &pptr, &errorcode, 0, in pcre2_compile()