Home
last modified time | relevance | path

Searched refs:debug_job_printf (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/make/
H A Djob.h95 extern void debug_job_printf(const char *, ...);
H A Dengine.c533 debug_job_printf("Process %ld (%s) exited with status %d.\n", in handle_job_status()
693 debug_job_printf("Running %ld (%s) %s\n", (long)job->pid, in do_run_command()
H A Djob.c492 debug_job_printf(const char *fmt, ...) in debug_job_printf() function