Home
last modified time | relevance | path

Searched refs:putenv (Results 1 – 25 of 115) sorted by relevance

12345

/titanic_44/usr/src/lib/libast/common/comp/
H A Dputenv.c24 #define putenv ______putenv macro
32 #undef putenv
36 NoN(putenv)
48 putenv(const char* s)
/titanic_44/usr/src/cmd/sgs/ldd/common/
H A Dldd.c710 if (putenv(str) != 0) { in run()
730 if ((putenv(warn) != 0) || (putenv(bind) != 0) || in run()
731 (putenv(path) != 0) || (putenv(verb) != 0) || in run()
732 (putenv(fltr) != 0) || (putenv(conf) != 0) || in run()
733 (putenv(init) != 0) || (putenv(lazy) != 0) || in run()
734 (putenv(uref) != 0) || (putenv(used) != 0) || in run()
735 (putenv(weak) != 0) || (putenv(load) != 0) || in run()
736 (putenv(nope) != 0) || (putenv(defr) != 0)) { in run()
755 if (putenv(str) != 0) { in run()
/titanic_44/usr/src/cmd/sgs/crle/common/
H A Ddump.c167 if ((putenv(efds) != 0) || (putenv(eflg) != 0) || in dump()
168 (putenv(ecnf) != 0) || (putenv(crle->c_audit) != 0) || in dump()
169 (putenv((char *)MSG_ORIG(MSG_ENV_LD_FLAGS)) != 0)) { in dump()
H A Ddepend.c280 if ((putenv(efds) != 0) || (putenv(crle->c_audit) != 0) || in depend()
281 (putenv(eldf) != 0) || (preload && (putenv(epld) != 0))) { in depend()
/titanic_44/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c601 (void) putenv("VOLUME_ACTION=eject"); in call_unmount_prog()
602 (void) putenv(strdup(env_buf)); in call_unmount_prog()
606 (void) putenv(strdup(env_buf)); in call_unmount_prog()
609 (void) putenv(strdup(env_buf)); in call_unmount_prog()
612 (void) putenv(strdup(env_buf)); in call_unmount_prog()
615 (void) putenv(strdup(env_buf)); in call_unmount_prog()
618 (void) putenv(strdup(env_buf)); in call_unmount_prog()
621 (void) putenv(strdup(env_buf)); in call_unmount_prog()
/titanic_44/usr/src/cmd/abi/apptracecmd/
H A Dapptrace.c207 (void) putenv(LD_AUDIT); in main()
208 (void) putenv(LD_AUDIT_64); in main()
260 (void) putenv("LD_AUDIT="); in main()
261 (void) putenv("LD_AUDIT_64="); in main()
293 (void) putenv(stuff); in stuffenv()
/titanic_44/usr/src/cmd/oamuser/lib/
H A Ddates.c34 extern int putenv();
49 if ( putenv( dmaskpath ) != 0 )
/titanic_44/usr/src/cmd/make/lib/mksh/
H A Dmksh.cc75 putenv(*env_list_p); in set_env_vars()
126 (void) putenv(env); in change_sunpro_dependencies_value()
/titanic_44/usr/src/cmd/sendmail/libsm/
H A Dconfig.c40 putenv(str)
111 putenv(env)
/titanic_44/usr/src/lib/libresolv2/common/bsd/
H A Dputenv.c17 putenv(char *str) { in putenv() function
/titanic_44/usr/src/cmd/rtc/
H A Drtc.c177 (void) putenv(tz); in set_zone()
213 (void) putenv(tz); in correct_rtc_and_lag()
/titanic_44/usr/src/cmd/oamuser/user/
H A Dcall_pass.c56 (void) putenv("LC_ALL=C");
/titanic_44/usr/src/lib/libc/port/gen/
H A Dgetenv.c29 #pragma weak _putenv = putenv
337 putenv(char *string) in putenv() function
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dputenv.c52 putenv(char *change) in putenv() function
/titanic_44/usr/src/cmd/listen/
H A Dlisten.c310 putenv(parse(tzenv)); in main()
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);
/titanic_44/usr/src/lib/libnsl/saf/
H A Ddoconfig.c254 if (putenv(tp)) in doassign()
465 (void) putenv("IFS=\" \""); in dorun()
/titanic_44/usr/src/cmd/env/
H A Denv.c93 if (putenv(argv[optind])) { in main()
/titanic_44/usr/src/cmd/ttymon/
H A Dtmchild.c552 if (putenv(pbuf)) {
559 if (putenv(hbuf)) {
617 if (putenv(tbuf)) {
/titanic_44/usr/src/cmd/devmgmt/cmds/
H A Dlistdgrp.c157 (void) putenv("MSGVERB=text"); in main()
H A Dgetdev.c171 (void) putenv("MSGVERB=text"); in main()
/titanic_44/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_krb.c183 if (putenv(buf) != 0) in smb_ccache_init()
/titanic_44/usr/src/cmd/tcpd/
H A Dsafe_finger.c80 if (putenv(path)) {
/titanic_44/usr/src/cmd/setuname/
H A Dsetuname.c94 extern int putenv(); /* Put a value into the environment */
209 (void) putenv("MSGVERB=text");
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/slpd/
H A Dslpd.c123 (void) putenv(conf_env); in do_args()
/titanic_44/usr/src/cmd/power/
H A Dsys-suspend.c630 if (putenv(display_name) != 0) { in main()
718 (void) putenv(get_xauthority(xauthority)); in main()

12345