Searched refs:strv_env_replace_strdup_passthrough (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/test/ |
D | test-env-util.c | 104 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/ |
D | env-util.h | 50 int strv_env_replace_strdup_passthrough(char ***l, const char *assignment);
|
D | env-util.c | 418 int strv_env_replace_strdup_passthrough(char ***l, const char *assignment) { in strv_env_replace_strdup_passthrough() function
|
/systemd-251/src/activate/ |
D | activate.c | 383 r = strv_env_replace_strdup_passthrough(&arg_setenv, optarg); in parse_argv()
|
/systemd-251/src/run/ |
D | run.c | 325 r = strv_env_replace_strdup_passthrough(&arg_environment, optarg); in parse_argv()
|
/systemd-251/src/machine/ |
D | machinectl.c | 2768 r = strv_env_replace_strdup_passthrough(&arg_setenv, optarg); in parse_argv()
|
/systemd-251/src/home/ |
D | homectl.c | 2853 r = strv_env_replace_strdup_passthrough(&l, optarg); in parse_argv()
|
/systemd-251/src/nspawn/ |
D | nspawn.c | 1139 r = strv_env_replace_strdup_passthrough(&arg_setenv, optarg); in parse_argv()
|