Searched refs:F_TIME (Results 1 – 18 of 18) sorted by relevance
| /NextBSD/usr.sbin/fmtree/ |
| HD | mtree.h | 37 (F_GID | F_MODE | F_NLINK | F_SIZE | F_SLINK | F_TIME | F_UID | F_FLAGS) 69 #define F_TIME 0x0400 /* modification time */ macro
|
| HD | misc.c | 80 {"time", F_TIME, NEEDVALUE},
|
| HD | specspec.c | 153 if (FM(n1, n2, F_TIME, st_mtimespec)) in compare_nodes() 154 differs |= F_TIME; in compare_nodes()
|
| HD | spec.c | 255 case F_TIME: in set()
|
| HD | compare.c | 183 if ((s->flags & F_TIME) && in compare()
|
| HD | create.c | 214 if (keys & F_TIME) in statf()
|
| /NextBSD/contrib/mtree/ |
| HD | mtree.h | 38 F_TIME | F_TYPE | F_UID | F_FLAGS) 84 #define F_TIME 0x00020000 /* modification time */ macro
|
| HD | specspec.c | 166 if (FM(n1, n2, F_TIME, st_mtimespec)) in compare_nodes() 167 differs |= F_TIME; in compare_nodes()
|
| HD | misc.c | 91 {"time", F_TIME, NEEDVALUE},
|
| HD | spec.c | 373 if (MATCHFLAG(F_TIME)) in dump_nodes() 641 case F_TIME: in set()
|
| HD | compare.c | 323 if (s->flags & F_TIME) { in compare()
|
| HD | create.c | 232 if (keys & F_TIME) in statf()
|
| /NextBSD/sbin/ping/ |
| HD | ping.c | 150 #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/ |
| HD | sh.h | 878 #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
|
| HD | sh.sem.c | 269 t->t_dflg |= F_TIME; in execute() 366 if (((t->t_dflg & F_TIME) || ((t->t_dflg & F_NOFORK) == 0 && in execute()
|
| HD | sh.proc.c | 742 if (t->t_dflg & F_TIME) in palloc()
|
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_write_set_format_mtree.c | 205 #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/ |
| HD | walk.c | 505 if (specnode->flags & F_TIME) { in apply_specentry()
|