Home
last modified time | relevance | path

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

/dragonfly/usr.bin/find/
HDfind.c50 #define FTS_CONST const macro
52 #define FTS_CONST macro
62 find_compare(const FTSENT *FTS_CONST *s1, const FTSENT *FTS_CONST *s2) in find_compare()
/dragonfly/bin/cp/
HDcp.c69 #define FTS_CONST const macro
71 #define FTS_CONST macro
85 static int mastercmp (const FTSENT *FTS_CONST *, const FTSENT *FTS_CONST *);
495 mastercmp(const FTSENT *FTS_CONST *a, const FTSENT *FTS_CONST *b) in mastercmp()
/dragonfly/usr.sbin/mtree/
HDcreate.c70 #define FTS_CONST const macro
72 #define FTS_CONST macro
75 static int dcmp(const FTSENT *FTS_CONST *, const FTSENT *FTS_CONST *);
440 dcmp(const FTSENT *FTS_CONST *a, const FTSENT *FTS_CONST *b) in dcmp()