Home | History | Annotate | Download | only in pppd

Lines Matching refs:prog

223     char	*prog;
634 dbglog(" script %s, pid %d", chp->prog, chp->pid);
1830 run_program(prog, args, must_exist, done, arg, wait)
1831 char *prog;
1850 snprintf(file, MAXPATHLEN, "%s-%s", prog, linkname);
1852 prog = file;
1863 if (stat(prog, &sbuf) < 0 || !S_ISREG(sbuf.st_mode)
1866 warn("Can't execute %s: %m", prog);
1872 error("Failed to create child process for %s: %m", prog);
1877 dbglog("Script %s started (pid %d)", prog, pid);
1878 record_child(pid, prog, done, arg, 0);
1883 fatal("error waiting for script %s: %m", prog);
1905 execve(prog, args, script_env);
1910 syslog(LOG_ERR, "Can't execute %s: %m", prog);
1922 record_child(pid, prog, done, arg, killable)
1924 char *prog;
1935 warn("losing track of %s process", prog);
1938 chp->prog = prog;
1983 (chp? chp->prog: "??"), pid, WTERMSIG(status));
1986 (chp? chp->prog: "??"), pid,