Searched refs:putenv (Results 1 - 25 of 108) sorted by relevance

12345

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dputenv.c24 #define putenv ______putenv macro
32 #undef putenv macro
36 NoN(putenv)
48 putenv(const char* s)
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Ddates.c34 extern int putenv();
49 if ( putenv( dmaskpath ) != 0 )
/illumos-gate/usr/src/test/libc-tests/tests/
H A Denv-7076.c17 * Regression test for 7076 where doing a putenv() call without an '=' sign
19 * circumstances of the environment's layout. Verify putenv() mimics
32 if (putenv("FOO=bar") != 0) {
52 if (putenv("FOO=bar") != 0) {
64 VERIFY0(putenv("FOO"));
68 "environment after putenv()!\n");
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dputenv.c2 static const char rcsid[] = "$Id: putenv.c,v 1.2 2005/04/27 04:56:11 sra Exp $";
17 putenv(char *str) { function
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Ddump.c167 if ((putenv(efds) != 0) || (putenv(eflg) != 0) ||
168 (putenv(ecnf) != 0) || (putenv(crle->c_audit) != 0) ||
169 (putenv((char *)MSG_ORIG(MSG_ENV_LD_FLAGS)) != 0)) {
H A Ddepend.c280 if ((putenv(efds) != 0) || (putenv(crle->c_audit) != 0) ||
281 (putenv(eldf) != 0) || (preload && (putenv(epld) != 0))) {
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dcall_pass.c56 (void) putenv("LC_ALL=C");
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c710 if (putenv(str) != 0) {
730 if ((putenv(warn) != 0) || (putenv(bind) != 0) ||
731 (putenv(path) != 0) || (putenv(verb) != 0) ||
732 (putenv(fltr) != 0) || (putenv(conf) != 0) ||
733 (putenv(init) != 0) || (putenv(lazy) != 0) ||
734 (putenv(ure
[all...]
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmksh.cc75 putenv(*env_list_p);
126 (void) putenv(env);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dputenv.c33 /* putenv - change environment variables
46 static int reall; /* flag to reallocate space, if putenv is called
52 putenv(char *change) function
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dconfig.c22 ** PUTENV -- emulation of putenv() in terms of setenv()
40 putenv(str) function
111 putenv(env)
/illumos-gate/usr/src/cmd/abi/apptracecmd/
H A Dapptrace.c207 (void) putenv(LD_AUDIT);
208 (void) putenv(LD_AUDIT_64);
260 (void) putenv("LD_AUDIT=");
261 (void) putenv("LD_AUDIT_64=");
293 (void) putenv(stuff);
/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c601 (void) putenv("VOLUME_ACTION=eject");
602 (void) putenv(strdup(env_buf));
606 (void) putenv(strdup(env_buf));
609 (void) putenv(strdup(env_buf));
612 (void) putenv(strdup(env_buf));
615 (void) putenv(strdup(env_buf));
618 (void) putenv(strdup(env_buf));
621 (void) putenv(strdup(env_buf));
/illumos-gate/usr/src/cmd/env/
H A Denv.c93 if (putenv(argv[optind])) {
/illumos-gate/usr/src/cmd/rtc/
H A Drtc.c177 (void) putenv(tz);
213 (void) putenv(tz);
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dlistdgrp.c160 (void) putenv("MSGVERB=text");
H A Dgetdev.c173 (void) putenv("MSGVERB=text");
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/slpd/
H A Dslpd.c123 (void) putenv(conf_env);
/illumos-gate/usr/src/cmd/tcpd/
H A Dsafe_finger.c80 if (putenv(path)) {
81 fprintf(stderr, "%s: putenv: out of memory", argv[0]);
/illumos-gate/usr/src/cmd/make/bin/
H A Dmacro.cc148 (void) putenv(env);
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_krb.c200 if (putenv(buf) != 0)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetenv.c30 #pragma weak _putenv = putenv
195 * Common code for putenv() and setenv(). We support the lockless getenv()
335 * All the work for putenv() is done in addtoenv().
338 putenv(char *string) function
341 * Historically a call to putenv() with no '=' in the string would work
354 * setenv() is a little more complex than putenv() because we have to allocate
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c310 putenv(parse(tzenv));
1461 putenv(homeenv);
1466 putenv(pathenv);
1508 putenv("PATH=/usr/sbin:/usr/bin");
1516 putenv(p);
1524 putenv(p);
1531 putenv(p);
1542 putenv(p);
1550 putenv(p);
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmchild.c552 if (putenv(pbuf)) {
559 if (putenv(hbuf)) {
617 if (putenv(tbuf)) {
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_child.c156 (void) putenv((char *) newenv);
159 * We don't check the return value of putenv because the

Completed in 117 milliseconds

12345