Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/apps/
H A Dopenssl.c643 static int SortFnByName(const void *_f1, const void *_f2) in SortFnByName() function
817 qsort(functions, i, sizeof(*functions), SortFnByName); in LHASH_OF()