HomeSort by: relevance | last modified time | path
    Searched refs:dcmp (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/sandpoint/stand/altboot/
exception.c 44 uint32_t dmiss, dcmp, hash1, hash2; member in struct:cpu_state
90 "DMISS=%08x DCMP=%08x HASH1=%08x HASH2=%08x\n"
94 st->dmiss,st->dcmp,st->hash1,st->hash2,
  /src/usr.sbin/mtree/
extern.h 73 int dcmp(const FTSENT *FTS_CONST *, const FTSENT *FTS_CONST *);
verify.c 89 if ((t = fts_open(argv, ftsoptions, dcmp)) == NULL)
create.c 123 if ((t = fts_open(argv, ftsoptions, dcmp)) == NULL)
spec.c 846 * Keep this in sync with dcmp() below.
862 * dcmp --
871 dcmp(const FTSENT *FTS_CONST *a, const FTSENT *FTS_CONST *b) function in typeref:typename:int

Completed in 12 milliseconds