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

/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dmtree.h37 #define KEYDEFAULT (F_GID | F_MODE | F_NLINK | F_SIZE | F_SLINK | \
82 #define F_SLINK 0x00008000 /* symbolic link */ macro
H A Dmisc.c69 {"link", F_SLINK, NEEDVALUE},
H A Dverify.c229 if (!(p->flags & F_SLINK))
H A Dspec.c356 if (MATCHFLAG(F_SLINK))
605 case F_SLINK:
H A Dcompare.c498 if (s->flags & F_SLINK &&
H A Dcreate.c258 if (keys & F_SLINK &&
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dftree.c478 NODETEST(ftnode->flags & F_SLINK, "symlink");
517 if (ftnode->flags & F_SLINK)
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_mtree.c106 #define F_SLINK 0x00010000 /* symbolic link */ macro
124 #define DEFAULT_KEYS (F_DEV | F_FLAGS | F_GID | F_GNAME | F_SLINK | F_MODE\
707 if ((keys & F_SLINK) != 0) {
949 keybit = F_SLINK;
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/
H A Dwalk.c502 if (specnode->flags & F_SLINK) {

Completed in 83 milliseconds