Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dpretty-print.c215 static int guess_type(const char **name, char ***prefixes, bool *is_collection, const char **extens… in guess_type() argument
278 *is_collection = coll; in guess_type()
287 bool is_collection; in conf_files_cat() local
291 r = guess_type(&name, &prefixes, &is_collection, &extension); in conf_files_cat()
300 is_collection ? "" : ".d"); in conf_files_cat()
307 if (!is_collection) in conf_files_cat()
316 if (!is_collection) { in conf_files_cat()