Searched refs:setenv (Results 1 – 5 of 5) sorted by relevance
/stdlib/ |
A D | tst-environ.c | 45 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 D | setenv.c | 67 # 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 D | tst-system.c | 58 TEST_COMPARE (setenv ("PATH", args->path, 1), 0); in call_system()
|
A D | Versions | 61 seed48; seed48_r; setcontext; setenv; setstate; setstate_r; srand; srand48;
|
A D | stdlib.h | 660 extern int setenv (const char *__name, const char *__value, int __replace)
|
Completed in 10 milliseconds