Searched refs:F_DIR (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dverify.c130 ep->type == F_DIR &&
175 if (p->type != F_DIR && (dflag || p->flags & F_VISIT))
185 case F_DIR:
240 case F_DIR:
254 if (p->type == F_DIR) {
H A Dspec.c159 if (last->type != F_DIR || last->flags & F_DONE) {
194 if (cur == NULL || cur->type != F_DIR) {
221 centry->type != F_DIR)
238 } else if (last->type == F_DIR && !(last->flags & F_DONE)) {
321 if (cur->type != F_DIR && !matchtags(cur))
822 if ((a->type & F_DIR) != 0) {
823 if ((b->type & F_DIR) == 0)
825 } else if ((b->type & F_DIR) != 0)
H A Dmtree.h97 #define F_DIR 0x004 /* directory */ macro
H A Dmisc.c96 {"dir", F_DIR, 0},
252 case F_DIR:
H A Dcompare.c149 case F_DIR:
276 if (s->flags & F_NLINK && s->type != F_DIR &&
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dftree.c155 (ftnode->type != F_DIR || strcmp(ftnode->name, ".") != 0)) {
491 if (ftnode->type == F_DIR && (ftnode->flags & F_OPT))
524 if (ftnode->type == F_DIR && ftnode->child != NULL) {
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/
H A Dwalk.c320 assert(root->type == F_DIR);
341 if (specnode->type != F_DIR)
455 if (curnode->type == F_DIR) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dip2k-opc.c106 16, 16, 0xfe00, { { F (F_OP6) }, { F (F_DIR) }, { F (F_REG) }, { 0 } }
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dip2k-opc.c106 16, 16, 0xfe00, { { F (F_OP6) }, { F (F_DIR) }, { F (F_REG) }, { 0 } }

Completed in 142 milliseconds