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

/netbsd-6-1-5-RELEASE/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 Dmisc.c87 {"time", F_TIME, NEEDVALUE},
H A Dspec.c360 if (MATCHFLAG(F_TIME))
617 case F_TIME:
H A Dcompare.c298 if (s->flags & F_TIME) {
H A Dcreate.c198 if (keys & F_TIME)
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dcsh.h318 #define F_SAVE (F_NICE|F_TIME|F_NOHUP) /* save these when re-doing */
333 #define F_TIME (1<<13) /* time this command */ macro
H A Dsem.c144 t->t_dflg |= F_TIME;
191 if (((t->t_dflg & F_TIME) || ((t->t_dflg & F_NOFORK) == 0 &&
H A Dproc.c450 if (t->t_dflg & F_TIME)
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dftree.c470 if (!(ftnode->flags & F_TIME))
509 if (ftnode->flags & F_TIME)
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_mtree.c108 #define F_TIME 0x00040000 /* modification time */ macro
125 | F_NLINK | F_SIZE | F_TIME | F_TYPE | F_UID\
689 if ((keys & F_TIME) != 0)
986 keybit = F_TIME;
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/
H A Dwalk.c410 /* XXX: require F_TIME ? */
510 if (specnode->flags & F_TIME) {

Completed in 141 milliseconds