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

  /src/usr.bin/make/unit-tests/
meta-ignore.inc 1 # $NetBSD: meta-ignore.inc,v 1.2 2023/02/25 19:30:32 sjg Exp $
9 IGNORE:= ${TMPDIR}/ignore
18 @mkdir -p ${IGNORE} ${OBJ}
19 @echo > ${IGNORE}/check
20 @rm -f ${OBJ}/check-ignore
25 DESC.one= Initialize check-ignore.meta
26 DESC.two= Use .MAKE.META.${TEST} - check-ignore is up to date
27 DESC.three= Skip .MAKE.META.${TEST} - check-ignore is out of date
33 ${MAKE} -C ${.CURDIR} -f ${makefile} check-ignore parent=${.TARGET
    [all...]
sh-flags.mk 26 tgt-ignerr.yes= .IGNORE
113 ${target}: .IGNORE
  /src/usr.sbin/timed/timed/
globals.h 97 #define IGNORE 4
98 #define ALL (SLAVE|MASTER|IGNORE)
timed.c 562 case IGNORE:
578 case IGNORE:
579 fprintf(fd, "IGNORE\n");
590 status &= ~IGNORE;
604 ntp->status = IGNORE;
621 if (ntp->status == IGNORE || ntp->status == NOMASTER) {
slave.c 119 if (ntp->status == IGNORE
192 || fromnet->status == IGNORE
master.c 116 /* If a bogus master told us to quit, we can have decided to ignore a
123 if (ntp->status == IGNORE
  /src/bin/csh/
exp.c 55 #define IGNORE 1 /* in ignore, it means to ignore value, just parse */
56 #define NOGLOB 2 /* in ignore, it means not to globone */
98 exp0(Char ***vp, int ignore)
102 p1 = exp1(vp, ignore);
110 p2 = exp0(vp, (ignore & IGNORE) || p1);
120 exp1(Char ***vp, int ignore)
124 p1 = csh_exp2(vp, ignore);
    [all...]
  /src/sbin/fsck_lfs/
fsck.h 87 DONTKNOW, NOFIX, FIX, IGNORE
utilities.c 208 idesc.id_fix = IGNORE;
274 case IGNORE:
dir.c 189 if (idesc->id_fix == IGNORE)
229 if (idesc->id_fix == IGNORE)
inode.c 135 if (idesc->id_fix != IGNORE)
  /src/sbin/fsck_ext2fs/
fsck.h 116 enum fixstate {DONTKNOW, NOFIX, FIX, IGNORE};
utilities.c 428 idesc.id_fix = IGNORE;
492 case IGNORE:
dir.c 211 if (idesc->id_fix == IGNORE)
242 if (idesc->id_fix == IGNORE)
inode.c 176 if (idesc->id_fix != IGNORE)
  /src/sbin/fsck_ffs/
fsck.h 181 enum fixstate {DONTKNOW, NOFIX, FIX, IGNORE};
dir.c 256 if (idesc->id_fix == IGNORE)
289 if (idesc->id_fix == IGNORE)
utilities.c 496 idesc.id_fix = IGNORE;
560 case IGNORE:
inode.c 83 if (idesc->id_fix != IGNORE)
616 /* XXX: We don't fix but we ignore */
  /src/sbin/fsdb/
fsdb.c 556 idesc.id_fix = IGNORE;
1022 idesc.id_fix = IGNORE;
1132 idesc.id_fix = IGNORE;
1181 idesc.id_fix = IGNORE;
1234 idesc.id_fix = IGNORE;

Completed in 26 milliseconds