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

  /external/selinux/policycoreutils/setfiles/
Makefile 9 ABORT_ON_ERRORS=$(shell grep "^\#define ABORT_ON_ERRORS" setfiles.c | awk -S '{ print $$3 }')
31 @sed -i "s/ABORT_ON_ERRORS/$(ABORT_ON_ERRORS)/g" setfiles.8.man
setfiles.c 32 #ifndef ABORT_ON_ERRORS
33 #define ABORT_ON_ERRORS 10
67 if (nerr > ABORT_ON_ERRORS - 1 && !r_opts.debug) {
68 fprintf(stderr, "Exiting after %d errors.\n", ABORT_ON_ERRORS);

Completed in 781 milliseconds