Home
last modified time | relevance | path

Searched refs:strv_env_replace_strdup_passthrough (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/test/
Dtest-env-util.c104 TEST(strv_env_replace_strdup_passthrough) { in TEST() argument
111 assert_se(strv_env_replace_strdup_passthrough(&a, "a") == 1); in TEST()
112 assert_se(strv_env_replace_strdup_passthrough(&a, "b") == 1); in TEST()
113 assert_se(strv_env_replace_strdup_passthrough(&a, "c") == 1); in TEST()
114 assert_se(strv_env_replace_strdup_passthrough(&a, "a") == 0); in TEST()
115 assert_se(strv_env_replace_strdup_passthrough(&a, "$a") == -EINVAL); in TEST()
/systemd-251/src/basic/
Denv-util.h50 int strv_env_replace_strdup_passthrough(char ***l, const char *assignment);
Denv-util.c418 int strv_env_replace_strdup_passthrough(char ***l, const char *assignment) { in strv_env_replace_strdup_passthrough() function
/systemd-251/src/activate/
Dactivate.c383 r = strv_env_replace_strdup_passthrough(&arg_setenv, optarg); in parse_argv()
/systemd-251/src/run/
Drun.c325 r = strv_env_replace_strdup_passthrough(&arg_environment, optarg); in parse_argv()
/systemd-251/src/machine/
Dmachinectl.c2768 r = strv_env_replace_strdup_passthrough(&arg_setenv, optarg); in parse_argv()
/systemd-251/src/home/
Dhomectl.c2853 r = strv_env_replace_strdup_passthrough(&l, optarg); in parse_argv()
/systemd-251/src/nspawn/
Dnspawn.c1139 r = strv_env_replace_strdup_passthrough(&arg_setenv, optarg); in parse_argv()