Home
last modified time | relevance | path

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

/freebsd/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)) in compare_nodes()
167 differs |= F_TIME; in compare_nodes()
H A Dmisc.c91 {"time", F_TIME, NEEDVALUE},
H A Dspec.c374 if (MATCHFLAG(F_TIME)) in dump_nodes()
642 case F_TIME: in set()
H A Dcompare.c323 if (s->flags & F_TIME) { in compare()
H A Dcreate.c235 if (keys & F_TIME) in statf()
/freebsd/sbin/ping/
H A Dping.c140 #define F_TIME 0x100000 macro
403 options |= F_TIME; in ping()
521 switch (options & (F_MASK|F_TIME)) { in ping()
530 case F_TIME: in ping()
1022 if ((options & F_TIME) || timing) { in pinger()
1032 if (options & F_TIME) in pinger()
1220 if (options & F_TIME) { in pr_pack()
/freebsd/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; in execute()
379 if (((t->t_dflg & F_TIME) || ((t->t_dflg & F_NOFORK) == 0 && in execute()
H A Dsh.proc.c766 if (t->t_dflg & F_TIME) in palloc()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c191 #define F_TIME 0x00040000 /* modification time */
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()
192 #define F_TIME global() macro
/freebsd/usr.sbin/makefs/
H A Dwalk.c515 if (specnode->flags & F_TIME) { in apply_specentry()