Searched defs:nenv (Results 1 - 7 of 7) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
| H A D | env.c | 102 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 D | env.c | 260 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 D | method.c | 450 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 D | fork.c | 623 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 D | in.uucpd.c | 81 char *nenv[] = { variable 104 environ = nenv;
|
| /illumos-gate/usr/src/cmd/ps/ |
| H A D | ucbps.c | 650 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 D | Psymtab.c | 3059 int nenv = NARG; local 3094 if (nenv == NARG) { 3114 nenv = 0; 3117 if ((envoff = envp[nenv++]) == NULL)
|
Completed in 67 milliseconds