Searched refs:getenv (Results 1 – 25 of 48) sorted by relevance
12
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | getenv.c | 71 getenv(const char *name) in getenv() function 80 DEF_STRONG(getenv);
|
/bionic/libc/bionic/ |
D | tmpfile.cpp | 88 const char* tmpdir = getenv("TMPDIR"); in __get_TMPDIR() 106 const char* tmpdir = getenv("TMPDIR"); in tempnam()
|
D | sysprop_helpers.cpp | 62 const char* env = getenv(env_var_name); in get_config_from_env_or_sysprops()
|
D | exec.cpp | 135 const char* path = getenv("PATH"); in execvpe()
|
D | malloc_common_dynamic.cpp | 214 char* env = getenv(kHooksEnvEnable); in CheckLoadMallocHooks() 225 char* env = getenv(kDebugEnvOptions); in CheckLoadMallocDebug()
|
D | libc_init_static.cpp | 301 char* env = getenv("BIONIC_MEMTAG_UPGRADE_SECS"); in __get_memtag_upgrade_secs()
|
/bionic/tests/libs/ |
D | dlopen_testlib_ifunc.cpp | 63 char* choice = getenv("IFUNC_CHOICE"); in foo_ifunc()
|
D | dlopen_testlib_ifunc_variable_impl.cpp | 53 char* choice = getenv("IFUNC_CHOICE"); in foo_ifunc()
|
/bionic/libc/tzcode/ |
D | bionic.cpp | 80 const char* name = getenv("TZ"); in tzset_unlocked() 95 const char* path_prefix = getenv(path_prefix_variable); in make_path()
|
D | strftime.c | 160 && warn != IN_NONE && getenv(YEAR_2000_NAME)) { in strftime()
|
/bionic/tests/ |
D | unistd_test.cpp | 284 ASSERT_STREQ("hello", getenv("test-variable")); in TEST() 286 ASSERT_TRUE(getenv("test-variable") == nullptr); in TEST() 323 EXPECT_STREQ(a, getenv("test-variable")); in TEST() 327 EXPECT_STREQ(a, getenv("test-variable")); in TEST() 331 EXPECT_STREQ(c, getenv("test-variable")); in TEST() 346 ASSERT_STREQ("b", getenv("a")); in TEST() 348 ASSERT_STREQ("c", getenv("a")); in TEST() 353 ASSERT_STREQ("b", getenv("a")); in TEST() 376 EXPECT_EQ(nullptr, getenv("test-variable")); in TEST() 378 EXPECT_STREQ("post-clear", getenv("test-variable")); in TEST() [all …]
|
/bionic/tools/versioner/src/ |
D | VFS.cpp | 78 const char* top = getenv("ANDROID_BUILD_TOP"); in createCommonVFS()
|
D | versioner.cpp | 605 const char* top = getenv("ANDROID_BUILD_TOP"); in main()
|
/bionic/libc/tools/ |
D | check-symbols-glibc.py | 43 (os.getenv('ANDROID_BUILD_TOP'), arch))
|
D | posix-2013.txt | 331 getenv
|
/bionic/linker/ |
D | linker_main.cpp | 329 const char* LD_DEBUG = getenv("LD_DEBUG"); in linker_main() 334 if (getenv("LD_SHOW_AUXV") != nullptr) ld_show_auxv(args.auxv); in linker_main() 347 ldpath_env = getenv("LD_LIBRARY_PATH"); in linker_main() 351 ldpreload_env = getenv("LD_PRELOAD"); in linker_main()
|
/bionic/tests/headers/posix/ |
D | stdlib_h.c | 88 FUNCTION(getenv, char* (*f)(const char*)); in stdlib_h()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_089.S | 152 CALL(getenv)
|
D | liblinker_reloc_bench_139.S | 429 CALL(getenv)
|
D | liblinker_reloc_bench_066.S | 444 CALL(getenv)
|
D | liblinker_reloc_bench_006.S | 692 CALL(getenv)
|
/bionic/libc/include/ |
D | stdlib.h | 53 char* _Nullable getenv(const char* _Nonnull __name);
|
/bionic/libc/dns/resolv/ |
D | res_init.c | 249 if ((cp = getenv("LOCALDOMAIN")) != NULL) { in __res_vinit() 483 if ((cp = getenv("RES_OPTIONS")) != NULL) in __res_vinit()
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | getopt_long.c | 379 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
|
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
D | glob.c | 457 (h = getenv("HOME")) == NULL) { in globtilde()
|
12