Searched refs:__putenv (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Denv_impl.h6 int __putenv(char* s, int a) ATTR_LIBC_VISIBILITY;
/fuchsia/zircon/third_party/ulib/musl/src/env/
H A Dsetenv.c26 if (!__putenv(s, 1))
H A Dputenv.c9 int __putenv(char* s, int a) { function
63 return __putenv(s, 0);

Completed in 26 milliseconds