Searched refs:compare_keys (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dsort.c158 static int compare_keys(const void *xarg, const void *yarg) function
374 if (compare_keys(&lines[i-1], &lines[i]) > j) {
382 qsort(lines, linecount, sizeof(char *), compare_keys);
390 if (!compare_keys(&lines[flag], &lines[i]))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_route.c269 static inline int compare_keys(struct flowi *fl1, struct flowi *fl2) function
288 if (compare_keys(&rth->fl, &rt->fl)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Droute.c691 static inline int compare_keys(struct flowi *fl1, struct flowi *fl2) function
1134 if (compare_keys(&rth->fl, &rt->fl) && compare_netns(rth, rt)) {

Completed in 133 milliseconds