Home
last modified time | relevance | path

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

/stdlib/
A Dtst-unsetenv1.c7 unsetenv ("FOO"); in do_test()
A Dtst-environ.c35 unsetenv (VAR); in do_test()
204 if (unsetenv (NULL) >= 0 || errno != EINVAL) in do_test()
212 if (unsetenv ("") >= 0 || errno != EINVAL) in do_test()
219 if (unsetenv ("x=y") >= 0 || errno != EINVAL) in do_test()
A Dsetenv.c68 # define unsetenv __unsetenv macro
263 unsetenv (const char *name) in unsetenv() function
335 # undef unsetenv
338 weak_alias (__unsetenv, unsetenv)
A DVersions66 unsetenv;
A Dstdlib.h664 extern int unsetenv (const char *__name) __THROW __nonnull ((1));

Completed in 18 milliseconds