Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Drecurse-dir.c14 static int sort_func(struct dirent * const *a, struct dirent * const *b) { in sort_func() function
111 typesafe_qsort(de->entries, de->n_entries, sort_func); in readdir_all()