Home
last modified time | relevance | path

Searched refs:strv_env_replace_strdup (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/test/
Dtest-env-util.c90 TEST(strv_env_replace_strdup) { in TEST() argument
93 assert_se(strv_env_replace_strdup(&a, "a=a") == 1); in TEST()
94 assert_se(strv_env_replace_strdup(&a, "b=b") == 1); in TEST()
95 assert_se(strv_env_replace_strdup(&a, "a=A") == 0); in TEST()
96 assert_se(strv_env_replace_strdup(&a, "c") == -EINVAL); in TEST()
/systemd-251/src/basic/
Denv-util.h49 int strv_env_replace_strdup(char ***l, const char *assignment);
Denv-util.c408 int strv_env_replace_strdup(char ***l, const char *assignment) { in strv_env_replace_strdup() function
/systemd-251/src/activate/
Dactivate.c198 r = strv_env_replace_strdup(&envp, *s); in exec_process()
/systemd-251/src/core/
Dmain.c367 r = strv_env_replace_strdup(&arg_default_environment, value); in parse_proc_cmdline_item()
Dmanager.c680 r = strv_env_replace_strdup(&m->transient_environment, "PATH=" DEFAULT_USER_PATH); in manager_default_environment()
/systemd-251/src/shared/
Duser-record.c522 r = strv_env_replace_strdup(&n, a); in json_dispatch_environment()