HomeSort by relevance Sort by last modified time
    Searched refs:compile_regex (Results 1 - 4 of 4) 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 224 static int compile_regex(struct saved_data *data, spec_t *spec, char **errbuf) function
327 if (rec->validating && compile_regex(data, &spec_arr[nspec], &errbuf)) {
620 if (compile_regex(data, &spec_arr[i], NULL) < 0)

Completed in 269 milliseconds