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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetenv.c210 addtoenv(char *string, int overwrite) function
335 * All the work for putenv() is done in addtoenv().
350 return (addtoenv(string, 1));
356 * work is still done in addtoenv().
388 if ((res = addtoenv(new_string, overwrite)) < 0) {
447 /* Make sure addtoenv() knows that we've removed a name. */

Completed in 56 milliseconds