Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ppp/dist/pppd/
Dmain.c188 char **script_env; /* Env. variable values for scripts */ variable
386 script_env = NULL; in main()
1771 char **newenv = realloc(script_env, new_n * sizeof(char *)); in add_script_env()
1776 script_env = newenv; in add_script_env()
1779 script_env[pos] = newstring; in add_script_env()
1780 script_env[pos + 1] = NULL; in add_script_env()
1787 free(script_env[pos] - 1); in remove_script_env()
1788 while ((script_env[pos] = script_env[pos + 1]) != NULL) in remove_script_env()
1895 for (i = 0; (p = script_env[i]) != NULL; i++) { in update_script_environment()
1907 script_env[i] = newstring; in update_script_environment()
[all …]
Dpppd-private.h109 extern char **script_env; /* Environment variables for scripts */