Home
last modified time | relevance | path

Searched refs:yarg (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
269 y = get_key(*(char **)yarg, key, flags); in compare_keys()
275 y = *(char **)yarg; in compare_keys()
349 if (y != *(char **)yarg) free(y); in compare_keys()
376 line = *(char**)yarg; in compare_keys()
387 retval = strcmp(*(char **)xarg, *(char **)yarg); in compare_keys()