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

/freebsd-10.0-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-10.0-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.c369 if (MATCHFLAG(F_TIME))
636 case F_TIME:
H A Dcompare.c323 if (s->flags & F_TIME) {
H A Dcreate.c228 if (keys & F_TIME)
/freebsd-10.0-release/sbin/ping/
H A Dping.c144 #define F_TIME 0x100000 macro
388 options |= F_TIME;
498 switch (options & (F_MASK|F_TIME)) {
507 case F_TIME:
958 if ((options & F_TIME) || timing) {
963 if (options & F_TIME)
1109 if (options & F_TIME) {
/freebsd-10.0-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-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c205 #define F_TIME 0x00040000 /* modification time */ macro
224 | F_NLINK | F_SIZE | F_TIME | F_TYPE | F_UID\
976 if ((keys & F_TIME) != 0)
1340 keybit = F_TIME;
/freebsd-10.0-release/usr.sbin/makefs/
H A Dwalk.c405 /* XXX: require F_TIME ? */
505 if (specnode->flags & F_TIME) {

Completed in 201 milliseconds