Searched refs:sort_key (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dsom.h111 unsigned int sort_key :8; /* for linker */ member in struct:space_dictionary_record
134 unsigned int sort_key :8; member in struct:subspace_dictionary_record
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dsort.c54 static struct sort_key { struct
55 struct sort_key *next_key; /* linked list */
60 static char *get_key(char *str, struct sort_key *key, int flags)
141 static struct sort_key *add_key(void)
143 struct sort_key **pkey = &key_list;
146 return *pkey = xzalloc(sizeof(struct sort_key));
164 struct sort_key *key;
314 struct sort_key *key = add_key();

Completed in 26 milliseconds