Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/locale/
A Dlocale_map.c31 ((val = getenv("LC_ALL")) && *val) || ((val = getenv(envvars[cat])) && *val) || in __get_locale()
32 ((val = getenv("LANG")) && *val) || (val = "C.UTF-8"); in __get_locale()
60 const char* path = getenv("MUSL_LOCPATH"); in __get_locale()
/third_party/ulib/musl/src/unistd/
A Dgetlogin.c5 return getenv("LOGNAME"); in getlogin()
/third_party/ulib/musl/src/misc/
A Dget_current_dir_name.c10 char* res = getenv("PWD"); in get_current_dir_name()
/third_party/ulib/musl/src/env/
A Dgetenv.c5 char* getenv(const char* name) { in getenv() function
A Dsetenv.c15 if (!overwrite && getenv(var)) in setenv()
/third_party/ulib/ngunwind/src/arm/
A DGglobal.c48 const char* str = getenv ("UNW_ARM_UNWIND_METHOD"); in tdep_init()
/third_party/ulib/ngunwind/src/mi/
A Dinit.c56 const char *str = getenv ("UNW_DEBUG_LEVEL"); in mi_init()
/third_party/ulib/musl/src/time/
A Dgetdate.c11 char* datemsk = getenv("DATEMSK"); in getdate()
A D__tz.c136 s = getenv("TZ"); in do_tzset()
/third_party/uapp/dash/src/bltin/
A Dbltin.h77 #define getenv(p) bltinlookup((p),0) macro
/third_party/ulib/musl/src/process/
A Dexecvp.c9 const char *p, *z, *path = getenv("PATH"); in __execvpe()
/third_party/ulib/musl/include/
A Dstdlib.h45 char* getenv(const char*);
/third_party/ulib/uboringssl/crypto/
A Dcpu-intel.c267 env1 = getenv("OPENSSL_ia32cap"); in OPENSSL_cpuid_setup()
/third_party/uapp/dash/src/
A Dshow.c369 if ((p = getenv(homestr)) == NULL) {
A Doutput.c354 char *term = getenv("TERM"); in settitle()
/third_party/ulib/linenoise/
A Dlinenoise.c225 char *term = getenv("TERM"); in isUnsupportedTerm()
/third_party/ulib/jemalloc/src/
A Djemalloc.c729 return (getenv(name)); in secure_getenv()
/third_party/ulib/musl/
A Dmusl-rules.mk228 $(LOCAL_DIR)/src/env/getenv.c \
A DWHATSNEW826 - calling getenv from shared library ctors was broken

Completed in 27 milliseconds