Searched defs:putenv (Results 1 - 15 of 15) sorted by relevance

/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/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/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/boot/lib/libstand/
H A Denvironment.c165 putenv(const char *string) function
/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/lib/libshell/common/sh/
H A Dname.c26 #define putenv ___putenv macro
2799 #undef putenv macro
2801 * This version of putenv uses the hash storage to assign environment values
2803 int putenv(const char *name) function
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h244 #undef putenv macro
245 #define putenv _ast_putenv macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h223 #undef putenv macro
224 #define putenv _ast_putenv macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h244 #undef putenv macro
245 #define putenv _ast_putenv macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h223 #undef putenv macro
224 #define putenv _ast_putenv macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h244 #undef putenv macro
245 #define putenv _ast_putenv macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h223 #undef putenv macro
224 #define putenv _ast_putenv macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h244 #undef putenv macro
245 #define putenv _ast_putenv macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h223 #undef putenv macro
224 #define putenv _ast_putenv macro

Completed in 108 milliseconds