Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dsort.c88 static char *get_key_data(char *str, struct sort_key *key, int flags) in get_key_data() function
248 x = get_key_data(xx, key, flags); in compare_keys()
249 y = get_key_data(yy, key, flags); in compare_keys()