Home
last modified time | relevance | path

Searched defs:env (Results 1 – 21 of 21) sorted by relevance

/systemd-251/src/shared/
Dcondition.c103 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 …]
Dexec-util.c256 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
Dtests.c95 const char *env; in get_catalog_dir() local
/systemd-251/src/test/
Dtest-env-util.c145 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
Dtest-serialize.c137 _cleanup_strv_free_ char **env; in TEST() local
151 _cleanup_strv_free_ char **env = NULL, **env2 = NULL; in TEST() local
Dtest-exec-util.c291 _cleanup_strv_free_ char **env = NULL; in TEST() local
Dtest-process-util.c43 _cleanup_free_ char *env = NULL; in test_get_process_comm_one() local
/systemd-251/src/basic/
Denv-util.h31 static inline char *replace_env(const char *format, char **env, unsigned flags) { in replace_env()
Denv-file.c446 char ***env = userdata; in merge_env_file_push() local
477 char ***env, in merge_env_file()
Denv-util.c536 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/
Denvironment-d-generator.c43 _cleanup_strv_free_ char **dirs = NULL, **files = NULL, **env = NULL; in load_and_print() local
/systemd-251/test/fuzz/fuzz-nspawn-oci/
Dbasic.json26 "env": [ array
/systemd-251/src/machine/
Dmachine-dbus.c608 _cleanup_strv_free_ char **env = NULL, **args_wire = NULL, **args = NULL; in bus_machine_method_open_shell() local
/systemd-251/src/run/
Drun.c1405 _cleanup_strv_free_ char **env = NULL, **user_env = NULL; in start_transient_scope() local
/systemd-251/src/timedate/
Dtimedated.c165 const char *env, *p; in context_parse_ntp_services_from_environment() local
/systemd-251/
Dmeson.build615 env = find_program('env') variable
/systemd-251/src/nspawn/
Dnspawn-settings.h158 char **env; member
/systemd-251/src/core/
Dunit.c1730 _cleanup_strv_free_ char **env = NULL; in unit_test_condition() local
1754 _cleanup_strv_free_ char **env = NULL; in unit_test_assert() local
Dload-fragment.c2732 char ***env = data; in config_parse_unit_env_file() local
2780 char ***env = data; in config_parse_environ() local
Dexecute.c1174 char ***env, /* updated on success */ in setup_pam()
/systemd-251/test/test-network/
Dsystemd-networkd-tests.py54 env = {} variable