Searched defs:getenv (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/stand/lib/sa/
H A Dstdlib.c33 * Trivial version of getenv() -- since standalone has no environment
38 getenv(const char *name) function
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetenv.c29 * getenv(name)
37 getenv(name) function
54 * used for environment searching: see getenv
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dgetenv.c25 __STDPP__directive pragma pp:hide getenv
31 __STDPP__directive pragma pp:nohide getenv
48 #if _UWIN && !defined(getenv)
89 #if defined(__EXPORT__) && defined(getenv)
94 getenv(const char* name) function
96 #if _UWIN && !defined(getenv) /* for ast54 compatibility */
104 posix_getenv = (char*(*)(const char*))GetProcAddress(dll, "getenv");
110 #undef getenv
111 return intercepts.intercept_getenv ? (*intercepts.intercept_getenv)(name) : getenv(name);
/illumos-gate/usr/src/boot/lib/libstand/
H A Denvironment.c142 getenv(const char *name) function
/illumos-gate/usr/src/lib/libumem/common/
H A Dlinktest_stand.c40 void getenv(void) {} function
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_stubs.c45 getenv(const char *name) function
/illumos-gate/usr/src/boot/sys/boot/userboot/
H A Duserboot.h205 const char * (*getenv)(void *arg, int num); member in struct:loader_callbacks
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetenv.c50 * a lockless, single pass implementation of getenv(), yet the memory leak
195 * Common code for putenv() and setenv(). We support the lockless getenv()
342 * great until someone called getenv() on that particular environment
411 * which supports a lockless getenv(). The approach here is to move the first
480 * At last, a lockless implementation of getenv()!
483 getenv(const char *name) function
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h169 #undef getenv /* -lshell provides its own */ macro
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshell.h160 #undef getenv /* -lshell provides its own */ macro
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h169 #undef getenv /* -lshell provides its own */ macro
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h169 #undef getenv /* -lshell provides its own */ macro
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h169 #undef getenv /* -lshell provides its own */ macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h122 #undef getenv macro
123 #define getenv _ast_getenv macro
128 extern __MANGLE__ char* getenv __PROTO__((const char*));
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast_std.h112 #undef getenv macro
113 #define getenv _ast_getenv macro
118 extern char* getenv(const char*);
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c41 extern char* getenv(const char*);
183 #define getenv(s) lcl_getenv(s) macro
236 /* if getenv() calls malloc(), the options may not affect the eventual region */
915 if (s = getenv("VMALLOC_OPTIONS"))
922 if (s = getenv("VMDEBUG"))
952 if ((s = getenv("VMETHOD")) && *s)
958 if ((s = getenv("VMPROFILE")) && *s)
964 if ((s = getenv("VMTRACE")) && *s)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h122 #undef getenv macro
123 #define getenv _ast_getenv macro
128 extern __MANGLE__ char* getenv __PROTO__((const char*));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h122 #undef getenv macro
123 #define getenv _ast_getenv macro
128 extern __MANGLE__ char* getenv __PROTO__((const char*));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h122 #undef getenv macro
123 #define getenv _ast_getenv macro
128 extern __MANGLE__ char* getenv __PROTO__((const char*));
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dname.c2767 * This version of getenv uses the hash storage to access environment values
2789 * Some dynamic linkers will make this file see the libc getenv(),
2791 * getenv() is provided for static links.
2793 char *getenv(const char *name) function
2832 * Same linker dance as with getenv() above.

Completed in 104 milliseconds