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

12

/osnet-11/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)
/osnet-11/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
/osnet-11/usr/src/lib/libwrap/
H A Dsetenv.c10 * is implemented in terms of portable primitives only: getenv(), putenv()
43 return (putenv(cp));
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dconfig.c22 ** PUTENV -- emulation of putenv() in terms of setenv()
40 putenv(str) function
111 putenv(env)
H A Dldap.c247 (void) putenv(lmap->ldap_secret);
/osnet-11/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c600 (void) putenv("VOLUME_ACTION=eject");
601 (void) putenv(strdup(env_buf));
605 (void) putenv(strdup(env_buf));
608 (void) putenv(strdup(env_buf));
611 (void) putenv(strdup(env_buf));
614 (void) putenv(strdup(env_buf));
617 (void) putenv(strdup(env_buf));
620 (void) putenv(strdup(env_buf));
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdlib.in.h418 # undef putenv
419 # define putenv rpl_putenv
421 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
422 _GL_CXXALIAS_RPL (putenv, int, (char *string));
424 _GL_CXXALIAS_SYS (putenv, int, (char *string));
426 _GL_CXXALIASWARN (putenv);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetenv.c29 #pragma weak _putenv = putenv
194 * Common code for putenv() and setenv(). We support the lockless getenv()
334 * All the work for putenv() is done in addtoenv().
337 putenv(char *string) function
343 * setenv() is a little more complex than putenv() because we have to allocate
/osnet-11/usr/src/lib/libresolv2/
H A DMakefile.com91 UNUSEDBSDOBJS = putenv.o strcasecmp.o strsep.o \
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h244 #undef putenv macro
245 #define putenv _ast_putenv macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h223 #undef putenv macro
224 #define putenv _ast_putenv macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h244 #undef putenv macro
245 #define putenv _ast_putenv macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h223 #undef putenv macro
224 #define putenv _ast_putenv macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h244 #undef putenv macro
245 #define putenv _ast_putenv macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h223 #undef putenv macro
224 #define putenv _ast_putenv macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h244 #undef putenv macro
245 #define putenv _ast_putenv macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h223 #undef putenv macro
224 #define putenv _ast_putenv macro
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py1067 os.putenv('workspace', root)
1068 os.putenv('filepath', path)
1069 os.putenv('dir', dirn)
1070 os.putenv('file', base)
/osnet-11/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c232 (void) putenv(str);
233 (void) putenv(str2);
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_util.c378 if (putenv(buf) != 0) {
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c570 putenv("EJECT_DIRECT=1");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h395 # define putenv PerlEnv_putenv macro
/osnet-11/usr/src/lib/pam_modules/krb5/
H A Dkrb5_setcred.c511 * We MUST copy this to the heap for the putenv
519 if (putenv(kmd->env)) {
H A Dkrb5_authenticate.c236 /* we MUST copy this to the heap for the putenv to work! */
242 if (putenv(kmd->env)) {
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_krb.c838 if (putenv(buf) != 0) {

Completed in 83 milliseconds

12