Home
last modified time | relevance | path

Searched refs:gather_environment (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/shared/
Dexec-util.h45 extern const gather_stdout_callback_t gather_environment[_STDOUT_CONSUME_MAX];
Dexec-util.c414 const gather_stdout_callback_t gather_environment[] = { variable
/systemd-251/src/test/
Dtest-exec-util.c345 …r = execute_directories(dirs, DEFAULT_TIMEOUT_USEC, gather_environment, args, NULL, NULL, EXEC_DIR… in TEST()
362 …r = execute_directories(dirs, DEFAULT_TIMEOUT_USEC, gather_environment, args, NULL, env, EXEC_DIR_… in TEST()
/systemd-251/src/core/
Dmanager.c3688 … r = execute_directories((const char* const*) paths, DEFAULT_TIMEOUT_USEC, gather_environment, in manager_run_environment_generators()