Home
last modified time | relevance | path

Searched refs:F_TIME (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/usr.sbin/mtree/
H A Dmtree.h38 F_TIME | F_TYPE | F_UID | F_FLAGS)
84 #define F_TIME 0x00020000 /* modification time */ macro
H A Dspecspec.c166 if (FM(n1, n2, F_TIME, st_mtimespec)) in compare_nodes()
167 differs |= F_TIME; in compare_nodes()
H A Dmisc.c91 {"time", F_TIME, NEEDVALUE},
H A Dspec.c378 if (MATCHFLAG(F_TIME)) in dump_nodes()
647 case F_TIME: in set()
H A Dcompare.c332 if (s->flags & F_TIME) { in compare()
H A Dcreate.c272 if (keys & F_TIME) in statf()
/netbsd-src/bin/csh/
H A Dcsh.h316 #define F_SAVE (F_NICE|F_TIME|F_NOHUP) /* save these when re-doing */
331 #define F_TIME (1<<13) /* time this command */ macro
H A Dsem.c144 t->t_dflg |= F_TIME; in execute()
191 if (((t->t_dflg & F_TIME) || ((t->t_dflg & F_NOFORK) == 0 && in execute()
H A Dproc.c461 if (t->t_dflg & F_TIME) in palloc()
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_mtree.c191 #define F_TIME 0x00040000 /* modification time */ macro
213 | F_NLINK | F_SIZE | F_TIME | F_TYPE | F_UID\
968 if ((keys & F_TIME) != 0) in write_mtree_entry()
1345 keybit = F_TIME; in archive_write_mtree_options()
/netbsd-src/usr.sbin/makefs/
H A Dwalk.c566 /* XXX: require F_TIME ? */ in apply_specdir()
664 if (specnode->flags & F_TIME) {