Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/mtree/
HDmtree.h38 F_TIME | F_TYPE | F_UID | F_FLAGS)
84 #define F_TIME 0x00020000 /* modification time */ macro
HDspecspec.c159 if (FM(n1, n2, F_TIME, st_mtimespec)) in compare_nodes()
160 differs |= F_TIME; in compare_nodes()
HDmisc.c82 {"time", F_TIME, NEEDVALUE},
HDspec.c362 if (MATCHFLAG(F_TIME)) in dump_nodes()
630 case F_TIME: in set()
HDcreate.c264 if (keys & F_TIME) in statf()
HDcompare.c312 if (s->flags & F_TIME) { in compare()
/dragonfly/sbin/ping/
HDping.c125 #define F_TIME 0x100000 macro
355 options |= F_TIME; in main()
451 switch (options & (F_MASK|F_TIME)) { in main()
460 case F_TIME: in main()
882 if ((options & F_TIME) || timing) { in pinger()
887 if (options & F_TIME) in pinger()
1033 if (options & F_TIME) { in pr_pack()
/dragonfly/contrib/tcsh-6/
HDsh.h897 #define F_SAVE (F_NICE|F_TIME|F_NOHUP|F_HUP)
899 #define F_SAVE (F_NICE|F_TIME|F_NOHUP||F_HUP|F_VER)
914 #define F_TIME (1<<13) /* time this command */ macro
HDsh.sem.c271 t->t_dflg |= F_TIME; in execute()
379 if (((t->t_dflg & F_TIME) || ((t->t_dflg & F_NOFORK) == 0 && in execute()
HDsh.proc.c766 if (t->t_dflg & F_TIME) in palloc()
/dragonfly/contrib/libarchive/libarchive/
HDarchive_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) in write_mtree_entry()
1346 keybit = F_TIME; in archive_write_mtree_options()
/dragonfly/usr.sbin/makefs/
HDwalk.c521 if (specnode->flags & F_TIME) { in apply_specentry()