Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dconf-files.c135 static int base_cmp(char * const *a, char * const *b) { in base_cmp() function
179 typesafe_qsort(files, hashmap_size(fh), base_cmp); in conf_files_list_strv_internal()
204 c = base_cmp((char* const*) *strv + i, (char* const*) &path); in conf_files_insert()