Home
last modified time | relevance | path

Searched refs:strv_env_clean_with_callback (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Denv-util.h36 #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…
Denv-util.c501 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/
Dsystemctl-set-environment.c172 strv_env_clean_with_callback(copy, invalid_callback, NULL); in verb_import_environment()
/systemd-251/src/core/
Dexecute.c5652 p = strv_env_clean_with_callback(p, invalid_env, &info); in exec_context_load_environment()