Home
last modified time | relevance | path

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

/haiku/src/libs/iconv/
H A Diconv.c521 static int compare_by_index (const void * arg1, const void * arg2) in compare_by_index() function
582 qsort(aliasbuf, num_aliases, sizeof(struct nalias), compare_by_index); in iconvlist()
H A DChangeLog1829 (compare_by_index): Use 'struct nalias' instead of 'struct alias'.
2733 * lib/iconv.c (compare_by_index, compare_by_name, iconvlist): New