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

/macosx-10.9.5/file_cmds-230/mtree/
H A Dspecspec.c200 if (c1->type != F_DIR && c2->type == F_DIR) {
203 } else if (c1->type == F_DIR && c2->type != F_DIR) {
217 if (c1 == NULL && c2->type == F_DIR) {
222 } else if (c2 == NULL && c1->type == F_DIR) {
229 } else if (c1->type == F_DIR && c2->type == F_DIR) {
H A Dmtree.h85 #define F_DIR 0x004 /* directory */ macro
H A Dspec.c130 if (last->type != F_DIR || last->flags & F_DONE) {
154 } else if (last->type == F_DIR && !(last->flags & F_DONE)) {
276 ip->type = F_DIR;
H A Dverify.c122 else if (ep->child && ep->type == F_DIR &&
162 if (p->type != F_DIR && (dflag || p->flags & F_VISIT))
175 if (p->type != F_DIR && p->type != F_LINK) {
H A Dcompare.c101 case F_DIR:
171 if (s->flags & F_NLINK && s->type != F_DIR &&
366 case F_DIR:
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dip2k-opc.c110 16, 16, 0xfe00, { { F (F_OP6) }, { F (F_DIR) }, { F (F_REG) }, { 0 } }

Completed in 180 milliseconds