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

  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 139 compile_regex(b, flags, needed_sub)
138 compile_regex(b, flags, needed_sub) function
  /external/libselinux/src/
label_file.c 228 static int compile_regex(struct saved_data *data, spec_t *spec, const char **errbuf) function
331 if (rec->validating && compile_regex(data, &spec_arr[nspec], &errbuf)) {
631 if (compile_regex(data, &spec_arr[i], NULL) < 0)
  /external/qemu/distrib/libselinux/src/
label_file.c 227 static int compile_regex(struct saved_data *data, spec_t *spec, char **errbuf) function
330 if (rec->validating && compile_regex(data, &spec_arr[nspec], &errbuf)) {
625 if (compile_regex(data, &spec_arr[i], NULL) < 0)
  /external/pcre/dist/
pcre_compile.c 87 compile_regex(int, pcre_uchar **, const pcre_uchar **, int *, BOOL, BOOL, int, int,
8035 compile_regex(int options, pcre_uchar **codeptr, const pcre_uchar **ptrptr, function
    [all...]

Completed in 1081 milliseconds