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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Droute.c566 static inline int compare_keys(struct flowi *fl1, struct flowi *fl2) function
595 compare_keys(&(*rthp)->fl, &expentry->fl)) {
944 compare_keys(&rth->fl, &rt->fl)) {
946 if (compare_keys(&rth->fl, &rt->fl)) {

Completed in 62 milliseconds