Home
last modified time | relevance | path

Searched defs:sort_key (Results 1 – 5 of 5) sorted by relevance

/third_party/toybox/toys/posix/
Dsort.c76 struct sort_key struct
78 struct sort_key *next_key; // linked list argument
85 static char *get_key_data(char *str, struct sort_key *key, int flags) in get_key_data() argument
/third_party/glib/gio/
Dgio-tool-mount.c618 const gchar *sort_key; in list_mounts() local
719 const gchar *sort_key; in list_volumes() local
821 const gchar *sort_key; in list_drives() local
/third_party/python/Tools/scripts/
Dstable_abi.py219 def sort_key(item): function
/third_party/boost/tools/auto_index/src/
Dauto_index.hpp50 std::string sort_key; // upper case version of term used for sorting. member
/third_party/mbedtls/scripts/
Dassemble_changelog.py386 def sort_key(self): member in EntryFileSortKey