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

  /system/core/sh/
cd.c 72 STATIC void find_curdir(int noerror);
339 getpwd(int noerror)
360 find_curdir(noerror);
366 find_curdir(int noerror)
393 if (!noerror)
434 if (noerror) {
jobs.c 691 getjob(const char *name, int noerror)
762 if (!noerror)
  /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/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 146 milliseconds