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

  /ndk/sources/host-tools/make-3.81/
job.h 60 unsigned int noerror:1; /* Nonzero if commands contained a `-'. */ member in struct:child
read.c 800 int noerror = (p[0] != 'i');
838 | (noerror ? RM_DONTCARE : 0)));
839 if (!r && !noerror)
796 int noerror = (p[0] != 'i'); local
    [all...]
  /external/toybox/lib/
args.c 127 int noerror, nodash_now, stopearly; member in struct:getoptflagstate
138 if (gof->noerror) return 1;
246 else if (*options == '?') gof->noerror++;
434 if (!lo && gof.noerror) {

Completed in 66 milliseconds