Home
last modified time | relevance | path

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

/stdlib/
A Dtst-environ.c45 if (setenv (VAR, "one", 0) != 0) in do_test()
60 if (setenv (VAR, "two", 0) != 0) in do_test()
120 if (setenv (VAR, "a new value", 0) != 0) in do_test()
179 if (setenv (NULL, "val", 1) >= 0 || errno != EINVAL) in do_test()
186 if (setenv ("", "val", 0) >= 0 || errno != EINVAL) in do_test()
193 if (setenv ("var=val", "val", 1) >= 0 || errno != EINVAL) in do_test()
A Dsetenv.c67 # define setenv __setenv macro
251 setenv (const char *name, const char *value, int replace) in setenv() function
334 # undef setenv
337 weak_alias (__setenv, setenv)
A Dtst-system.c58 TEST_COMPARE (setenv ("PATH", args->path, 1), 0); in call_system()
A DVersions61 seed48; seed48_r; setcontext; setenv; setstate; setstate_r; srand; srand48;
A Dstdlib.h660 extern int setenv (const char *__name, const char *__value, int __replace)

Completed in 10 milliseconds