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

/freebsd-9.3-release/usr.sbin/mtree/
H A Dmtree.h37 (F_GID | F_MODE | F_NLINK | F_SIZE | F_SLINK | F_TIME | F_UID | F_FLAGS)
69 #define F_TIME 0x0400 /* modification time */ macro
H A Dmisc.c80 {"time", F_TIME, NEEDVALUE},
H A Dspecspec.c153 if (FM(n1, n2, F_TIME, st_mtimespec))
154 differs |= F_TIME;
H A Dspec.c255 case F_TIME:
H A Dcompare.c183 if ((s->flags & F_TIME) &&
H A Dcreate.c214 if (keys & F_TIME)
/freebsd-9.3-release/contrib/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))
167 differs |= F_TIME;
H A Dmisc.c91 {"time", F_TIME, NEEDVALUE},
H A Dspec.c360 if (MATCHFLAG(F_TIME))
627 case F_TIME:
H A Dcompare.c299 if (s->flags & F_TIME) {
H A Dcreate.c223 if (keys & F_TIME)
/freebsd-9.3-release/sbin/ping/
H A Dping.c144 #define F_TIME 0x100000 macro
387 options |= F_TIME;
497 switch (options & (F_MASK|F_TIME)) {
506 case F_TIME:
957 if ((options & F_TIME) || timing) {
962 if (options & F_TIME)
1108 if (options & F_TIME) {
/freebsd-9.3-release/contrib/libarchive/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;
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.h878 #define F_SAVE (F_NICE|F_TIME|F_NOHUP|F_HUP)
880 #define F_SAVE (F_NICE|F_TIME|F_NOHUP||F_HUP|F_VER)
895 #define F_TIME (1<<13) /* time this command */ macro
H A Dsh.sem.c269 t->t_dflg |= F_TIME;
366 if (((t->t_dflg & F_TIME) || ((t->t_dflg & F_NOFORK) == 0 &&
H A Dsh.proc.c742 if (t->t_dflg & F_TIME)
/freebsd-9.3-release/usr.sbin/makefs/
H A Dwalk.c405 /* XXX: require F_TIME ? */
505 if (specnode->flags & F_TIME) {

Completed in 203 milliseconds