Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dsort.c132 static struct sort_key { struct
133 struct sort_key *next_key; /* linked list */ argument
142 static char *get_key(char *str, struct sort_key *key, int flags) in get_key() argument