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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetenv.c209 addtoenv(char *string, int overwrite) function
334 * All the work for putenv() is done in addtoenv().
339 return (addtoenv(string, 1));
345 * work is still done in addtoenv().
377 if ((res = addtoenv(new_string, overwrite)) < 0) {
436 /* Make sure addtoenv() knows that we've removed a name. */

Completed in 24 milliseconds