Searched refs:DB (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | vmsjobs.c | 318 DB (DB_JOBS, ("child_execute_job (%s)\n", argv)); in child_execute_job() 407 DB (DB_JOBS, (_("BUILTIN [%s][%s]\n"), cmd, cmd+8)); in child_execute_job() 418 DB (DB_JOBS, (_("BUILTIN CD %s\n"), p)); in child_execute_job() 436 DB (DB_JOBS, (_("BUILTIN RM %s\n"), p)); in child_execute_job() 491 DB (DB_JOBS, (_("Redirected input from %s\n"), ifile)); in child_execute_job() 498 DB (DB_JOBS, (_("Redirected error to %s\n"), efile)); in child_execute_job() 505 DB (DB_JOBS, (_("Redirected output to %s\n"), ofile)); in child_execute_job() 568 DB (DB_JOBS, (_("Executing %s instead\n"), cmd)); in child_execute_job()
|
D | debug.h | 38 #define DB(_l,_x) do{ if(ISDB(_l)) {printf _x; fflush (stdout);} }while(0) macro
|
D | job.c | 518 DB (DB_JOBS, (_("Live child %p (%s) PID %ld %s\n"), in reap_children() 641 DB (DB_VERBOSE, ("Main thread handle = %p\n", in reap_children() 697 DB (DB_JOBS, (child_failed in reap_children() 704 DB (DB_JOBS, (_("Cleaning up temp batch file %s\n"), in reap_children() 802 DB (DB_JOBS, (_("Removing child %p PID %ld%s from chain.\n"), in reap_children() 864 DB (DB_JOBS, (_("Released token for child %p (%s).\n"), in free_child() 1455 DB (DB_JOBS, (_("Putting child %p (%s) PID %ld%s on the chain.\n"), in start_waiting_job() 1647 DB (DB_JOBS, ("Need a job token; we %shave children\n", in new_job() 1679 DB (DB_JOBS, ("Duplicate the job FD\n")); in new_job() 1709 DB (DB_JOBS, (_("Obtained token for child 0x%08lx (%s).\n"), in new_job() [all …]
|
D | vmsfunctions.c | 90 DB (DB_VERBOSE, (".")); in readdir() 94 DB (DB_VERBOSE, (_("sys$search failed with %d\n"), i)); in readdir()
|
D | remote-cstms.c | 125 DB (DB_JOBS, (_("Customs won't export: %s\n"), in start_remote_job_p()
|
D | main.c | 761 DB (DB_VERBOSE, in find_and_set_default_shell() 772 DB (DB_VERBOSE, in find_and_set_default_shell() 813 DB (DB_VERBOSE, in find_and_set_default_shell() 1820 DB (DB_BASIC, (_("Updating makefiles....\n"))); in main() 1844 DB (DB_VERBOSE, in main() 2196 DB (DB_BASIC, (_("Updating goal targets....\n"))); in main()
|
D | file.c | 385 DB (DB_BASIC, (_("Removing intermediate files...\n"))); in remove_intermediates()
|
D | remake.c | 756 DB (DB_BASIC, (_(" Ignoring VPATH name `%s'.\n"), file->hname)); in update_file_1()
|
D | function.c | 1725 DB (DB_VERBOSE, (_("Cleaning up temporary batch file %s\n"), in func_shell()
|
D | read.c | 160 DB (DB_BASIC, (_("Reading makefiles...\n"))); in read_all_makefiles()
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
D | sub_proc.c | 540 DB (DB_JOBS, ("CreateProcess(%s,%s,...)\n", in process_begin() 1198 DB (DB_JOBS, ("process_easy: All process slots used up\n")); in process_easy()
|