Home
last modified time | relevance | path

Searched defs:putenv (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/crypto/heimdal/lib/roken/
H A Dputenv.c51 putenv(const char *string) in putenv() function
H A Droken.h.in399 #define putenv rk_putenv macro
/freebsd-13.1/lib/libc/stdlib/
H A Dgetenv.c84 bool putenv; member
607 putenv(char *string) in putenv() function
/freebsd-13.1/stand/libsa/
H A Denvironment.c163 putenv(char *string) in putenv() function
/freebsd-13.1/contrib/tcp_wrappers/
H A Denviron.c76 int putenv(nameval) in putenv() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp652 INTERCEPTOR(int, putenv, char *string) { in INTERCEPTOR() argument