Home
last modified time | relevance | path

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

/src/bin/sh/
H A Dexpand.c105 static int expsortcmp(const void *, const void *);
1056 sizeof(dstlist->args[0]), expsortcmp); in expandmeta()
1194 expsortcmp(const void *p1, const void *p2) in expsortcmp() function