HomeSort by relevance Sort by last modified time
    Searched defs:compile_regex (Results 1 - 3 of 3) 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 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)) {
626 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)

Completed in 415 milliseconds