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

/netbsd-current/bin/ls/
H A Dextern.h38 int namecmp(const FTSENT *, const FTSENT *);
H A Dcmp.c68 namecmp(const FTSENT *a, const FTSENT *b) function
94 return (namecmp(a, b));
126 return (namecmp(a, b));
158 return (namecmp(a, b));
186 return (namecmp(a, b));
H A Dls.c374 sortfcn = namecmp;
706 return (namecmp(*a, *b));
/netbsd-current/usr.bin/mail/
H A Dsend.c60 namecmp(struct name *np1, struct name *np2) function
83 else if (namecmp(smargs, sp->s_smopts) != 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dminsyms.c251 int (*namecmp) (const char *, const char *),
260 if (namecmp (symbol_name, lookup_name) == 0
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dminsyms.c303 int (*namecmp) (const char *, const char *),
312 if (namecmp (symbol_name, lookup_name) == 0

Completed in 263 milliseconds