Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dtst-arc4random-fork.c103 index_compare (const void *left1, const void *right1) in index_compare() function
152 qsort (indexes, array_length (indexes), sizeof (indexes[0]), index_compare); in do_test_func()
155 if (index_compare (indexes + i - 1, indexes + i) == 0) in do_test_func()