OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_sort_func
(Results
1 - 1
of
1
) sorted by null
/system/extras/showslab/
showslab.c
243
*
set_sort_func
- return the slab_sort_func that matches the given key.
246
static void *
set_sort_func
(char key)
function
289
sort_func =
set_sort_func
(argv[2][0]) ? : DEF_SORT_FUNC;
Completed in 23 milliseconds