Searched refs:__add_to_environ (Results 1 – 2 of 2) sorted by relevance
77 int result = __add_to_environ (name, NULL, string, 1); in putenv()
116 __add_to_environ (const char *name, const char *value, const char *combined, in __add_to_environ() function259 return __add_to_environ (name, value, NULL, replace); in setenv()
Completed in 8 milliseconds