HomeSort by relevance Sort by last modified time
    Searched refs:noerror (Results 1 - 12 of 12) 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
job.c 725 if (child_failed && !c->noerror && !ignore_errors_flag)
996 child->noerror = ((flags & COMMANDS_NOERROR) != 0);
1005 child->noerror = 1;
    [all...]
vmsjobs.c 140 if (child_failed && !c->noerror && !ignore_errors_flag)
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) {
  /toolchain/binutils/binutils-2.25/opcodes/
v850-dis.c 137 bfd_boolean noerror,
160 if (!noerror)
179 if (!noerror)
197 if (!noerror)
  /external/v8/test/webkit/fast/js/kde/
exceptions.js 58 var err = "noerror";
  /external/selinux/sepolgen/src/sepolgen/
lex.py 372 noerror = 1
384 noerror = 0
386 return noerror
    [all...]
yacc.py 444 noerror = 1
454 noerror = 0
456 return noerror
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
lex.py 372 noerror = 1
384 noerror = 0
386 return noerror
    [all...]
yacc.py 444 noerror = 1
454 noerror = 0
456 return noerror
    [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]

Completed in 190 milliseconds