Searched refs:xarg (Results 1 - 2 of 2) 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) argument
169 x = get_key(*(char **)xarg, key, flags);
175 x = *(char **)xarg;
243 if (x != *(char **)xarg) free(x);
257 retval = strcmp(*(char **)xarg, *(char **)yarg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dtimer.c1757 int xarg; local
1764 if (get_user(xarg, p)) {
1768 tu->tread = xarg ? 1 : 0;

Completed in 87 milliseconds