Searched refs:F_DIR (Results 1 - 13 of 13) sorted by last modified time

/freebsd-11-stable/usr.sbin/fmtree/
H A Dspecspec.c199 if (c1->type != F_DIR && c2->type == F_DIR) {
202 } else if (c1->type == F_DIR && c2->type != F_DIR) {
216 if (c1 == NULL && c2->type == F_DIR) {
221 } else if (c2 == NULL && c1->type == F_DIR) {
228 } else if (c1->type == F_DIR && c2->type == F_DIR) {
H A Dcompare.c95 case F_DIR:
165 if (s->flags & F_NLINK && s->type != F_DIR &&
361 case F_DIR:
H A Dmtree.h86 #define F_DIR 0x004 /* directory */ macro
H A Dspec.c129 if (last->type != F_DIR || last->flags & F_DONE) {
153 } else if (last->type == F_DIR && !(last->flags & F_DONE)) {
281 ip->type = F_DIR;
H A Dverify.c127 else if (ep->child && ep->type == F_DIR &&
169 if (p->type != F_DIR && (dflag || p->flags & F_VISIT))
182 if (p->type != F_DIR && p->type != F_LINK) {
/freebsd-11-stable/contrib/mtree/
H A Dspecspec.c216 if (c1->type != F_DIR && c2->type == F_DIR) {
219 } else if (c1->type == F_DIR && c2->type != F_DIR) {
233 if (c1 == NULL && c2->type == F_DIR) {
238 } else if (c2 == NULL && c1->type == F_DIR) {
245 } else if (c1->type == F_DIR && c2->type == F_DIR) {
H A Dspec.c160 if (last->type != F_DIR || last->flags & F_DONE) {
195 if (cur == NULL || cur->type != F_DIR) {
226 centry->type = F_DIR;
228 centry->type != F_DIR)
245 } else if (last->type == F_DIR && !(last->flags & F_DONE)) {
328 if (cur->type != F_DIR && !matchtags(cur))
847 if ((a->type & F_DIR) != 0) {
848 if ((b->type & F_DIR) == 0)
850 } else if ((b->type & F_DIR) != 0)
H A Dcompare.c156 case F_DIR:
298 if (s->flags & F_NLINK && s->type != F_DIR &&
H A Dmisc.c100 {"dir", F_DIR, 0},
256 case F_DIR:
H A Dmtree.h99 #define F_DIR 0x004 /* directory */ macro
H A Dverify.c135 ep->type == F_DIR &&
180 if (p->type != F_DIR && (dflag || p->flags & F_VISIT))
199 case F_DIR:
254 case F_DIR:
268 if (p->type == F_DIR) {
/freebsd-11-stable/usr.sbin/makefs/
H A Dwalk.c331 assert(root->type == F_DIR);
351 if (specnode->type != F_DIR)
463 if (curnode->type == F_DIR) {
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_regs.h16769 #define F_DIR V_DIR(1U) macro
[all...]

Completed in 810 milliseconds