Home
last modified time | relevance | path

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

12

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dgetenv.c71 getenv(const char *name) in getenv() function
80 DEF_STRONG(getenv);
/bionic/libc/bionic/
Dtmpfile.cpp88 const char* tmpdir = getenv("TMPDIR"); in __get_TMPDIR()
106 const char* tmpdir = getenv("TMPDIR"); in tempnam()
Dsysprop_helpers.cpp62 const char* env = getenv(env_var_name); in get_config_from_env_or_sysprops()
Dexec.cpp135 const char* path = getenv("PATH"); in execvpe()
Dmalloc_common_dynamic.cpp214 char* env = getenv(kHooksEnvEnable); in CheckLoadMallocHooks()
225 char* env = getenv(kDebugEnvOptions); in CheckLoadMallocDebug()
Dlibc_init_static.cpp301 char* env = getenv("BIONIC_MEMTAG_UPGRADE_SECS"); in __get_memtag_upgrade_secs()
/bionic/tests/libs/
Ddlopen_testlib_ifunc.cpp63 char* choice = getenv("IFUNC_CHOICE"); in foo_ifunc()
Ddlopen_testlib_ifunc_variable_impl.cpp53 char* choice = getenv("IFUNC_CHOICE"); in foo_ifunc()
/bionic/libc/tzcode/
Dbionic.cpp80 const char* name = getenv("TZ"); in tzset_unlocked()
95 const char* path_prefix = getenv(path_prefix_variable); in make_path()
Dstrftime.c160 && warn != IN_NONE && getenv(YEAR_2000_NAME)) { in strftime()
/bionic/tests/
Dunistd_test.cpp284 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/
DVFS.cpp78 const char* top = getenv("ANDROID_BUILD_TOP"); in createCommonVFS()
Dversioner.cpp605 const char* top = getenv("ANDROID_BUILD_TOP"); in main()
/bionic/libc/tools/
Dcheck-symbols-glibc.py43 (os.getenv('ANDROID_BUILD_TOP'), arch))
Dposix-2013.txt331 getenv
/bionic/linker/
Dlinker_main.cpp329 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/
Dstdlib_h.c88 FUNCTION(getenv, char* (*f)(const char*)); in stdlib_h()
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_089.S152 CALL(getenv)
Dliblinker_reloc_bench_139.S429 CALL(getenv)
Dliblinker_reloc_bench_066.S444 CALL(getenv)
Dliblinker_reloc_bench_006.S692 CALL(getenv)
/bionic/libc/include/
Dstdlib.h53 char* _Nullable getenv(const char* _Nonnull __name);
/bionic/libc/dns/resolv/
Dres_init.c249 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/
Dgetopt_long.c379 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c457 (h = getenv("HOME")) == NULL) { in globtilde()

12