Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/fmtree/
HDmtree.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
HDmisc.c80 {"time", F_TIME, NEEDVALUE},
HDspecspec.c153 if (FM(n1, n2, F_TIME, st_mtimespec)) in compare_nodes()
154 differs |= F_TIME; in compare_nodes()
HDspec.c255 case F_TIME: in set()
HDcompare.c183 if ((s->flags & F_TIME) && in compare()
HDcreate.c214 if (keys & F_TIME) in statf()
/NextBSD/contrib/mtree/
HDmtree.h38 F_TIME | F_TYPE | F_UID | F_FLAGS)
84 #define F_TIME 0x00020000 /* modification time */ macro
HDspecspec.c166 if (FM(n1, n2, F_TIME, st_mtimespec)) in compare_nodes()
167 differs |= F_TIME; in compare_nodes()
HDmisc.c91 {"time", F_TIME, NEEDVALUE},
HDspec.c373 if (MATCHFLAG(F_TIME)) in dump_nodes()
641 case F_TIME: in set()
HDcompare.c323 if (s->flags & F_TIME) { in compare()
HDcreate.c232 if (keys & F_TIME) in statf()
/NextBSD/sbin/ping/
HDping.c150 #define F_TIME 0x100000 macro
414 options |= F_TIME; in main()
524 switch (options & (F_MASK|F_TIME)) { in main()
533 case F_TIME: in main()
1056 if ((options & F_TIME) || timing) { in pinger()
1061 if (options & F_TIME) in pinger()
1206 if (options & F_TIME) { in pr_pack()
/NextBSD/contrib/tcsh/
HDsh.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
HDsh.sem.c269 t->t_dflg |= F_TIME; in execute()
366 if (((t->t_dflg & F_TIME) || ((t->t_dflg & F_NOFORK) == 0 && in execute()
HDsh.proc.c742 if (t->t_dflg & F_TIME) in palloc()
/NextBSD/contrib/libarchive/libarchive/
HDarchive_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) in write_mtree_entry()
1340 keybit = F_TIME; in archive_write_mtree_options()
/NextBSD/usr.sbin/makefs/
HDwalk.c505 if (specnode->flags & F_TIME) { in apply_specentry()