Home | History | Annotate | Download | only in djgpp

Lines Matching full:program

5    This program is free software: you can redistribute it and/or modify
10 This program is distributed in the hope that it will be useful,
16 along with this program. If not, see <http://www.gnu.org/licenses/>. */
180 char *program;
187 program = strrchr(arguments[0], '/');
188 if (program)
189 program++;
191 program = arguments[0];
228 status = spawnvp(P_WAIT, program, arguments);
234 error(EXIT_FAILURE, 0, _("subsidiary program '%s' interrupted"), program);
241 ? "subsidiary program '%s' not found"
243 ? "subsidiary program '%s' failed"
244 : "subsidiary program '%s' failed (status=%i, errno=%i)"), program, status, errno);
277 reap_subpipe(pid_t pid, char const *program)