Searched refs:home_suffix (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-path/
H A Dsd-path.c399 const char *home_suffix,
447 if (!h && home_suffix) {
451 h = strappend(e, home_suffix);
453 h = strjoin(e, "/", home_suffix, NULL);
396 search_from_environment( char ***list, const char *env_home, const char *home_suffix, const char *env_search, bool env_search_sufficient, const char *first, ...) argument

Completed in 7 milliseconds