Home
last modified time | relevance | path

Searched refs:F_LINK (Results 1 – 7 of 7) sorted by relevance

/minix3/usr.sbin/mtree/
H A Dverify.c208 case F_LINK: in miss()
218 if (mtree_Wflag || p->type == F_LINK) in miss()
248 case F_LINK: in miss()
H A Dmisc.c111 {"link", F_LINK, 0},
267 case F_LINK: in nodetoino()
H A Dmtree.h102 #define F_LINK 0x020 /* symbolic link */ macro
H A Dspecspec.c132 if (n1 != NULL && n1->type == F_LINK) in compare_nodes()
134 if (n2 != NULL && n2->type == F_LINK) in compare_nodes()
H A Dcompare.c168 case F_LINK: in compare()
/minix3/minix/commands/remsync/
H A Dremsync.c282 F_LINK enumerator
484 entry.type= F_LINK; in traverse()
575 case F_LINK: in mkstatefile()
716 entry->type= F_LINK; in getattributes()
932 case F_LINK: in compare()
1094 case F_LINK: in add()
1362 case F_LINK: in apply_add()
/minix3/bin/pax/
H A Dftree.c477 if (ftnode->type == F_LINK) in next_file()