Home
last modified time | relevance | path

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

/minix3/usr.sbin/mtree/
H A 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()
H A Dverify.c135 ep->type == F_DIR && in vwalk()
186 if (p->type != F_DIR && (dflag || p->flags & F_VISIT)) in miss()
205 case F_DIR: in miss()
260 case F_DIR: in miss()
274 if (p->type == F_DIR) { in miss()
H A 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()
847 if ((a->type & F_DIR) != 0) { in nodecmp()
848 if ((b->type & F_DIR) == 0) in nodecmp()
850 } else if ((b->type & F_DIR) != 0) in nodecmp()
H A Dmisc.c105 {"dir", F_DIR, 0},
261 case F_DIR: in nodetoino()
H A Dmtree.h99 #define F_DIR 0x004 /* directory */ macro
H A Dcompare.c156 case F_DIR: in compare()
298 if (s->flags & F_NLINK && s->type != F_DIR && in compare()
/minix3/bin/pax/
H A Dftree.c155 (ftnode->type != F_DIR || strcmp(ftnode->name, ".") != 0)) { in ftree_start()
491 if (ftnode->type == F_DIR && (ftnode->flags & F_OPT)) in next_file()
524 if (ftnode->type == F_DIR && ftnode->child != NULL) { in next_file()
/minix3/minix/commands/remsync/
H A Dremsync.c277 F_DIR, enumerator
457 entry.type= F_DIR; in traverse()
550 case F_DIR: in mkstatefile()
696 entry->type= F_DIR; in getattributes()
925 case F_DIR: in compare()
1036 case F_DIR: in add()
1271 case F_DIR: in apply_add()
/minix3/usr.sbin/makefs/
H A Dwalk.c339 assert(root->type == F_DIR); in apply_specfile()
360 if (specnode->type != F_DIR) in apply_specdir()
472 if (curnode->type == F_DIR) { in apply_specdir()