Searched refs:namecmp (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/bin/ls/
H A Dextern.h40 int namecmp(const FTSENT *, const FTSENT *);
H A Dcmp.c45 namecmp(const FTSENT *a, const FTSENT *b) function
H A Dls.c592 sortfcn = namecmp;
1013 return (namecmp(*a, *b));
/freebsd-current/usr.bin/gprof/
H A Dprintgprof.c39 int namecmp(const void *, const void *);
687 namecmp(const void *v1, const void *v2) function
715 qsort( namesortnlp , nnames , sizeof(nltype *) , namecmp );

Completed in 163 milliseconds