Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/mtree/
H A Dmtree.h14 (F_GID | F_MODE | F_NLINK | F_SIZE | F_SLINK | F_TIME | F_UID)
41 #define F_TIME 0x0400 /* modification time */ macro
H A Dmisc.c37 "time", F_TIME, NEEDVALUE,
H A Dcompare.c146 if (s->flags & F_TIME &&
H A Dspec.c190 case F_TIME:
H A Dcreate.c127 if (keys & F_TIME)
/original-bsd/usr.bin/uucp/vms/
H A Duucp.h214 #define F_TIME 1 macro
/original-bsd/bin/csh/
H A Dcsh.h293 #define F_SAVE (F_NICE|F_TIME|F_NOHUP) /* save these when re-doing */
308 #define F_TIME (1<<13) /* time this command */ macro
H A Dsem.c123 t->t_dflg |= F_TIME;
170 if (((t->t_dflg & F_TIME) || ((t->t_dflg & F_NOFORK) == 0 &&
H A Dproc.c439 if (t->t_dflg & F_TIME)
/original-bsd/usr.bin/uucp/includes/
H A Duucp.h298 #define F_TIME 1 macro
/original-bsd/usr.bin/uucp/uucico/
H A Dconn.c410 if (ifdate(flds[F_TIME]) != FAIL)
413 DEBUG(2, "Wrong time ('%s') to call\n", flds[F_TIME]);