HomeSort by relevance Sort by last modified time
    Searched refs:compile_regex (Results 1 - 4 of 4) sorted by null

  /external/adhd/cras/src/server/
cras_udev.c 394 static void compile_regex(regex_t *regex, const char *str) function
418 compile_regex(&pcm_regex, pcm_regex_string);
419 compile_regex(&card_regex, card_regex_string);
  /external/selinux/libselinux/src/
label_file.h 339 static inline int compile_regex(struct spec *spec, const char **errbuf) function
498 && compile_regex(&spec_arr[nspec], &errbuf)) {
label_file.c 969 if (compile_regex(spec, NULL) < 0)
  /external/pcre/dist2/src/
pcre2_compile.c 126 compile_regex(uint32_t, PCRE2_UCHAR **, uint32_t **, int *, uint32_t,
7519 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, function
    [all...]

Completed in 99 milliseconds