Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds