Searched refs:__putenv (Results 1 – 3 of 3) sorted by relevance
9 int __putenv(char* s, int a) { in __putenv() function63 return __putenv(s, 0); in putenv()
26 if (!__putenv(s, 1)) in setenv()
6 int __putenv(char* s, int a) ATTR_LIBC_VISIBILITY;
Completed in 4 milliseconds