Home
last modified time | relevance | path

Searched refs:unsetenv (Results 1 – 3 of 3) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dsetenv.c124 unsetenv (const char *name) in unsetenv() function
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dstdlib.h327 int unsetenv (const char *__string);
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20158087 Fix setenv/getenv/unsetenv to be OpenGroup compliant:
8088 * libc/include/stdlib.h (unsetenv, _unsetenv_r): Redefine with integer
12229 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 match
23000 * 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 conflicts
23133 with newlib's unsetenv function
23142 * libc/include/stdlib.h: for __CYGWIN32__, add proto for unsetenv