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

/freebsd-13-stable/usr.sbin/fmtree/
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.c184 if ((s->flags & F_TIME) &&
H A Dcreate.c217 if (keys & F_TIME)
/freebsd-13-stable/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.c374 if (MATCHFLAG(F_TIME))
642 case F_TIME:
H A Dcompare.c323 if (s->flags & F_TIME) {
H A Dcreate.c235 if (keys & F_TIME)
/freebsd-13-stable/sbin/ping/
H A Dping.c157 #define F_TIME 0x100000 macro
440 options |= F_TIME;
558 switch (options & (F_MASK|F_TIME)) {
567 case F_TIME:
1067 if ((options & F_TIME) || timing) {
1077 if (options & F_TIME)
1248 if (options & F_TIME) {
/freebsd-13-stable/contrib/tcsh/
H A Dsh.h894 #define F_SAVE (F_NICE|F_TIME|F_NOHUP|F_HUP)
896 #define F_SAVE (F_NICE|F_TIME|F_NOHUP||F_HUP|F_VER)
911 #define F_TIME (1<<13) /* time this command */ macro
H A Dsh.sem.c271 t->t_dflg |= F_TIME;
379 if (((t->t_dflg & F_TIME) || ((t->t_dflg & F_NOFORK) == 0 &&
H A Dsh.proc.c766 if (t->t_dflg & F_TIME)
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c192 #define F_TIME 0x00040000 /* modification time */ macro
214 | F_NLINK | F_SIZE | F_TIME | F_TYPE | F_UID\
969 if ((keys & F_TIME) != 0)
1346 keybit = F_TIME;
/freebsd-13-stable/usr.sbin/makefs/
H A Dwalk.c422 /* XXX: require F_TIME ? */
519 if (specnode->flags & F_TIME) {

Completed in 118 milliseconds