Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/mtree/
Dmtree.h38 #define MTREE_O_FLAGS \ macro
Dcompare.c222 if ((fd = open(p->fts_accpath, MTREE_O_FLAGS)) == -1) { in compare()
Dcreate.c195 if ((fd = open(p->fts_accpath, MTREE_O_FLAGS)) == -1 || in statf()