/src/usr.bin/make/unit-tests/ |
job-flags.mk | 4 # like .SILENT or .IGNORE, as well as the command line options -s or -i. 8 all: silent .WAIT ignore .WAIT ignore-cmds 16 ignore: .IGNORE .PHONY target 22 ignore-cmds: .PHONY 23 # This node is not marked .IGNORE; individual commands can be switched 24 # to ignore mode by prefixing them with a '-'.
|
depsrc-ignore.mk | 1 # $NetBSD: depsrc-ignore.mk,v 1.5 2020/11/15 20:20:58 rillig Exp $ 3 # Tests for the special source .IGNORE in dependency declarations, 6 # Even though 'ignore-errors' fails, 'all' is still made. Since 'all' is 7 # not marked with .IGNORE, it stops at the first failing command. 11 # ignore-errors". This is due to stdout being buffered. 34 # "ignore-errors begin" 36 # "false ignore-errors" 42 # "ignore-errors end" 56 all: ignore-errors 58 ignore-errors: .IGNOR [all...] |
Makefile | 121 TESTS+= depsrc-ignore 150 TESTS+= deptgt-ignore 276 TESTS+= opt-ignore 544 SED_CMDS.meta-ignore= -e 's,\(\.meta:\)[1-9][0-9]*:,\1<line>:,' 576 SED_CMDS.varname-dot-make-meta-ignore_filter+= ${SED_CMDS.meta-ignore} 577 SED_CMDS.varname-dot-make-meta-ignore_paths+= ${SED_CMDS.meta-ignore} 578 SED_CMDS.varname-dot-make-meta-ignore_patterns+= ${SED_CMDS.meta-ignore} 601 # In tests that use the debugging option -dd, ignore debugging output that is
|
/src/usr.bin/base64/ |
base64.c | 129 b64_decode(FILE *fout, FILE *fin, bool ignore) 139 if (ignore && isspace(c)) 186 if (ignore && isspace(c)) 195 if (ignore && isspace(c)) 222 doit(FILE *fout, FILE *fin, bool decode, bool ignore, size_t wrap) 227 e = b64_decode(fout, fin, ignore); 241 bool ignore = true; local in function:main 247 decode = ignore = true; 253 ignore = true; 265 doit(stdout, stdin, decode, ignore, wrap) [all...] |
/src/games/larn/ |
object.c | 239 ignore(); 258 ignore(); 317 ignore(); 329 ignore(); 369 ignore(); 551 ignore(); 670 ignore(); 880 ignore(); 1172 ignore(); 1222 ignore(); 1337 ignore(void) function in typeref:typename:void [all...] |
/src/usr.bin/cvslatest/ |
cvslatest.c | 62 static int ignore = 0; variable in typeref:typename:int 129 if (!ignore) 139 if (!ignore) 145 if (!ignore) 261 ignore++;
|
/src/usr.bin/mail/ |
glob.h | 73 EXTERN struct ignoretab ignore[2]; /* ignored and retained fields variable in typeref:struct:ignoretab[2] 74 0 is ignore, 1 is retain */ 78 EXTERN struct ignoretab ignoreall[2]; /* special, ignore all headers */ 81 EXTERN struct ignoretab forwardtab[2]; /* ignore tab used when forwarding */
|
def.h | 106 #define ENAME_IGNORE "ignore" 386 struct ignore { struct in struct:ignoretab 387 struct ignore *i_link; /* Next ignored field in bucket */
|
/src/usr.bin/usbhidaction/ |
usbhidaction.c | 91 int demon, ignore; local in function:main 104 ignore = 0; 114 ignore++; 162 commands = parse_conf(conf, repd, reportid, ignore); 206 parse_conf(conf, repd, reportid, ignore); 237 parse_conf(const char *conf, report_desc_t repd, int reportid, int ignore) 371 if (ignore) { 373 warnx("ignore item '%s'", name);
|
/src/usr.bin/vacation/ |
vacation.c | 485 static struct ignore { struct in function:junkmail 488 } ignore[] = { local in function:junkmail 498 struct ignore *cur; 519 for (cur = ignore; cur->name; ++cur)
|
/src/sys/net80211/ |
ieee80211_proto.c | 353 int i, j, ignore, error; local in function:ieee80211_fix_rate 370 ignore = 0; 414 * Otherwise we just discard/ignore the rate. 423 ignore++; 430 if (ignore) { 438 if (!ignore) { 1044 /* ignore and retry scan on timeout */
|
/src/games/atc/ |
input.c | 93 static const char *ignore(int); 146 { 'i', 7, " ignore", ignore }, 695 ignore(int c __unused) function in typeref:typename:const char * 698 return ("Cannot ignore planes on the ground");
|
/src/sys/arch/hppa/include/ |
som.h | 92 u_int ignore : 1; member in struct:som_exec_aux
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_rtl.cc | 351 ScopedIgnoreInterceptors ignore; local in function:__tsan::Initialize
|
tsan_rtl_report.cc | 40 ScopedIgnoreInterceptors ignore; local in function:__tsan::TsanCheckFailed 594 ScopedIgnoreInterceptors ignore; local in function:__tsan::ReportRace
|
tsan_interceptors.cc | 339 // to ignore munmap in this case -- we handle stack shadow separately. 953 ScopedIgnoreInterceptors ignore; local in function:__tsan_thread_start_func 1011 ScopedIgnoreInterceptors ignore; local in function:TSAN_INTERCEPTOR 2091 // inside of getaddrinfo. So ignore memory accesses. 2106 // we'll assert in CheckNoLocks() unless we ignore interceptors. 2107 ScopedIgnoreInterceptors ignore; local in function:TSAN_INTERCEPTOR
|
/src/usr.bin/unifdef/ |
unifdef.c | 119 LT_TRUEI, /* a true #if with ignore flag */ 120 LT_FALSEI, /* a false #if with ignore flag */ 219 static bool ignore[MAXSYMS]; /* -iDsym or -iUsym */ variable in typeref:typename:bool[] 236 static bool ignoring[MAXDEPTH]; /* ignore comments state */ 387 * ignore state on a stack. In some complicated cases they have to 442 /* ignore comments in this block */ 627 if (ignore[cursym]) 976 ignore[symind] = ignorethis;
|
/src/usr.sbin/sysinst/ |
net.c | 281 const char **ignore; local in function:get_ifconfig_info 305 for (ignore = ignored_if_names; *ignore != NULL; ignore++) { 306 size_t len = strlen(*ignore); 307 if (strncmp(buf, *ignore, len) == 0 && 311 if (*ignore != NULL) 410 (void)strtok(textbuf, "\n"); /* ignore first line */
|
/src/usr.sbin/route6d/ |
route6d.c | 1043 return; /* Ignore packets from non-link-local addr */ 1049 return; /* Ignore it */ 1052 return; /* The packet is from me; ignore */ 1898 return 0; /* ignore loopback */ 2012 int advert, ignore, i; local in function:ifrt_p2p 2029 advert = ignore = 0; 2055 ignore |= P2PADVERT_NETWORK; 2078 ignore |= P2PADVERT_NETWORK; 2085 if ((ignore & i) != 0) 2431 return; /* ignore routes without destination address * [all...] |
/src/sbin/ifconfig/ |
ifconfig.c | 516 unsigned short ignore; local in function:no_cmds_exec 521 else if (getifflags(env, oenv, &ignore) == -1) 596 unsigned short ignore; local in function:media_status_exec 601 else if (getifflags(env, oenv, &ignore) == -1)
|
/src/sys/dev/isa/ |
gus.c | 1569 * If this is the first half of stereo, "ignore" this one 1685 int ignore, voice, rval; local in function:gus_voice_intr 1692 ignore = 0; 1697 * to ignore multiple interrupts for the same voice. 1714 * We've got a voice interrupt. Ignore previous 1721 if ((1 << voice) & ignore) 1724 ignore |= 1 << voice; 1828 * Ignore other interrupts for now
|
/src/sys/dev/pci/ |
if_iwmreg.h | 989 uint64_t ignore; member in struct:iwm_tlv_ucode_header 5407 * @client_bitmap: clients ignore this entry - enum scan_framework_client 6529 * 30: flag ignore TC (terminal counter) request
|