Searched refs:strv_env_clean_with_callback (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/basic/ |
D | env-util.h | 36 #define strv_env_clean(l) strv_env_clean_with_callback(l, NULL, NULL) 37 char **strv_env_clean_with_callback(char **l, void (*invalid_callback)(const char *p, void *userdat…
|
D | env-util.c | 501 char **strv_env_clean_with_callback(char **e, void (*invalid_callback)(const char *p, void *userdat… in strv_env_clean_with_callback() function
|
/systemd-251/src/systemctl/ |
D | systemctl-set-environment.c | 172 strv_env_clean_with_callback(copy, invalid_callback, NULL); in verb_import_environment()
|
/systemd-251/src/core/ |
D | execute.c | 5652 p = strv_env_clean_with_callback(p, invalid_env, &info); in exec_context_load_environment()
|