Searched refs:unsetenv (Results 1 – 3 of 3) sorted by relevance
124 unsetenv (const char *name) in unsetenv() function
327 int unsetenv (const char *__string);
8087 Fix setenv/getenv/unsetenv to be OpenGroup compliant:8088 * libc/include/stdlib.h (unsetenv, _unsetenv_r): Redefine with integer12229 file. Declare unsetenv and _unsetenv_r when not cygwin.21031 * libc/stdlib/setenv.c: Added reentrant version of unsetenv.22998 * libc/stdlib/setenv.c: change unsetenv definition to match23000 * libc/include/stdlib.h: unsetenv proto should return void.23004 * libc/include/stdlib.h: define unsetenv proto for __CYGWIN32__23132 * libc/include/stdlib.h: remove unsetenv proto since it conflicts23133 with newlib's unsetenv function23142 * libc/include/stdlib.h: for __CYGWIN32__, add proto for unsetenv