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

  /ndk/sources/host-tools/make-3.81/
remake.c 199 if (rebuilding_makefiles && file->dontcare)
390 /* If the file we tried to make is marked dontcare then no message
394 if (file->dontcare && !rebuilding_makefiles)
396 file->dontcare = 0;
478 int dontcare = 0;
503 /* Inherit dontcare flag from our parent. */
506 dontcare = d->file->dontcare;
507 d->file->dontcare = file->dontcare;
475 int dontcare = 0; local
555 int dontcare = 0; local
    [all...]
job.h 64 unsigned int dontcare:1; /* Saved dontcare flag. */ member in struct:child
filedef.h 90 unsigned int dontcare:1; /* Nonzero if no complaint is to be made if member in struct:file
job.c 482 int dontcare;
723 dontcare = c->dontcare;
731 if (!dontcare)
833 if (!err && child_failed && !dontcare && !keep_going_flag &&
478 int dontcare; local
    [all...]
file.c 364 if (f->intermediate && (f->dontcare || !f->precious)
380 if (!f->dontcare)
915 if (f->dontcare)
read.c 254 d->file->dontcare = 1;
377 deps->file->dontcare = 1;
    [all...]
main.c     [all...]
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 576 PAM_conv(msg_count, msg, rsp, dontcare)
580 void *dontcare;
    [all...]

Completed in 1027 milliseconds