Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/
H A Dopenssl.c463 static int SortFnByName(const void *_f1, const void *_f2) in SortFnByName() function
488 qsort(functions, i, sizeof(*functions), SortFnByName); in LHASH_OF()