Searched refs:getenv (Results 1 - 25 of 39) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/musl/src/unistd/
H A Dgetlogin.c5 return getenv("LOGNAME");
/fuchsia/zircon/system/utest/runtests-utils/
H A Dposix-test-main.cpp30 getenv("TMPDIR") ? getenv("TMPDIR") : "/tmp");
/fuchsia/zircon/third_party/ulib/musl/src/env/
H A Dgetenv.c5 char* getenv(const char* name) { function
H A Dsetenv.c15 if (!overwrite && getenv(var))
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dget_current_dir_name.c10 char* res = getenv("PWD");
/fuchsia/zircon/third_party/ulib/ngunwind/src/arm/
H A DGglobal.c48 const char* str = getenv ("UNW_ARM_UNWIND_METHOD");
/fuchsia/zircon/third_party/ulib/ngunwind/src/mi/
H A Dinit.c56 const char *str = getenv ("UNW_DEBUG_LEVEL");
/fuchsia/zircon/third_party/ulib/musl/src/locale/
H A Dlocale_map.c31 ((val = getenv("LC_ALL")) && *val) || ((val = getenv(envvars[cat])) && *val) ||
32 ((val = getenv("LANG")) && *val) || (val = "C.UTF-8");
60 const char* path = getenv("MUSL_LOCPATH");
/fuchsia/zircon/third_party/ulib/musl/src/time/
H A Dgetdate.c11 char* datemsk = getenv("DATEMSK");
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dbltin.h77 #define getenv(p) bltinlookup((p),0) macro
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstdlib.h43 char *getenv(const char *name);
/fuchsia/zircon/third_party/ulib/musl/src/process/
H A Dexecvp.c9 const char *p, *z, *path = getenv("PATH");
/fuchsia/zircon/system/core/devmgr/
H A Dblock-watcher.cpp76 const char* blob_init = getenv("zircon.system.blob-init");
98 const char* blob_init_arg = getenv("zircon.system.blob-init-arg");
120 // getenv("zircon.system.pkgfs.file.PATH") returning a blob content ID.
130 const char *blob = getenv(key);
223 const char* cmd = getenv("zircon.system.pkgfs.cmd");
313 if (getenv("zircon.system.blob-init") != nullptr) {
317 const char* volume = getenv("zircon.system.volume");
332 // TODO(ZX-1008): replace getenv with cmdline_bool("zircon.system.writable", false);
333 options->readonly = getenv("zircon.system.writable") == nullptr;
H A Ddevmgr.cpp47 const char* value = getenv(key);
86 const char* cmd = getenv(env);
213 analyzer_command = getenv("crashsvc.analyzer");
265 if (getenv(LDSO_TRACE_CMDLINE)) {
313 if ((interface = getenv("netsvc.interface")) != nullptr) {
318 const char* nodename = getenv("zircon.nodename");
364 const char* epoch = getenv("devmgr.epoch");
386 const char* term = getenv("TERM");
393 const char* device = getenv("console.path");
H A Ddevmgr-fdio.cpp75 if (getenv(LDSO_TRACE_CMDLINE)) {
/fuchsia/zircon/system/ulib/unittest/
H A Dall-tests.cpp182 const char* test_type_str = getenv(TEST_ENV_NAME);
193 const char* watchdog_timeout_str = getenv(WATCHDOG_ENV_NAME);
/fuchsia/zircon/system/host/loglistener/
H A Dloglistener.c50 char* envname = getenv("ZIRCON_NODENAME");
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstdlib.h45 char* getenv(const char*);
/fuchsia/zircon/system/ulib/runtests-utils/
H A Dposix-run-test.cpp69 const char* val = getenv(var);
/fuchsia/zircon/system/utest/spawn/
H A Dchild.c80 const char* actual = getenv(name);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/
H A Dcpu-intel.c267 env1 = getenv("OPENSSL_ia32cap");
/fuchsia/zircon/system/core/virtcon/
H A Dkeyboard.cpp191 char* flag = getenv("virtcon.keyrepeat");
H A Dvc-device.cpp449 char* fname = getenv("virtcon.font");
561 char* keys = getenv("virtcon.keymap");
/fuchsia/zircon/system/ulib/async-testutils/
H A Dtest_loop.cpp30 const char* preset = getenv("TEST_LOOP_RANDOM_SEED");
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dshow.c369 if ((p = getenv(homestr)) == NULL) {

Completed in 156 milliseconds

12