Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dsort-util.c31 int cmp_int(const int *a, const int *b) { in cmp_int() function
Dsort-util.h78 int cmp_int(const int *a, const int *b);
Dfd-util.c341 typesafe_qsort(sorted, n_sorted, cmp_int); in close_all_fds()
/systemd-251/src/cryptenroll/
Dcryptenroll-wipe.c400 typesafe_qsort(ordered_slots, n_ordered_slots, cmp_int); in wipe_slots()
407 typesafe_qsort(ordered_tokens, n_ordered_tokens, cmp_int); in wipe_slots()