Lines Matching refs:prog
63 collect_wait (const char *prog, struct pex_obj *pex) in collect_wait() argument
83 prog, sig, strsignal (sig), in collect_wait()
94 do_wait (const char *prog, struct pex_obj *pex) in do_wait() argument
96 int ret = collect_wait (prog, pex); in do_wait()
98 fatal_error (input_location, "%s returned %d exit status", prog, ret); in do_wait()
105 collect_execute (const char *prog, char **argv, const char *outname, in collect_execute() argument
164 notice ("[cannot find %s]", prog); in collect_execute()
179 fatal_error (input_location, "cannot find '%s'", prog); in collect_execute()
204 fork_execute (const char *prog, char **argv, bool use_atfile) in fork_execute() argument
208 pex = collect_execute (prog, argv, NULL, NULL, in fork_execute()
210 do_wait (prog, pex); in fork_execute()