Home
last modified time | relevance | path

Searched refs:getenv (Results 51 - 75 of 718) sorted by relevance

12345678910>>...29

/third_party/openssl/crypto/
H A Dinfo.c52 if ((env = getenv("OPENSSL_ia32cap")) != NULL) in DEFINE_RUN_ONCE_STATIC()
61 if ((env = getenv("OPENSSL_armcap")) != NULL) in DEFINE_RUN_ONCE_STATIC()
97 if ((env = getenv("OPENSSL_s390xcap")) != NULL) in DEFINE_RUN_ONCE_STATIC()
/third_party/curl/lib/
H A Dsetup-vms.h29 /* getenv(), getpwuid() and provide is_vms_shell() */
39 #define getenv decc_getenv macro
46 char *decc$getenv(const char *__name);
52 #undef getenv macro
54 #define getenv vms_getenv macro
122 /* first use the DECC getenv() function */ in vms_getenv()
123 result = decc$getenv(envvar); in vms_getenv()
132 /* may do a malloc(2048) for each call to getenv(), so you will need */ in vms_getenv()
/third_party/musl/Benchmark/musl/
H A Dlibc_stdlib.cpp220 benchmark::DoNotOptimize(getenv("TZ"));
227 benchmark::DoNotOptimize(getenv("LD_LIBRARY_PATH"));
234 benchmark::DoNotOptimize(getenv("LD_PRELOAD"));
241 benchmark::DoNotOptimize(getenv("LC_ALL"));
248 benchmark::DoNotOptimize(getenv("LOGNAME"));
/third_party/pulseaudio/src/pulse/
H A Dutil.c120 if (!p) p = getenv("USER"); in pa_get_user_name()
121 if (!p) p = getenv("LOGNAME"); in pa_get_user_name()
122 if (!p) p = getenv("USERNAME"); in pa_get_user_name()
178 if ((e = getenv("HOME"))) { in pa_get_home_dir()
183 if ((e = getenv("USERPROFILE"))) { in pa_get_home_dir()
H A Dclient-conf-x11.c51 if (!getenv("SSH_CONNECTION")) in pa_client_conf_from_x11()
54 if (!(dname = getenv("DISPLAY"))) in pa_client_conf_from_x11()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_util_mock.cpp69 std::string baseDir = getenv("TEMP"); in GetDatabaseDir()
71 std::string baseDir = getenv("LOGNAME"); in GetDatabaseDir()
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dexecvpe.c30 char *path = getenv("touch"); in execvpe_0100()
53 char *path = getenv("touch"); in execvpe_0200()
/third_party/cups-filters/backend/
H A Dbeh.c96 uri = getenv("DEVICE_URI"); in main()
143 tmpdir = getenv("TMPDIR"); in main()
231 if ((cups_serverbin = getenv("CUPS_SERVERBIN")) == NULL) in call_backend()
/third_party/libfuse/lib/
H A Dmount_bsd.c159 fdnam = getenv("FUSE_DEV_FD"); in fuse_mount_core()
177 dev = getenv("FUSE_DEV_NAME"); in fuse_mount_core()
188 if (getenv("FUSE_NO_MOUNT") || ! mountpoint) in fuse_mount_core()
/third_party/mbedtls/scripts/
H A Decp_comb_table.py42 CC = os.getenv('CC', 'cc')
43 MBEDTLS_LIBRARY_PATH = os.getenv('MBEDTLS_LIBRARY_PATH', "library")
/third_party/ltp/lib/
H A Dtst_resource.c43 const char *ltproot = getenv("LTPROOT"); in tst_dataroot_init()
113 const char *ltproot = getenv("LTPROOT"); in tst_resource_copy()
/third_party/musl/src/locale/
H A Dcatopen.c37 if (libc.secure || !(path = getenv("NLSPATH"))) { in catopen()
41 lang = oflag ? nl_langinfo(_NL_LOCALE_NAME(LC_MESSAGES)) : getenv("LANG"); in catopen()
/third_party/libfuse/test/
H A Drelease_unlink_race.c66 if(!getenv("RELEASEUNLINKRACE_DELAY_DISABLE")) usleep(100000); in xmp_rename()
91 if(!getenv("RELEASEUNLINKRACE_DELAY_DISABLE")) usleep(100000); in xmp_release()
/third_party/popt/src/
H A Dsystem.h57 #define getenv(_s) secure_getenv(_s) macro
59 #define getenv(_s) __secure_getenv(_s) macro
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dprinter_linux.cc30 const char* cterm = getenv("TERM"); in supports_colors()
35 std::string term = getenv("TERM"); in supports_colors()
/third_party/toybox/toys/pending/
H A Dsulogin.c115 if ((shell = getenv("SUSHELL")) || (shell = getenv("sushell")) in sulogin_main()
/third_party/skia/infra/bots/assets/chromebook_x86_64_gles/
H A Dcreate.py24 def getenv(key): function
71 lib_path = getenv(ENV_VAR)
/third_party/skia/infra/bots/assets/chromebook_arm_gles/
H A Dcreate.py24 def getenv(key): function
71 lib_path = getenv(ENV_VAR)
/third_party/mesa3d/.gitlab-ci/lava/
H A Dlava_job_submitter.py23 from os import getenv namespace
48 DEVICE_HANGING_TIMEOUT_SEC = int(getenv("LAVA_DEVICE_HANGING_TIMEOUT_SEC", 5*60))
52 WAIT_FOR_DEVICE_POLLING_TIME_SEC = int(getenv("LAVA_WAIT_FOR_DEVICE_POLLING_TIME_SEC", 10))
55 LOG_POLLING_TIME_SEC = int(getenv("LAVA_LOG_POLLING_TIME_SEC", 5))
58 NUMBER_OF_RETRIES_TIMEOUT_DETECTION = int(getenv("LAVA_NUMBER_OF_RETRIES_TIMEOUT_DETECTION", 2))
61 NUMBER_OF_ATTEMPTS_LAVA_BOOT = int(getenv("LAVA_NUMBER_OF_ATTEMPTS_LAVA_BOOT", 3))
/third_party/icu/icu4c/source/common/
H A Dputil.cpp260 const char *fake_start = getenv("U_FAKETIME_START"); in getUTCtime_fake()
870 fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset); in remapShortTimeZone()
1136 tzid = getenv("TZFILE"); in uprv_tzname()
1147 tzid = getenv("TZ"); in uprv_tzname()
1442 # if U_PLATFORM_HAS_WINUWP_API == 0 // Windows UWP does not support getenv in dataDirectoryInitFn()
1443 path=getenv("ICU_DATA"); in dataDirectoryInitFn()
1457 const char *prefix = getenv(ICU_DATA_DIR_PREFIX_ENV_VAR); in dataDirectoryInitFn()
1525 const char *prefix = getenv(ICU_TIMEZONE_FILES_DIR_PREFIX_ENV_VAR); in TimeZoneDataDirInitFn()
1540 dir = getenv("ICU_TIMEZONE_FILES_DIR"); in TimeZoneDataDirInitFn()
1615 posixID = getenv("LC_AL
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dputil.cpp260 const char *fake_start = getenv("U_FAKETIME_START"); in getUTCtime_fake()
870 fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset); in remapShortTimeZone()
1136 tzid = getenv("TZFILE"); in uprv_tzname()
1147 tzid = getenv("TZ"); in uprv_tzname()
1457 # if U_PLATFORM_HAS_WINUWP_API == 0 // Windows UWP does not support getenv in dataDirectoryInitFn()
1458 path=getenv("ICU_DATA"); in dataDirectoryInitFn()
1472 const char *prefix = getenv(ICU_DATA_DIR_PREFIX_ENV_VAR); in dataDirectoryInitFn()
1540 const char *prefix = getenv(ICU_TIMEZONE_FILES_DIR_PREFIX_ENV_VAR); in TimeZoneDataDirInitFn()
1555 dir = getenv("ICU_TIMEZONE_FILES_DIR"); in TimeZoneDataDirInitFn()
1630 posixID = getenv("LC_AL
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dputil.cpp260 const char *fake_start = getenv("U_FAKETIME_START"); in getUTCtime_fake()
861 fprintf(stderr, "TZ=%s std=%s dst=%s daylight=%d offset=%d\n", getenv("TZ"), stdID, dstID, daylightType, offset); in remapShortTimeZone()
1127 tzid = getenv("TZFILE"); in uprv_tzname()
1138 tzid = getenv("TZ"); in uprv_tzname()
1433 # if U_PLATFORM_HAS_WINUWP_API == 0 // Windows UWP does not support getenv in dataDirectoryInitFn()
1434 path=getenv("ICU_DATA"); in dataDirectoryInitFn()
1448 const char *prefix = getenv(ICU_DATA_DIR_PREFIX_ENV_VAR); in dataDirectoryInitFn()
1516 const char *prefix = getenv(ICU_TIMEZONE_FILES_DIR_PREFIX_ENV_VAR); in TimeZoneDataDirInitFn()
1531 dir = getenv("ICU_TIMEZONE_FILES_DIR"); in TimeZoneDataDirInitFn()
1606 posixID = getenv("LC_AL
[all...]
/third_party/toybox/kconfig/
H A Dconfdata.c47 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname()
85 env = getenv(SRCTREE); in conf_get_default_confname()
433 env = getenv("KCONFIG_OVERWRITECONFIG"); in conf_write()
447 env = getenv("KCONFIG_NOTIMESTAMP"); in conf_write()
583 name = getenv("KCONFIG_AUTOCONFIG"); in conf_split_config()
790 name = getenv("KCONFIG_AUTOHEADER"); in conf_write_autoconf()
795 name = getenv("KCONFIG_AUTOCONFIG"); in conf_write_autoconf()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_dependency.cpp224 if (getenv("LOOP_NUM")) { in HWTEST_F()
225 loops = atoi(getenv("LOOP_NUM")); in HWTEST_F()
227 if (getenv("FRAME_NUM")) { in HWTEST_F()
228 frame_num = atoi(getenv("FRAME_NUM")); in HWTEST_F()
/third_party/curl/tests/server/
H A Dfake_ntlm.c163 env = getenv("CURL_NTLM_LOGDIR"); in main()
168 env = getenv("CURL_NTLM_AUTH_TESTNUM"); in main()
191 env = getenv("CURL_NTLM_AUTH_SRCDIR"); in main()

Completed in 16 milliseconds

12345678910>>...29