Home | History | Annotate | Download | only in djgpp

Lines Matching defs: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, write to the Free Software Foundation,
172 char *program;
179 program = strrchr(arguments[0], '/');
180 if (program)
181 program++;
183 program = arguments[0];
220 status = spawnvp(P_WAIT, program, arguments);
226 error(EXIT_FAILURE, 0, _("subsidiary program `%s' interrupted"), program);
233 ? "subsidiary program `%s' not found"
235 ? "subsidiary program `%s' failed"
236 : "subsidiary program `%s' failed (status=%i, errno=%i)"), program, status, errno);
269 reap_subpipe(pid_t pid, char const *program)