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

/freebsd-10.0-release/bin/ls/
H A Dextern.h39 int namecmp(const FTSENT *, const FTSENT *);
H A Dcmp.c52 namecmp(const FTSENT *a, const FTSENT *b) function
H A Dls.c454 sortfcn = namecmp;
893 return (namecmp(*a, *b));
/freebsd-10.0-release/usr.bin/gprof/
H A Dprintgprof.c45 int namecmp(const void *, const void *);
693 namecmp(const void *v1, const void *v2) function
721 qsort( namesortnlp , nnames , sizeof(nltype *) , namecmp );

Completed in 82 milliseconds