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

/systemd/src/basic/
H A Dconf-files.c92 _cleanup_hashmap_free_ Hashmap *fh = NULL; local
103 fh = hashmap_new(&string_hash_ops);
104 if (!fh)
108 r = files_add(fh, root, *p, suffix);
115 files = hashmap_get_strv(fh);
119 qsort_safe(files, hashmap_size(fh), sizeof(char *), base_cmp);

Completed in 521 milliseconds