Home
last modified time | relevance | path

Searched refs:script_env (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.sbin/pppd/
Dmain.c125 char **script_env; /* Env. variable values for scripts */ variable
214 script_env = NULL;
1243 execve(prog, args, script_env);
1656 if (script_env != 0) {
1657 for (i = 0; (p = script_env[i]) != 0; ++i) {
1660 script_env[i] = newstring;
1666 script_env = (char **) malloc(16 * sizeof(char *));
1667 if (script_env == 0)
1675 char **newenv = (char **) realloc((void *)script_env,
1679 script_env = newenv;
[all …]
Dpppd.h86 extern char **script_env; /* Environment variables for scripts */