Searched defs:nenv (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Denv.c102 char **nenv; local
116 nenv = malloc(sizeof (char *) * nenv_size);
117 if (nenv == NULL)
119 (void) memset(nenv, 0, sizeof (char *) * nenv_size);
121 np = nenv;
159 if ((dup_pos = find_dup(*p, nenv, instance->fmri,
176 return (nenv);
178 p = nenv;
181 free(nenv);
/illumos-gate/usr/src/cmd/svc/startd/
H A Denv.c260 char **nenv; local
271 nenv = startd_zalloc(sizeof (char *) * nenv_size);
273 np = nenv;
326 if ((dup_pos = find_dup(*p, nenv, inst)) != NULL) {
341 return (nenv);
H A Dmethod.c450 char **nenv; local
592 nenv = set_smf_env(mcp->env, mcp->env_sz, NULL, inst,
597 (void) execle(SBIN_SH, SBIN_SH, "-c", cmd, NULL, nenv);
H A Dfork.c623 char **nenv; local
690 nenv = set_smf_env(NULL, 0, pathenv, NULL, NULL);
692 (void) execle(path, path, arg, 0, nenv);
/illumos-gate/usr/src/cmd/bnu/
H A Din.uucpd.c81 char *nenv[] = { variable
104 environ = nenv;
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c650 int nenv = NARG; local
672 if (nenv == NARG) {
692 nenv = 0;
694 if ((envoff = envp[nenv++]) == 0)
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c3059 int nenv = NARG; local
3094 if (nenv == NARG) {
3114 nenv = 0;
3117 if ((envoff = envp[nenv++]) == NULL)

Completed in 67 milliseconds