Home
last modified time | relevance | path

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

/stdlib/
A Dtst-environ.c38 if (getenv (VAR) != NULL) in do_test()
52 valp = getenv (VAR); in do_test()
67 valp = getenv (VAR); in do_test()
82 valp = getenv (VAR); in do_test()
94 valp = getenv (VAR); in do_test()
105 if (getenv (VAR) != NULL) in do_test()
112 valp = getenv ("XYZZY"); in do_test()
127 valp = getenv (VAR); in do_test()
139 valp = getenv (VAR); in do_test()
154 if (getenv (VAR) != NULL) in do_test()
[all …]
A Dtst-secure-getenv.c43 if (getenv ("PATH") == NULL) in do_test()
53 if (strcmp (getenv ("PATH"), secure_getenv ("PATH")) != 0) in do_test()
56 getenv ("PATH"), secure_getenv ("PATH")); in do_test()
80 if (getenv ("PATH") == NULL) in alternative_main()
A Dtst-putenv.c7 char *p = getenv ("SOMETHING_NOBODY_USES"); in do_test()
A Dgetenv.c33 getenv (const char *name) in getenv() function
92 libc_hidden_def (getenv)
A Dsecure-getenv.c29 return __libc_enable_secure ? NULL : getenv (name); in __libc_secure_getenv()
A Dfmtmsg.c206 const char *msgverb_var = getenv ("MSGVERB"); in init()
207 const char *sevlevel_var = getenv ("SEV_LEVEL"); in init()
A DMakefile38 getenv putenv setenv secure-getenv \
77 tst-secure-getenv tst-strtod-overflow tst-strtod-round \
95 tests-static := tst-secure-getenv
A DVersions33 getenv; getsubopt;
A Dstdlib.h641 extern char *getenv (const char *__name) __THROW __nonnull ((1)) __wur;

Completed in 18 milliseconds