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

  /external/libselinux/src/
label_file.h 337 int erroff; local
362 &erroff, NULL);
  /external/selinux/libselinux/src/
label_file.h 334 int erroff; local
359 &erroff, NULL);
  /system/sepolicy/tools/
check_seapp.c 330 static bool compile_regex(key_map *km, const char **errbuf, int *erroff) {
344 km->regex.compiled = pcre_compile(anchored, PCRE_DOTALL, errbuf, erroff,
426 int erroff; local
441 rc = compile_regex(m, &errbuf, &erroff);
444 lineno, value, errbuf, erroff);

Completed in 295 milliseconds