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

/macosx-10.9.5/shell_cmds-175/env/
H A Denv.c64 char *cleanenv[1]; local
71 environ = cleanenv;
72 cleanenv[0] = NULL;
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dexec.c63 int cleanenv, login, opt; local
66 cleanenv = login = 0;
75 cleanenv = 1;
140 if (cleanenv == 0)
143 if (cleanenv)
169 if (cleanenv == 0)
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dsuexec.c207 char **cleanenv; local
223 if ((cleanenv = (char **) calloc(AP_ENVBUF, sizeof(char *))) == NULL) {
229 cleanenv[cidx] = strdup(pathbuf);
236 cleanenv[cidx] = *ep;
243 cleanenv[cidx] = NULL;
245 environ = cleanenv;
/macosx-10.9.5/system_cmds-597.90.1/newgrp.tproj/
H A Dnewgrp.c289 char *args[2], **cleanenv, *term, *ticket; local
306 if ((cleanenv = calloc(20, sizeof(char *))) == NULL)
308 *cleanenv = NULL;
309 environ = cleanenv;
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/newgrp.tproj/
H A Dnewgrp.c289 char *args[2], **cleanenv, *term, *ticket; local
306 if ((cleanenv = calloc(20, sizeof(char *))) == NULL)
308 *cleanenv = NULL;
309 environ = cleanenv;
/macosx-10.9.5/shell_cmds-175/su/
H A Dsu.c161 static char *cleanenv; local
194 shell = class = cleanenv = NULL;
576 environ = &cleanenv;

Completed in 121 milliseconds