HomeSort by: relevance | last modified time | path
    Searched refs:F_TIME (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.sbin/mtree/
mtree.h 38 F_TIME | F_TYPE | F_UID | F_FLAGS)
84 #define F_TIME 0x00020000 /* modification time */
specspec.c 166 if (FM(n1, n2, F_TIME, st_mtimespec))
167 differs |= F_TIME;
misc.c 91 {"time", F_TIME, NEEDVALUE},
create.c 272 if (keys & F_TIME)
spec.c 378 if (MATCHFLAG(F_TIME))
647 case F_TIME:
compare.c 332 if (s->flags & F_TIME) {
  /src/bin/csh/
csh.h 316 #define F_SAVE (F_NICE|F_TIME|F_NOHUP) /* save these when re-doing */
331 #define F_TIME (1<<13) /* time this command */
sem.c 144 t->t_dflg |= F_TIME;
191 if (((t->t_dflg & F_TIME) || ((t->t_dflg & F_NOFORK) == 0 &&
proc.c 461 if (t->t_dflg & F_TIME)
  /src/bin/pax/
ftree.c 470 if (!(ftnode->flags & F_TIME))
509 if (ftnode->flags & F_TIME)
  /src/usr.sbin/makefs/
walk.c 566 /* XXX: require F_TIME ? */
664 if (specnode->flags & F_TIME) {

Completed in 18 milliseconds