/systemd-251/src/shared/ |
D | condition.c | 103 static int condition_test_kernel_command_line(Condition *c, char **env) { in condition_test_kernel_command_line() 212 static int condition_test_kernel_version(Condition *c, char **env) { in condition_test_kernel_version() 270 static int condition_test_osrelease(Condition *c, char **env) { in condition_test_osrelease() 325 static int condition_test_memory(Condition *c, char **env) { in condition_test_memory() 349 static int condition_test_cpus(Condition *c, char **env) { in condition_test_cpus() 375 static int condition_test_user(Condition *c, char **env) { in condition_test_user() 410 static int condition_test_control_group_controller(Condition *c, char **env) { in condition_test_control_group_controller() 443 static int condition_test_group(Condition *c, char **env) { in condition_test_group() 462 static int condition_test_virtualization(Condition *c, char **env) { in condition_test_virtualization() 493 static int condition_test_architecture(Condition *c, char **env) { in condition_test_architecture() [all …]
|
D | exec-util.c | 256 char ***env = arg; in gather_environment_generate() local 298 char ***env = arg; in gather_environment_collect() local 324 char ***env = arg; in gather_environment_consume() local
|
D | tests.c | 95 const char *env; in get_catalog_dir() local
|
/systemd-251/src/test/ |
D | test-env-util.c | 145 char **env = (char**) _env; in TEST() local 170 const char *env[] = { in test_replace_env1() local 197 const char *env[] = { in test_replace_env2() local 235 const char *env[] = { in TEST() local
|
D | test-serialize.c | 137 _cleanup_strv_free_ char **env; in TEST() local 151 _cleanup_strv_free_ char **env = NULL, **env2 = NULL; in TEST() local
|
D | test-exec-util.c | 291 _cleanup_strv_free_ char **env = NULL; in TEST() local
|
D | test-process-util.c | 43 _cleanup_free_ char *env = NULL; in test_get_process_comm_one() local
|
/systemd-251/src/basic/ |
D | env-util.h | 31 static inline char *replace_env(const char *format, char **env, unsigned flags) { in replace_env()
|
D | env-file.c | 446 char ***env = userdata; in merge_env_file_push() local 477 char ***env, in merge_env_file()
|
D | env-util.c | 536 char *replace_env_n(const char *format, size_t n, char **env, unsigned flags) { in replace_env_n() 694 char **replace_env_argv(char **argv, char **env) { in replace_env_argv()
|
/systemd-251/src/environment-d-generator/ |
D | environment-d-generator.c | 43 _cleanup_strv_free_ char **dirs = NULL, **files = NULL, **env = NULL; in load_and_print() local
|
/systemd-251/test/fuzz/fuzz-nspawn-oci/ |
D | basic.json | 26 "env": [ array
|
/systemd-251/src/machine/ |
D | machine-dbus.c | 608 _cleanup_strv_free_ char **env = NULL, **args_wire = NULL, **args = NULL; in bus_machine_method_open_shell() local
|
/systemd-251/src/run/ |
D | run.c | 1405 _cleanup_strv_free_ char **env = NULL, **user_env = NULL; in start_transient_scope() local
|
/systemd-251/src/timedate/ |
D | timedated.c | 165 const char *env, *p; in context_parse_ntp_services_from_environment() local
|
/systemd-251/ |
D | meson.build | 615 env = find_program('env') variable
|
/systemd-251/src/nspawn/ |
D | nspawn-settings.h | 158 char **env; member
|
/systemd-251/src/core/ |
D | unit.c | 1730 _cleanup_strv_free_ char **env = NULL; in unit_test_condition() local 1754 _cleanup_strv_free_ char **env = NULL; in unit_test_assert() local
|
D | load-fragment.c | 2732 char ***env = data; in config_parse_unit_env_file() local 2780 char ***env = data; in config_parse_environ() local
|
D | execute.c | 1174 char ***env, /* updated on success */ in setup_pam()
|
/systemd-251/test/test-network/ |
D | systemd-networkd-tests.py | 54 env = {} variable
|