Searched refs:compile_regex (Results 1 – 4 of 4) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_udev.c | 394 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/ |
D | label_file.h | 339 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()
|
D | label_file.c | 969 if (compile_regex(spec, NULL) < 0) in lookup_all()
|
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 126 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()
|