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

  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 199 struct regex *compile_regex P_((struct buffer *b, int flags, int needed_sub));
regexp.c 139 compile_regex(b, flags, needed_sub)
138 compile_regex(b, flags, needed_sub) function
compile.c 994 addr->addr_regex = compile_regex (b, flags, 0);
1292 compile_regex(b, flags, cur_cmd->x.cmd_subst->max_id + 1);
    [all...]
  /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 719 milliseconds