Searched refs:errors (Results 1 - 3 of 3) sorted by relevance

/system/core/toolbox/upstream-netbsd/bin/rmdir/
H A Drmdir.c61 int ch, errors, pflag; local
82 for (errors = 0; *argv; argv++) {
86 errors = 1;
88 errors |= rm_path(*argv);
91 exit(errors);
/system/core/toolbox/upstream-netbsd/bin/kill/
H A Dkill.c74 int errors; local
148 for (errors = 0; argc; argc--, argv++) {
155 errors = 1;
167 errors = 1;
173 errors = 1;
183 exit(errors);
/system/keymaster/
H A DMakefile78 UNINIT_OPTS=--undef-value-errors=no

Completed in 88 milliseconds