Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dmain.c187 char **script_env; /* Env. variable values for scripts */ variable
325 script_env = NULL;
1726 execve(prog, args, script_env);
1917 if (script_env != 0) {
1918 for (i = 0; (p = script_env[i]) != 0; ++i) {
1925 script_env[i] = newstring;
1937 script_env = (char **) malloc(16 * sizeof(char *));
1938 if (script_env == 0)
1946 char **newenv = (char **) realloc((void *)script_env,
1950 script_env = newenv;
[all …]
Dpppd.h228 extern char **script_env; /* Environment variables for scripts */