Home
last modified time | relevance | path

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

12345678910>>...29

/third_party/ltp/lib/
H A Dparse_opts.c266 if (getenv("USC_DEBUG") != NULL) { in parse_opts()
270 if (getenv("USC_VERBOSE") != NULL) { in parse_opts()
281 && (ptr = getenv(USC_ITERATION_ENV)) != NULL) { in parse_opts()
306 (ptr = getenv(USC_LOOP_WALLTIME)) != NULL) { in parse_opts()
322 if (!(options & OPT_duration) && (ptr = getenv("USC_DURATION")) != NULL) { in parse_opts()
342 if ((ptr = getenv("USC_TP_BARRIER")) != NULL) { in parse_opts()
353 if ((ptr = getenv("USC_LP_BARRIER")) != NULL) { in parse_opts()
364 if ((ptr = getenv("USC_TP_SHMEM")) != NULL) { in parse_opts()
374 if ((ptr = getenv("USC_LP_SHMEM")) != NULL) { in parse_opts()
384 if ((ptr = getenv("USC_LD_SHME in parse_opts()
[all...]
/third_party/protobuf/benchmarks/php/
H A Dautoload.php18 protobuf_autoloader_impl($class, GOOGLE_INTERNAL_NAMESPACE, getenv('PROTOBUF_PHP_SRCDIR'));
19 protobuf_autoloader_impl($class, GOOGLE_NAMESPACE, getenv('PROTOBUF_PHP_SRCDIR'));
20 protobuf_autoloader_impl($class, GOOGLE_GPBMETADATA_NAMESPACE, getenv('PROTOBUF_PHP_SRCDIR'));
21 protobuf_autoloader_impl($class, BENCHMARK_NAMESPACE, getenv('CURRENT_DIR'));
22 protobuf_autoloader_impl($class, BENCHMARK_GPBMETADATA_NAMESPACE, getenv('CURRENT_DIR'));
/third_party/musl/libc-test/src/functional/
H A Denv.c27 if (!(s=getenv("TEST"))) in main()
28 t_error("getenv(\"TEST\"): 0, wanted \"1\"\n"); in main()
30 t_error("getenv(\"TEST\"): \"%s\", wanted \"1\"\n", s); in main()
35 if ((s=getenv("TEST"))) in main()
36 t_error("getenv(\"TEST\"): %p, wanted 0\n", s); in main()
40 if (strcmp(s=getenv("TEST"),"2") != 0) in main()
41 t_error("getenv(\"TEST\"): \"%s\", wanted \"2\"\n", s); in main()
47 if (strcmp(s=getenv("TEST"),"2") != 0) in main()
48 t_error("getenv(\"TEST\"): \"%s\", wanted \"2\"\n", s); in main()
52 if (strcmp(s=getenv("TES in main()
[all...]
/third_party/cups-filters/filter/foomatic-rip/
H A Dspooler.c53 if (getenv("CUPS_FONTPATH")) in init_cups()
54 strncpy(path, getenv("CUPS_FONTPATH"), PATH_MAX - 1); in init_cups()
55 else if (getenv("CUPS_DATADIR")) { in init_cups()
56 strncpy(path, getenv("CUPS_DATADIR"), PATH_MAX - 1); in init_cups()
59 if (getenv("GS_LIB")) { in init_cups()
61 strncat(path, getenv("GS_LIB"), PATH_MAX - strlen(path) - 1); in init_cups()
97 pname = getenv("PRINTER"); in init_cups()
201 strlcpy(user_default_path, getenv("HOME"), 256); in init_direct()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dcheck-libstdc++.py5 os.chdir (os.getenv ('srcdir', os.path.dirname (__file__)))
7 libs = os.getenv ('libs', '.libs')
9 ldd = os.getenv ('LDD', shutil.which ('ldd'))
11 otool = os.getenv ('OTOOL', shutil.which ('otool'))
H A Dcheck-c-linkage-decls.py5 os.chdir (os.getenv ('srcdir', os.path.dirname (__file__)))
7 HBHEADERS = [os.path.basename (x) for x in os.getenv ('HBHEADERS', '').split ()] or \
9 HBSOURCES = [os.path.basename (x) for x in os.getenv ('HBSOURCES', '').split ()] or \
H A Dcheck-header-guards.py5 os.chdir (os.getenv ('srcdir', os.path.dirname (__file__)))
7 HBHEADERS = [os.path.basename (x) for x in os.getenv ('HBHEADERS', '').split ()] or \
9 HBSOURCES = [os.path.basename (x) for x in os.getenv ('HBSOURCES', '').split ()] or \
H A Dcheck-includes.py5 os.chdir (os.getenv ('srcdir', os.path.dirname (__file__)))
7 HBHEADERS = [os.path.basename (x) for x in os.getenv ('HBHEADERS', '').split ()] or \
9 HBSOURCES = [os.path.basename (x) for x in os.getenv ('HBSOURCES', '').split ()] or \
/third_party/ltp/testcases/kernel/controllers/cpuctl/
H A Dcpuctl_def_task04.c117 group_num_p = getenv("GROUP_NUM"); in main()
118 mygroup_p = getenv("MYGROUP"); in main()
119 script_pid_p = getenv("SCRIPT_PID"); in main()
120 num_cpus_p = getenv("NUM_CPUS"); in main()
121 test_num_p = getenv("TEST_NUM"); in main()
122 task_num_p = getenv("TASK_NUM"); in main()
H A Dcpuctl_def_task02.c118 group_num_p = getenv("GROUP_NUM"); in main()
119 mygroup_p = getenv("MYGROUP"); in main()
120 script_pid_p = getenv("SCRIPT_PID"); in main()
121 num_cpus_p = getenv("NUM_CPUS"); in main()
122 test_num_p = getenv("TEST_NUM"); in main()
123 task_num_p = getenv("TASK_NUM"); in main()
H A Dcpuctl_def_task03.c114 group_num_p = getenv("GROUP_NUM"); in main()
115 mygroup_p = getenv("MYGROUP"); in main()
116 script_pid_p = getenv("SCRIPT_PID"); in main()
117 num_cpus_p = getenv("NUM_CPUS"); in main()
118 test_num_p = getenv("TEST_NUM"); in main()
119 task_num_p = getenv("TASK_NUM"); in main()
H A Dcpuctl_test02.c121 group_num_p = getenv("GROUP_NUM"); in main()
122 mygroup_p = getenv("MYGROUP"); in main()
123 script_pid_p = getenv("SCRIPT_PID"); in main()
124 num_cpus_p = getenv("NUM_CPUS"); in main()
125 test_num_p = getenv("TEST_NUM"); in main()
126 task_num_p = getenv("TASK_NUM"); in main()
H A Dcpuctl_test04.c117 group_num_p = getenv("GROUP_NUM"); in main()
118 mygroup_p = getenv("MYGROUP"); in main()
119 script_pid_p = getenv("SCRIPT_PID"); in main()
120 num_cpus_p = getenv("NUM_CPUS"); in main()
121 test_num_p = getenv("TEST_NUM"); in main()
122 task_num_p = getenv("TASK_NUM"); in main()
H A Dcpuctl_test03.c116 group_num_p = getenv("GROUP_NUM"); in main()
117 mygroup_p = getenv("MYGROUP"); in main()
118 script_pid_p = getenv("SCRIPT_PID"); in main()
119 num_cpus_p = getenv("NUM_CPUS"); in main()
120 test_num_p = getenv("TEST_NUM"); in main()
121 task_num_p = getenv("TASK_NUM"); in main()
/third_party/toybox/toys/pending/
H A Dmdev.c65 if (!(temp = getenv("MODALIAS"))) xrun((char *[]){"modprobe", temp, 0}); in make_device()
66 if (!(temp = getenv("SUBSYSTEM"))) return; in make_device()
68 if (!(temp = getenv("MAJOR"))) return; in make_device()
70 if (!(temp = getenv("MINOR"))) return; in make_device()
72 if (!(path = getenv("DEVPATH"))) return; in make_device()
73 device_name = getenv("DEVNAME"); in make_device()
237 if ((temp=getenv("ACTION")) && !strcmp(temp, "remove")) { in make_device()
/third_party/ltp/testcases/kernel/controllers/memctl/
H A Dmemctl_test01.c75 test_num_p = getenv("TEST_NUM"); in main()
76 mygroup_p = getenv("MYGROUP"); in main()
77 script_pid_p = getenv("SCRIPT_PID"); in main()
78 chunk_size_p = getenv("CHUNK_SIZE"); in main()
79 num_chunks_p = getenv("NUM_CHUNKS"); in main()
/third_party/protobuf/benchmarks/util/
H A Dresult_uploader.py25 build_number = os.getenv('BUILD_NUMBER')
26 build_url = os.getenv('BUILD_URL')
27 job_name = os.getenv('JOB_NAME')
28 git_commit = os.getenv('GIT_COMMIT')
30 git_actual_commit = os.getenv('ghprbActualCommit')
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Drun-draw-fuzzer-tests.py24 srcdir = os.getenv ("srcdir", ".")
25 EXEEXT = os.getenv ("EXEEXT", "")
26 top_builddir = os.getenv ("top_builddir", ".")
40 if os.getenv ('RUN_VALGRIND', ''):
H A Drun-shape-fuzzer-tests.py24 srcdir = os.getenv ("srcdir", ".")
25 EXEEXT = os.getenv ("EXEEXT", "")
26 top_builddir = os.getenv ("top_builddir", ".")
40 if os.getenv ('RUN_VALGRIND', ''):
H A Drun-subset-fuzzer-tests.py24 srcdir = os.getenv ("srcdir", ".")
25 EXEEXT = os.getenv ("EXEEXT", "")
26 top_builddir = os.getenv ("top_builddir", ".")
40 if os.getenv ('RUN_VALGRIND', ''):
/third_party/pulseaudio/src/pulsecore/
H A Dlog.c303 if (getenv(ENV_LOG_SYSLOG)) { in init_defaults()
309 if (getenv(ENV_LOG_JOURNAL)) { in init_defaults()
315 if ((e = getenv(ENV_LOG_LEVEL))) { in init_defaults()
322 if (getenv(ENV_LOG_COLORS)) in init_defaults()
325 if (getenv(ENV_LOG_PRINT_TIME)) in init_defaults()
328 if (getenv(ENV_LOG_PRINT_FILE)) in init_defaults()
331 if (getenv(ENV_LOG_PRINT_META)) in init_defaults()
334 if (getenv(ENV_LOG_PRINT_LEVEL)) in init_defaults()
337 if ((e = getenv(ENV_LOG_BACKTRACE))) { in init_defaults()
344 if ((e = getenv(ENV_LOG_BACKTRACE_SKI in init_defaults()
[all...]
/third_party/skia/infra/bots/assets/skp/
H A Dcreate.py36 def getenv(key): function
193 chrome_src_path = getenv(CHROME_SRC_PATH_ENV_VAR)
194 browser_executable = getenv(BROWSER_EXECUTABLE_ENV_VAR)
195 upload_to_partner_bucket = getenv(UPLOAD_TO_PARTNER_BUCKET_ENV_VAR) == '1'
196 dm_path = getenv(DM_PATH_ENV_VAR)
/third_party/musl/libc-test/src/functionalext/supplement/env/
H A Dputenv.c32 char *test = getenv("test"); in putenv_0100()
41 test = getenv("test"); in putenv_0100()
61 char *test = getenv("test"); in putenv_0200()
/third_party/musl/porting/linux/user/src/locale/
H A Dlocale_map.c65 (val = getenv("LC_ALL")) && *val || in __get_locale()
66 (val = getenv(envvars[cat])) && *val || in __get_locale()
67 (val = getenv("LANG")) && *val || in __get_locale()
109 path = getenv("MUSL_LOCPATH"); in __get_locale()
/third_party/python/Doc/
H A Dconf.py70 venvdir = os.getenv('VENVDIR')
119 repository_url = os.getenv("READTHEDOCS_GIT_CLONE_URL")
121 "is_deployment_preview": os.getenv("READTHEDOCS_VERSION_TYPE") == "external",
123 "pr_id": os.getenv("READTHEDOCS_VERSION")

Completed in 13 milliseconds

12345678910>>...29