Home
last modified time | relevance | path

Searched refs:env (Results 4201 - 4225 of 4971) sorted by relevance

1...<<161162163164165166167168169170>>...199

/kernel/linux/linux-6.6/drivers/bcma/
H A Dmain.c32 static int bcma_device_uevent(const struct device *dev, struct kobj_uevent_env *env);
631 static int bcma_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in bcma_device_uevent() argument
635 return add_uevent_var(env, in bcma_device_uevent()
/kernel/linux/linux-6.6/block/partitions/
H A Dcore.c249 static int part_uevent(const struct device *dev, struct kobj_uevent_env *env) in part_uevent() argument
253 add_uevent_var(env, "PARTN=%u", part->bd_partno); in part_uevent()
255 add_uevent_var(env, "PARTNAME=%s", part->bd_meta_info->volname); in part_uevent()
/third_party/icu/icu4c/source/common/
H A Dicuplug.cpp728 const char *env = getenv("ICU_PLUGINS"); in uplug_init()
731 if(env != NULL) { in uplug_init()
732 plugin_dir.append(env, -1, *status); in uplug_init()
/third_party/node/src/
H A Dnode_platform.cc4 #include "env-inl.h"
420 Environment* env = Environment::GetCurrent(isolate_); in RunForegroundTask() local
421 if (env != nullptr) { in RunForegroundTask()
423 InternalCallbackScope cb_scope(env, Object::New(isolate_), { 0, 0 }, in RunForegroundTask()
427 // The task is moved out of InternalCallbackScope if env is not available. in RunForegroundTask()
/third_party/node/deps/icu-small/source/common/
H A Dicuplug.cpp728 const char *env = getenv("ICU_PLUGINS"); in uplug_init()
731 if(env != nullptr) { in uplug_init()
732 plugin_dir.append(env, -1, *status); in uplug_init()
/third_party/python/Lib/
H A Dplatform.py1 #!/usr/bin/env python3
622 env = dict(os.environ, LC_ALL='C')
627 env=env)
/third_party/skia/third_party/externals/icu/source/common/
H A Dicuplug.cpp728 const char *env = getenv("ICU_PLUGINS"); in uplug_init()
731 if(env != NULL) { in uplug_init()
732 plugin_dir.append(env, -1, *status); in uplug_init()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A DMakefile8 obj-y += head.o cpu-probe.o cacheinfo.o env.o setup.o entry.o genex.o \
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Delf.h194 unsigned long env; member
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H A Dwild_bctr.c113 unsigned long env; member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/
H A Dbench_trigger.c15 if (env.consumer_cnt != 1) { in trigger_validate()
/kernel/linux/linux-5.10/tools/perf/ui/
H A Dbrowser.h74 int tui__header_window(struct perf_env *env);
/kernel/linux/linux-5.10/tools/perf/util/
H A Dheader.h12 #include "env.h"
90 struct perf_env env; member
/kernel/linux/linux-6.6/tools/perf/ui/
H A Dbrowser.h74 int tui__header_window(struct perf_env *env);
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dmodule_fentry_shadow.c64 if (!env.has_testmod) { in test_module_fentry_shadow()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_strncmp.c53 if (env.consumer_cnt != 0) { in strncmp_validate()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H A Dwild_bctr.c113 unsigned long env; member
/third_party/ffmpeg/fftools/
H A Dopt_common.h185 int init_report(const char *env, FILE **file);
/third_party/lame/misc/
H A Dmugeco.sh22 - env vars:
/third_party/jerryscript/tools/
H A Drun_jerry_tdd_executable.py1 #!/usr/bin/env python3
38 parser.add_argument('--env-path', help='LD_LIBRARY_PATH env')
56 env={'LD_LIBRARY_PATH': str(input_args.env_path)})
/third_party/json/docs/docset/
H A DMakefile1 SHELL=/usr/bin/env bash
/third_party/node/lib/internal/util/
H A Dinspector.js26 RegExpPrototypeExec(kInspectArgRegex, process.env.NODE_OPTIONS) !== null);
/third_party/node/test/parallel/
H A Dtest-repl-preview.js13 process.env.TERM = '';
/third_party/node/test/sequential/
H A Dtest-dgram-bind-shared-ports.js75 const isSecondWorker = process.env.WORKER2_NAME === WORKER2_NAME;
/third_party/node/test/common/
H A Dchild_process.js18 .execFileSync(`${process.env.SystemRoot}\\System32\\wbem\\WMIC.exe`, [

Completed in 15 milliseconds

1...<<161162163164165166167168169170>>...199