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

/osnet-11/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);
/osnet-11/usr/src/lib/libumem/common/
H A Dlinktest_stand.c41 void getenv(void) {} function
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetenv.c49 * a lockless, single pass implementation of getenv(), yet the memory leak
194 * Common code for putenv() and setenv(). We support the lockless getenv()
400 * which supports a lockless getenv(). The approach here is to move the first
469 * At last, a lockless implementation of getenv()!
472 getenv(const char *name) function
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h172 #undef getenv /* -lshell provides its own */ macro
/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h163 #undef getenv /* -lshell provides its own */ macro
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h172 #undef getenv /* -lshell provides its own */ macro
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h172 #undef getenv /* -lshell provides its own */ macro
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h172 #undef getenv /* -lshell provides its own */ macro
/osnet-11/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*));
/osnet-11/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*);
/osnet-11/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"))
/osnet-11/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*));
/osnet-11/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*));
/osnet-11/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*));
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dname.c2972 * This version of getenv uses the hash storage to access environment values
2992 * Some dynamic linkers will make this file see the libc getenv(),
2994 * getenv() is provided for static links.
2996 char *getenv(const char *name) function
3037 * Same linker dance as with getenv() above.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h396 # define getenv PerlEnv_getenv macro

Completed in 66 milliseconds