Home
last modified time | relevance | path

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

/src/contrib/mtree/
H A Dextern.h73 int dcmp(const FTSENT *FTS_CONST *, const FTSENT *FTS_CONST *);
H A Dverify.c89 if ((t = fts_open(argv, ftsoptions, dcmp)) == NULL) in vwalk()
H A Dcreate.c123 if ((t = fts_open(argv, ftsoptions, dcmp)) == NULL) in cwalk()
H A Dspec.c868 dcmp(const FTSENT *FTS_CONST *a, const FTSENT *FTS_CONST *b) in dcmp() function
/src/contrib/tcpdump/
H A Dprint-decnet.c1110 const struct dcmsg *dcmp = (const struct dcmsg *)nspp; in print_nsp() local
1113 reason = GET_LE_U_2(dcmp->dc_reason); in print_nsp()