Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/mtree/
Dspecspec.c216 if (c1->type != F_DIR && c2->type == F_DIR) { in walk_in_the_forest()
219 } else if (c1->type == F_DIR && c2->type != F_DIR) { in walk_in_the_forest()
233 if (c1 == NULL && c2->type == F_DIR) { in walk_in_the_forest()
238 } else if (c2 == NULL && c1->type == F_DIR) { in walk_in_the_forest()
245 } else if (c1->type == F_DIR && c2->type == F_DIR) { in walk_in_the_forest()
Dverify.c135 ep->type == F_DIR && in vwalk()
180 if (p->type != F_DIR && (dflag || p->flags & F_VISIT)) in miss()
199 case F_DIR: in miss()
254 case F_DIR: in miss()
268 if (p->type == F_DIR) { in miss()
Dspec.c160 if (last->type != F_DIR || last->flags & F_DONE) { in spec()
195 if (cur == NULL || cur->type != F_DIR) { in spec()
226 centry->type = F_DIR; in spec()
228 centry->type != F_DIR) in spec()
245 } else if (last->type == F_DIR && !(last->flags & F_DONE)) { in spec()
328 if (cur->type != F_DIR && !matchtags(cur)) in dump_nodes()
846 if ((a->type & F_DIR) != 0) { in nodecmp()
847 if ((b->type & F_DIR) == 0) in nodecmp()
849 } else if ((b->type & F_DIR) != 0) in nodecmp()
Dmisc.c100 {"dir", F_DIR, 0},
256 case F_DIR: in nodetoino()
Dmtree.h99 #define F_DIR 0x004 /* directory */ macro
Dcompare.c156 case F_DIR: in compare()
298 if (s->flags & F_NLINK && s->type != F_DIR && in compare()
/freebsd-10-stable/usr.sbin/mtree/
Dspecspec.c199 if (c1->type != F_DIR && c2->type == F_DIR) { in walk_in_the_forest()
202 } else if (c1->type == F_DIR && c2->type != F_DIR) { in walk_in_the_forest()
216 if (c1 == NULL && c2->type == F_DIR) { in walk_in_the_forest()
221 } else if (c2 == NULL && c1->type == F_DIR) { in walk_in_the_forest()
228 } else if (c1->type == F_DIR && c2->type == F_DIR) { in walk_in_the_forest()
Dverify.c127 else if (ep->child && ep->type == F_DIR && in vwalk()
169 if (p->type != F_DIR && (dflag || p->flags & F_VISIT)) in miss()
182 if (p->type != F_DIR && p->type != F_LINK) { in miss()
Dspec.c129 if (last->type != F_DIR || last->flags & F_DONE) { in mtree_readspec()
153 } else if (last->type == F_DIR && !(last->flags & F_DONE)) { in mtree_readspec()
281 ip->type = F_DIR; in set()
Dcompare.c95 case F_DIR: in compare()
165 if (s->flags & F_NLINK && s->type != F_DIR && in compare()
360 case F_DIR: in ftype()
Dmtree.h86 #define F_DIR 0x004 /* directory */ macro
/freebsd-10-stable/usr.sbin/makefs/
Dwalk.c316 assert(root->type == F_DIR); in apply_specfile()
336 if (specnode->type != F_DIR) in apply_specdir()
450 if (curnode->type == F_DIR) { in apply_specdir()
/freebsd-10-stable/sys/dev/cxgbe/common/
Dt4_regs.h16769 #define F_DIR V_DIR(1U) macro
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dt4_regs.h16740 #define F_DIR V_DIR(1U) macro