Home
last modified time | relevance | path

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

/freebsd/contrib/mtree/
H A Dcreate.c88 #define FTS_CONST const macro
90 #define FTS_CONST macro
93 static int dcmp(const FTSENT *FTS_CONST *, const FTSENT *FTS_CONST *);
453 dcmp(const FTSENT *FTS_CONST *a, const FTSENT *FTS_CONST *b) in dcmp()