Searched refs:environ (Results 101 - 119 of 119) sorted by relevance

12345

/illumos-gate/usr/src/cmd/saf/
H A Dsac.c658 (void) execve(argvp[0], argvp, environ);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c208 extern char **environ;
214 envp = environ;
650 ExternalEnviron = environ;
652 environ = emptyenviron;
H A Dconf.c2445 extern char **environ;
2456 environ = (char **) xalloc(sizeof(char *) * (i + 1));
2458 environ[i] = newstr(envp[i]);
2459 environ[i] = NULL;
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h553 extern char **environ; /* environ pointer */
615 extern char **_environ; /* environ reference for libc */
H A Dutil.c3537 * Initialize the environ symbol. Traditionally this is carried out by the crt
3542 * environ variable set.
3546 * - setting environ on the main link-map after the initial application and
3547 * its dependencies have been established. Typically environ lives in the
3554 * their own environ. In addition, lazy loading might bring in the
3555 * supplier of environ (libc used to be a lazy loading candidate) after
3584 *(lml->lm_environ) = (char **)environ;
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h864 extern char **environ;
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c1328 extern char **environ;
1470 execve(path, argvp, environ);
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c64 extern char **environ;
1120 (void) set_env_cbdir(); /* copy over environ */
1130 environ = NULL;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c1776 "Need an argument to 'environ' command. "
1777 "'environ ?' for help.\n");
1783 "('environ ?' for help).\n", argv[1]);
1788 "('environ ?' for help).\n", argv[1]);
1793 "Need %s%d argument%s to 'environ %s' command. "
1794 "'environ ?' for help.\n",
1831 char **environ = NULL; local
1833 extern char **environ;
1838 for (epp = environ; *epp; epp++) {
1993 /* no environ */) {
[all...]
/illumos-gate/usr/src/cmd/find/
H A Dfind.c252 extern char **environ;
1409 for (ep = environ; *ep; ep++)
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c94 extern char **environ;
/illumos-gate/usr/src/cmd/sgs/lari/
H A Dlari.pl83 environ # Defined in crt
/illumos-gate/usr/src/cmd/cron/
H A Dat.c580 extern char **environ;
653 for (ep = environ; *ep; ep++) {
H A Dcron.c288 extern char **environ;
2521 environ = envinit;
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastconf.c1320 if (*pp = procopen(_pth_getconf, cmd, environ, ops, PROC_READ))
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dname.c1969 memcpy((void*)er,environ,shp->nenv*sizeof(char*));
2749 register char **av = environ;
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc177 char **environ;
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c463 extern char **environ;
479 * global 'environ' variable right before we call this.
482 environ = (char **)envp;
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c61 #include <sys/environ.h>
3450 * Due to asynchronous attach of environ, environ may
3454 * board connect and environ attach.

Completed in 2100 milliseconds

12345