Searched refs:script_env (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dmain.c110 char **script_env; /* Env. variable values for scripts */ variable
111 int s_env_nalloc; /* # words avail at script_env */
236 script_env = NULL;
1291 execve(prog, args, script_env);
1402 if (script_env != 0) {
1403 for (i = 0; (p = script_env[i]) != 0; ++i) {
1408 script_env[i] = newstring;
1418 script_env = (char **) malloc(16 * sizeof(char *));
1419 if (script_env == 0)
1424 /* reallocate script_env wit
[all...]
H A Dpppd.h198 extern char **script_env; /* Environment variables for scripts */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dmain.c125 char **script_env; /* Env. variable values for scripts */ variable
126 int s_env_nalloc; /* # words avail at script_env */
260 script_env = NULL;
1605 execve(prog, args, script_env);
1786 if (script_env != 0) {
1787 for (i = 0; (p = script_env[i]) != 0; ++i) {
1794 script_env[i] = newstring;
1806 script_env = (char **) malloc(16 * sizeof(char *));
1807 if (script_env == 0)
1812 /* reallocate script_env wit
[all...]
H A Dpppd.h198 extern char **script_env; /* Environment variables for scripts */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c190 char **script_env; /* Env. variable values for scripts */ variable
191 int s_env_nalloc; /* # words avail at script_env */
325 script_env = NULL;
1847 execve(prog, args, script_env);
2047 if (script_env != 0) {
2048 for (i = 0; (p = script_env[i]) != 0; ++i) {
2055 script_env[i] = newstring;
2067 script_env = (char **) malloc(16 * sizeof(char *));
2068 if (script_env == 0)
2073 /* reallocate script_env wit
[all...]
H A Dpppd.h228 extern char **script_env; /* Environment variables for scripts */

Completed in 200 milliseconds