HomeSort by: relevance | last modified time | path
    Searched refs:script_env (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
main.c 188 char **script_env; /* Env. variable values for scripts */ variable
189 int s_env_nalloc; /* # words avail at script_env */
386 script_env = NULL;
1771 char **newenv = realloc(script_env, new_n * sizeof(char *));
1776 script_env = newenv;
1779 script_env[pos] = newstring;
1780 script_env[pos + 1] = NULL;
1787 free(script_env[pos] - 1);
1788 while ((script_env[pos] = script_env[pos + 1]) != NULL
    [all...]
pppd-private.h 109 extern char **script_env; /* Environment variables for scripts */
  /src/external/bsd/dhcpcd/dist/src/
script.c 203 env = reallocarray(ctx->script_env, nenv + 1, sizeof(*env));
206 ctx->script_env = env;
211 envp = ctx->script_env;
220 return ctx->script_env;
706 pid = script_exec(argv, ctx->script_env);
dhcpcd.h 170 char **script_env; member in struct:dhcpcd_ctx
privsep-root.c 286 pid = script_exec(argv, ctx->script_env);
dhcpcd.c 2800 free(ctx.script_env);

Completed in 25 milliseconds