OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alpha_compare
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/make-3.81/
ar.c
302
qsort ((char *) names, i, sizeof (*names),
alpha_compare
);
make.h
428
extern int
alpha_compare
PARAMS ((const void *, const void *));
misc.c
60
alpha_compare
(const void *v1, const void *v2)
function
function.c
1165
qsort ((char *) words, wordi, sizeof (char *),
alpha_compare
);
[
all
...]
Completed in 3117 milliseconds