Home
last modified time | relevance | path

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

/src/contrib/mtree/
H A Dextern.h53 #define FTS_CONST const macro
55 #define FTS_CONST macro
73 int dcmp(const FTSENT *FTS_CONST *, const FTSENT *FTS_CONST *);
H A Dspec.c868 dcmp(const FTSENT *FTS_CONST *a, const FTSENT *FTS_CONST *b) in dcmp()