Home
last modified time | relevance | path

Searched refs:xarg (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/coreutils/
Dsort.c257 static int compare_keys(const void *xarg, const void *yarg) in compare_keys() argument
268 x = get_key(*(char **)xarg, key, flags); in compare_keys()
274 x = *(char **)xarg; in compare_keys()
348 if (x != *(char **)xarg) free(x); in compare_keys()
372 line = *(char**)xarg; in compare_keys()
387 retval = strcmp(*(char **)xarg, *(char **)yarg); in compare_keys()