Searched refs:gather_environment (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/shared/ |
D | exec-util.h | 45 extern const gather_stdout_callback_t gather_environment[_STDOUT_CONSUME_MAX];
|
D | exec-util.c | 414 const gather_stdout_callback_t gather_environment[] = { variable
|
/systemd-251/src/test/ |
D | test-exec-util.c | 345 …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/ |
D | manager.c | 3688 … r = execute_directories((const char* const*) paths, DEFAULT_TIMEOUT_USEC, gather_environment, in manager_run_environment_generators()
|