Home
last modified time | relevance | path

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

/freebsd/contrib/mtree/
H A Dmtree.h37 #define KEYDEFAULT (F_GID | F_MODE | F_NLINK | F_SIZE | F_SLINK | \
77 #define F_NLINK 0x00000400 /* number of links */ macro
H A Dspecspec.c75 if (f & F_NLINK) in shownode()
160 if (FF(n1, n2, F_NLINK, st_nlink)) in compare_nodes()
161 differs |= F_NLINK; in compare_nodes()
H A Dmisc.c75 {"nlink", F_NLINK, NEEDVALUE},
H A Dcreate.c228 if (keys & F_NLINK && p->fts_statp->st_nlink != 1) in statf()
427 if (keys & F_NLINK) in statd()
H A Dspec.c365 if (MATCHFLAG(F_NLINK)) in dump_nodes()
604 case F_NLINK: in set()
H A Dcompare.c298 if (s->flags & F_NLINK && s->type != F_DIR && in compare()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c182 #define F_NLINK 0x00000400 /* number of links */ macro
213 | F_NLINK | F_SIZE | F_TIME | F_TYPE | F_UID\
947 if ((keys & F_NLINK) != 0 && in write_mtree_entry()
1317 keybit = F_NLINK; in archive_write_mtree_options()