Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dos2compat.h43 #define getenv _nl_getenv macro
/openbsd-src/lib/libc/stdlib/
H A Dgetenv.c69 getenv(const char *name) in getenv() function
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h37 static inline char *getenv(const char *name) { return NULL; } in getenv() function
/openbsd-src/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.xs88 # define getenv xcegetenv macro
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32iop.h349 #define getenv win32_getenv macro
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf78 getenv keyword
/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvmsish.h90 # define getenv(v) Perl_my_getenv(aTHX_ v,TRUE) macro
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp631 INTERCEPTOR(char *, getenv, char *name) { in INTERCEPTOR() argument