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

  /ndk/sources/host-tools/make-3.81/
debug.h 20 #define DB_VERBOSE (0x002)
remake.c 299 DBF (DB_VERBOSE, _("Pruning file `%s'.\n"));
381 DBF (DB_VERBOSE, _("Considering target file `%s'.\n"));
387 DBF (DB_VERBOSE,
403 DBF (DB_VERBOSE, _("File `%s' was considered already.\n"));
413 DBF (DB_VERBOSE, _("Still updating file `%s'.\n"));
416 DBF (DB_VERBOSE, _("Finished updating file `%s'.\n"));
604 DBF (DB_VERBOSE, _("Finished prerequisites of target file `%s'.\n"));
610 DBF (DB_VERBOSE, _("The prerequisites of `%s' are being made.\n"));
623 DBF (DB_VERBOSE, _("Giving up on target file `%s'.\n"));
673 if (!noexist && ISDB (DB_BASIC|DB_VERBOSE))
    [all...]
vmsfunctions.c 90 DB (DB_VERBOSE, ("."));
94 DB (DB_VERBOSE, (_("sys$search failed with %d\n"), i));
main.c 631 db_level |= DB_BASIC | DB_VERBOSE;
654 * If ! DB_VERBOSE, just print a simple message and exit.
655 * If DB_VERBOSE, print a more verbose message.
671 if (! ISDB (DB_VERBOSE))
765 DB (DB_VERBOSE,
776 DB (DB_VERBOSE,
817 DB (DB_VERBOSE,
    [all...]
job.c 645 DB (DB_VERBOSE, ("Main thread handle = %p\n",
    [all...]
function.c     [all...]
read.c 316 if (ISDB (DB_VERBOSE))
    [all...]

Completed in 660 milliseconds