Home
last modified time | relevance | path

Searched defs:getenv (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl2/grep/dist/intl/
H A Dos2compat.h45 #define getenv _nl_getenv macro
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dos2compat.h43 #define getenv _nl_getenv macro
/netbsd-src/external/gpl2/texinfo/dist/intl/
H A Dos2compat.h45 #define getenv _nl_getenv macro
/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Denv_test.cpp77 ATF_TEST_CASE_BODY(getenv) in ATF_TEST_CASE_BODY() argument
H A Denv.cpp81 utils::getenv(const std::string& name) in getenv() function in utils
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Denv.c39 PREFIX(getenv) (char * name, char * value, gfc_charlen_type name_len, in PREFIX() argument
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Denv.c39 PREFIX(getenv) (char * name, char * value, gfc_charlen_type name_len, in PREFIX() argument
/netbsd-src/sys/arch/ia64/stand/common/
H A Denvironment.c143 getenv(const char *name) in getenv() function
/netbsd-src/bin/sh/bltin/
H A Dbltin.h93 #define getenv(p) bltinlookup((p),0) macro
/netbsd-src/usr.bin/make/
H A Dutil.c60 getenv(const char *name) in getenv() function
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dmachdep.c1029 getenv(const char *str) getenv() function
[all...]
/netbsd-src/sys/arch/pmax/include/
H A Ddec_prom.h179 #define getenv (*callv -> _getenv) macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dcollector_module.h63 char *(*getenv)(const char *name); member
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollector_module.h60 char *(*getenv)(const char *name); member
/netbsd-src/sys/arch/arc/arc/
H A Darcbios.h312 const char *(*getenv)( /* GetEnvironmentVariable 31 */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf91 getenv, 89 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf91 getenv, 89 keyword
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc623 INTERCEPTOR(char *, getenv, char *name) { in INTERCEPTOR() argument