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

  /external/selinux/libselinux/src/
label_file.h 322 static inline int compile_regex(struct saved_data *data, struct spec *spec, function
444 && compile_regex(data, &spec_arr[nspec], &errbuf)) {
label_file.c 786 if (compile_regex(data, spec, NULL) < 0)
  /system/sepolicy/tools/
check_seapp.c 334 static bool compile_regex(key_map *km, int *errcode, PCRE2_SIZE *erroff) { function
467 rc = compile_regex(m, &errcode, &erroff);
  /external/pcre/dist2/src/
pcre2_compile.c 89 compile_regex(uint32_t, PCRE2_UCHAR **, PCRE2_SPTR *, int *, BOOL, BOOL,
7590 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, PCRE2_SPTR *ptrptr, function
    [all...]

Completed in 489 milliseconds