Home
last modified time | relevance | path

Searched refs:getenv (Results 1 – 19 of 19) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/machine/cr16/
Dgetenv.c18 char * getenv (const char *name) in getenv() function
/picolibc-3.7.0-3.6.0/newlib/libc/machine/crx/
Dgetenv.c18 char * getenv (const char *name) in getenv() function
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dgetenv.c61 getenv (const char *name) in getenv() function
Dsystem.c154 char *sh = getenv ("SH_PATH"); in do_system()
Dstdlib.tex26 * __env_lock:: Lock environment list for getenv and setenv
29 * getenv:: Look up environment variable
114 @include stdlib/getenv.def
DCMakeLists.txt57 getenv.c
Dgetopt.c231 ordering = (getenv ("POSIXLY_CORRECT") != 0) ? REQUIRE_ORDER : PERMUTE; in getopt_internal()
Dmeson.build107 'getenv.c',
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dtmpnam.c177 if (dir == NULL && (dir = getenv ("TMPDIR")) == NULL) in tempnam()
/picolibc-3.7.0-3.6.0/newlib/testsuite/lib/
Dnewlib.exp49 set old_ld_library_path [getenv LD_LIBRARY_PATH]
/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dtest.c110 char *memcheck = getenv("CHECK_NAME"); in newfunc()
112 _malloc_test_fail = atoi(getenv("CHECK_COUNT")); in newfunc()
/picolibc-3.7.0-3.6.0/newlib/libc/locale/
Dlocale.c977 env = getenv (categories[0]); in __get_locale_env()
981 env = getenv (categories[category]); in __get_locale_env()
985 env = getenv ("LANG"); in __get_locale_env()
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/lib/
Diconvnls.c70 if ((path = getenv (NLS_ENVVAR_NAME)) == NULL || *path == '\0') in _iconv_nls_construct_filename()
/picolibc-3.7.0-3.6.0/newlib/libc/time/
Dtzset.c127 if ((tzenv = getenv ("TZ")) == NULL) in _tzset_unlocked()
Dstrftime.c1876 if(strcmp(getenv("TZ"),strchr(TZ,'=')+1)) { in main()
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dstdlib.h126 char * getenv (const char *__string);
/picolibc-3.7.0-3.6.0/
Dmeson.build508 specs_prefix_format = '%:getenv(GCC_EXEC_PREFIX ../../@0@)'
612 # Because 'getenv' appends a space afterwards in GCC spec files, the
614 # e.g. %:getenv(FOO a/b/c) instead of %:getenv(FOO)/a/b/c. That means
DCOPYING.picolibc3671 Files: newlib/libc/machine/cr16/getenv.c
3674 newlib/libc/machine/crx/getenv.c
4484 Files: newlib/libc/stdlib/getenv.c
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-20154533 * libc/machine/cr16/getenv.c: New
4998 * libc/stdlib/getenv.c: Delete "char *_findenv_r ();", as is not a
8087 Fix setenv/getenv/unsetenv to be OpenGroup compliant:
12082 * libc/sys/rdos/getenv.c, libc/sys/rdos/getpid.c: Ditto.
13308 * libc/machine/crx/getenv.c: Ditto.
19852 * libc/stdlib/getenv.c: Removed DJ reference since any possible
20323 * libc/stdlib/getenv.c (environ): Delete unused reference to
21039 * libc/stdlib/getenv.c: Ditto.
21261 * libc/stdlib/getenv.c: Modify to call reentrant routine.
23115 * libc/stdlib/getenv.c (_findenv): Avoid dereferencing null `environ'.
[all …]