Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dstrv.c743 static int str_compare(char * const *a, char * const *b) { in str_compare() function
748 typesafe_qsort(l, strv_length(l), str_compare); in strv_sort()