Searched defs:setenv (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | setenv.c | 39 #define setenv libiberty_setenv macro 83 setenv (const char *name, const char *value, int replace) in setenv() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/ |
H A D | InstrProfilingUtil.h | 38 static inline int setenv(const char *name, const char *value, int overwrite) in setenv() function
|
/openbsd-src/lib/libc/stdlib/ |
H A D | setenv.c | 92 setenv(const char *name, const char *value, int rewrite) in setenv() function
|
/openbsd-src/usr.bin/ssh/ |
H A D | readconf.h | 132 char **setenv; global() member
|
H A D | servconf.h | 183 char **setenv; global() member
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 653 INTERCEPTOR(int, setenv, const char *name, const char *value, int overwrite) { in INTERCEPTOR() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 1441 TEST(MemorySanitizer, setenv) { in TEST() argument
|