/third_party/pulseaudio/src/tests/ |
H A D | lo-test-util.c | 226 pa_stream_connect_playback(ctx->play_stream, getenv("TEST_SINK"), &buffer_attr, in context_state_callback() 242 pa_stream_connect_record(ctx->rec_stream, getenv("TEST_SOURCE"), &buffer_attr, in context_state_callback()
|
/third_party/toybox/toys/pending/ |
H A D | crontab.c | 303 if (!(prog = getenv("VISUAL"))) { in do_edit() 304 if (!(prog = getenv("EDITOR"))) in do_edit()
|
/third_party/python/Programs/ |
H A D | _testembed.c | 1497 char *env = getenv("TESTPATH"); in test_init_setpath() 1530 char *env = getenv("TESTPATH"); in test_init_setpath_config() 1559 char *env = getenv("TESTHOME"); in test_init_setpythonhome() 1584 char *env = getenv("TESTHOME"); in test_init_is_python_build() 1605 env = getenv("NEGATIVE_ISPYTHONBUILD"); in test_init_is_python_build() 1883 const char *envvar = getenv("TESTFROZEN"); in test_init_use_frozen_modules()
|
/third_party/ffmpeg/libavdevice/ |
H A D | oss.c | 45 char *flip = getenv("AUDIO_FLIP_LEFT"); in ff_oss_audio_open()
|
H A D | fbdev_common.c | 66 const char *dev = getenv("FRAMEBUFFER"); in ff_fbdev_default_device()
|
/third_party/alsa-utils/alsactl/ |
H A D | init_sysfs.c | 39 env = getenv("SYSFS_PATH"); in sysfs_init()
|
/third_party/backends/sanei/ |
H A D | sanei_init_debug.c | 100 val = getenv (buf); in sanei_init_debug()
|
/third_party/benchmark/ |
H A D | setup.py | 84 archflags = os.getenv("ARCHFLAGS", "")
|
/third_party/benchmark/src/ |
H A D | colorprint.cc | 186 const char* const term = getenv("TERM"); in IsColorTerminal()
|
/third_party/gn/src/util/test/ |
H A D | gn_test.cc | 156 if (isatty(1) && getenv("__XCODE_BUILT_PRODUCTS_DIR_PATHS") == NULL) in main()
|
/third_party/libwebsockets/lib/plat/optee/ |
H A D | lws-plat-optee.c | 243 char *ntpsrv = getenv("LWS_NTP_SERVER"); in lws_plat_ntpclient_config()
|
/third_party/mesa3d/src/amd/drm-shim/ |
H A D | radeon_noop_drm_shim.c | 156 const char *gpu_id = getenv("RADEON_GPU_ID"); in radeon_get_device_id()
|
/third_party/ltp/lib/ |
H A D | tst_supported_fs_types.c | 146 only_fs = getenv("LTP_SINGLE_FS_TYPE"); in tst_get_supported_fs_types()
|
H A D | tst_pid.c | 59 sudo_uid = getenv("SUDO_UID"); in get_session_uid()
|
/third_party/node/deps/v8/tools/ |
H A D | android-run.py | 95 android_workspace = os.getenv("ANDROID_V8", v8_root)
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdlib.h | 52 char *getenv (const char *);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | stdlib.h | 51 char *getenv (const char *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdlib.h | 54 char *getenv (const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdlib.h | 52 char *getenv (const char *);
|
/third_party/mesa3d/src/intel/dev/ |
H A D | intel_debug.c | 128 intel_debug = parse_debug_string(getenv("INTEL_DEBUG"), debug_control); in brw_process_intel_debug_variable_once()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | test_vec4_dead_code_eliminate.cpp | 118 const bool print = getenv("TEST_DEBUG"); in dead_code_eliminate()
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_tc4.c | 195 if ((raw_dev = getenv("RAWDEV")) == NULL) { in read_raw_device()
|
/third_party/libexif/test/nls/ |
H A D | test-codeset.c | 137 const char *localeenv = getenv("LOCALEDIR"); in checks()
|
/third_party/libexif/test/ |
H A D | test-parse.c | 176 const char *envar = getenv("TEST_IMAGES"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
H A D | 2-1.c | 141 if (strncmp("2-1.c", getenv("OPTS_FORK_TC"), 6) != 0) { in main()
|