Searched refs:setenv (Results 1 – 14 of 14) sorted by relevance
/picolibc-latest/newlib/testsuite/lib/ |
D | newlib.exp | 50 setenv LD_LIBRARY_PATH "$objdir/.libs" 90 setenv LD_LIBRARY_PATH "$old_ld_library_path"
|
/picolibc-latest/newlib/libc/stdlib/ |
D | putenv.c | 41 rval = setenv (p, equal + 1, 1); in putenv()
|
D | setenv.c | 40 setenv (const char *name, in setenv() function
|
D | CMakeLists.txt | 94 setenv.c
|
D | stdlib.tex | 26 * Function __env_lock:: Lock environment list for getenv and setenv
|
D | meson.build | 144 'setenv.c',
|
/picolibc-latest/test/ |
D | time-tests.c | 72 if ( 0 != setenv( "TZ", "ART3", 1 ) ) in main() 117 if ( 0 != setenv( "TZ", "CET-1CEST,M3.5.0,M10.5.0/3", 1 ) ) in main()
|
/picolibc-latest/newlib/testsuite/newlib.iconv/ |
D | iconvnm.c | 62 CHECK(setenv("NLSPATH", TEST_NLSPATH, 0) != -1); in main()
|
D | iconvjp.c | 885 CHECK(setenv("NLSPATH", TEST_NLSPATH, 0) != -1); in main()
|
D | iconvru.c | 396 CHECK(setenv("NLSPATH", TEST_NLSPATH, 0) != -1); in main()
|
/picolibc-latest/newlib/testsuite/newlib.time/ |
D | tzset.c | 176 setenv("TZ", ptr.tzstr, 1); in test_TimezoneStrings()
|
/picolibc-latest/newlib/libc/include/ |
D | stdlib.h | 261 int setenv (const char *__string, const char *__value, int __overwrite);
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 8087 Fix setenv/getenv/unsetenv to be OpenGroup compliant: 8092 * libc/stdlib/setenv.c: Redefine _unsetenv_r as returning int. 19855 * libc/stdlib/setenv.c: Ditto. 21031 * libc/stdlib/setenv.c: Added reentrant version of unsetenv. 21265 * libc/stdlib/setenv.c: Modify to call reentrant routine. 22998 * libc/stdlib/setenv.c: change unsetenv definition to match 22999 style of setenv (with _DEFUN). The string should be a const. 25593 * libc/stdlib/setenv.c (_findenv): Declare. 26921 mbtowc.c mprec.c putenv.c qsort.c rand.c setenv.c strdup.c 27078 libc/stdlib/setenv.c, libc/stdlib/std.h, libc/stdlib/strtod.c,
|
/picolibc-latest/ |
D | COPYING.picolibc | 4575 newlib/libc/stdlib/setenv.c
|