Home | History | Annotate | Download | only in pppd

Lines Matching refs:prog

220     char	*prog;
631 dbglog(" script %s, pid %d", chp->prog, chp->pid);
1827 run_program(prog, args, must_exist, done, arg, wait)
1828 char *prog;
1847 snprintf(file, MAXPATHLEN, "%s-%s", prog, linkname);
1849 prog = file;
1860 if (stat(prog, &sbuf) < 0 || !S_ISREG(sbuf.st_mode)
1863 warn("Can't execute %s: %m", prog);
1869 error("Failed to create child process for %s: %m", prog);
1874 dbglog("Script %s started (pid %d)", prog, pid);
1875 record_child(pid, prog, done, arg, 0);
1880 fatal("error waiting for script %s: %m", prog);
1902 execve(prog, args, script_env);
1907 syslog(LOG_ERR, "Can't execute %s: %m", prog);
1919 record_child(pid, prog, done, arg, killable)
1921 char *prog;
1932 warn("losing track of %s process", prog);
1935 chp->prog = prog;
1980 (chp? chp->prog: "??"), pid, WTERMSIG(status));
1983 (chp? chp->prog: "??"), pid,