/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | cond.c | 51 int ignoring; member 97 cframe.ignoring = 1; in s_ifdef() 110 cframe.ignoring = ! (test_defined ^ is_defined); in s_ifdef() 118 && cframe.ignoring in s_ifdef() 120 || ! cframe.previous_cframe->ignoring)) in s_ifdef() 141 if (current_cframe != NULL && current_cframe->ignoring) in s_if() 170 cframe.ignoring = cframe.dead_tree || ! t; in s_if() 176 && cframe.ignoring in s_if() 178 || ! cframe.previous_cframe->ignoring)) in s_if() 198 cframe.ignoring = 1; in s_ifb() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | cond.c | 51 int ignoring; member 97 cframe.ignoring = 1; in s_ifdef() 110 cframe.ignoring = ! (test_defined ^ is_defined); in s_ifdef() 118 && cframe.ignoring in s_ifdef() 120 || ! cframe.previous_cframe->ignoring)) in s_ifdef() 141 if (current_cframe != NULL && current_cframe->ignoring) in s_if() 170 cframe.ignoring = cframe.dead_tree || ! t; in s_if() 176 && cframe.ignoring in s_if() 178 || ! cframe.previous_cframe->ignoring)) in s_if() 198 cframe.ignoring = 1; in s_ifb() [all …]
|
/netbsd-src/usr.bin/make/unit-tests/ |
H A D | varname-empty.exp | 1 Command: ignoring ' = cmdline-u' as the variable name '${:U}' expands to empty 2 Command: ignoring ' = cmdline-plain' as the variable name '' expands to empty 9 Global: ignoring delete '.INCLUDEDFROMDIR' as it is not found 10 Global: ignoring delete '.INCLUDEDFROMFILE' as it is not found 11 Global: ignoring ' = default' as the variable name '' expands to empty 12 Global: ignoring ' = assigned' as the variable name '' expands to empty 13 Global: ignoring ' = appended' as the variable name is empty 14 Global: ignoring ' = ' as the variable name '' expands to empty 15 Global: ignoring ' = subst' as the variable name '' expands to empty 17 Global: ignoring ' = shell-output' as the variable name '' expands to empty [all …]
|
H A D | varname-dot-suffixes.exp | 1 Global: ignoring delete '.SUFFIXES' as it is not found 4 Global: ignoring '.SUFFIXES = set' as it is read-only 5 Global: ignoring '.SUFFIXES = append' as it is read-only 10 Global: ignoring '.SUFFIXES = assign' as it is read-only 17 Global: ignoring '.SUFFIXES = preserve' as it is read-only 29 Command: ignoring '.SUFFIXES = 1' as it is read-only 32 Command: ignoring '.SUFFIXES = 2' as it is read-only 35 Command: ignoring delete '.SUFFIXES' as it is not found
|
H A D | vardebug.exp | 1 Global: ignoring delete 'FROM_CMDLINE' as it is not found 7 Global: ignoring delete 'VAR' as it is not found 8 Global: ignoring ' = empty name' as the variable name '${:U}' expands to empty 9 Global: ignoring ' += empty name' as the variable name '${:U}' expands to empty 10 Global: ignoring 'FROM_CMDLINE = overwritten' due to a command line variable of the same name 62 Global: ignoring delete '.SHELL' as it is not found 64 Command: ignoring '.SHELL = overwritten' as it is read-only
|
H A D | varname-dot-shell.exp | 4 Global: ignoring delete '.SHELL' as it is not found 8 Global: ignoring '.SHELL = overwritten' due to a command line variable of the same name 16 Command: ignoring '.SHELL += appended' as it is read-only 23 Global: ignoring delete '.SHELL' as it is not found 25 Global: ignoring '.SHELL = newly overwritten' due to a command line variable of the same name
|
H A D | var-scope-local.exp | 4 one: ignoring ' = three' as the variable name '' expands to empty 5 two: ignoring ' = three' as the variable name '' expands to empty
|
H A D | var-readonly.exp | 1 Global: ignoring delete 'N' as it is read-only
|
H A D | deptgt-makeflags.exp | 1 Global: ignoring delete 'DOLLAR' as it is not found
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | dict_regexp.ref | 1 ./dict_open: warning: regexp map dict_regexp.map, line 1: ignoring extra text after IF statement: "… 3 ./dict_open: warning: regexp map dict_regexp.map, line 5: ignoring extra text after ENDIF 8 ./dict_open: warning: regexp map dict_regexp.map, line 24: ignoring ENDIF without matching IF 9 ./dict_open: warning: regexp map dict_regexp.map, line 25: ignoring ENDIF without matching IF
|
H A D | dict_pcre.ref | 1 ./dict_open: warning: pcre map dict_pcre.map, line 1: ignoring extra text after IF statement: "fodd… 3 ./dict_open: warning: pcre map dict_pcre.map, line 5: ignoring extra text after ENDIF 9 ./dict_open: warning: pcre map dict_pcre.map, line 24: ignoring ENDIF without matching IF 10 ./dict_open: warning: pcre map dict_pcre.map, line 25: ignoring ENDIF without matching IF
|
H A D | dict_thash.ref | 1 postmap: warning: dict_thash.in, line 1: unbalanced '"' in '"the answer is 42' -- ignoring this line 3 postmap: warning: dict_thash.in, line 3: expected format: key whitespace value -- ignoring this line
|
/netbsd-src/usr.bin/mail/ |
H A D | send.c | 126 int isheadflag, infld, ignoring, dostat, firstline; in sendmessage() local 132 ignoring = 0; in sendmessage() 172 ignoring = doign == ignoreall || doign == bouncetab; in sendmessage() 176 ignoring = 1; in sendmessage() 190 ignoring = doign == ignoreall; in sendmessage() 221 ignoring = 0; in sendmessage() 231 ignoring = 1; in sendmessage() 242 ignoring = 1; in sendmessage() 244 ignoring = 0; in sendmessage() 250 if (!ignoring) { in sendmessage()
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | read.c | 79 char *ignoring; /* Are we ignoring or interpreting? member 290 if (conditionals->ignoring) in restore_conditionals() 291 free (conditionals->ignoring); in restore_conditionals() 462 int ignoring = 0, in_ignored_define = 0; in eval() local 543 if (ignoring) in eval() 607 if (ignoring) in eval() 625 ignoring = i; in eval() 640 if (ignoring) in eval() 667 if (ignoring) in eval() 685 else if (!ignoring in eval() [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/dns/ |
H A D | no-mx.ref | 8 ./test_dns_lookup: ignoring DNS RR: porcupine.org. 3600 IN MX 10 spike.porcupine.org. 9 ./test_dns_lookup: ignoring DNS RR: porcupine.org. 3600 IN MX 30 m1.porcupine.org. 10 ./test_dns_lookup: ignoring DNS RR: porcupine.org. 3600 IN MX 30 vz.porcupine.org.
|
H A D | no-a.ref | 6 ./test_dns_lookup: ignoring DNS RR: spike.porcupine.org. 3600 IN A 168.100.3.2
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
H A D | smtpd_dns_filter.ref | 17 ./smtpd_check: ignoring DNS RR: xn--1xa.porcupine.org. TTL IN MX 10 spike.porcupine.org. 33 ./smtpd_check: ignoring DNS RR: spike.porcupine.org. TTL IN A 168.100.3.2 37 ./smtpd_check: ignoring DNS RR: fist.porcupine.org. TTL IN A 168.100.3.4 81 ./smtpd_check: ignoring DNS RR: xn--1xa.porcupine.org. TTL IN MX 10 spike.porcupine.org. 99 ./smtpd_check: ignoring DNS RR: spike.porcupine.org. TTL IN A 168.100.3.2 103 ./smtpd_check: ignoring DNS RR: fist.porcupine.org. TTL IN A 168.100.3.4 142 ./smtpd_check: ignoring DNS RR: 2.0.0.127.dnsbltest.porcupine.org. TTL IN A 127.0.0.2 151 ./smtpd_check: ignoring DNS RR: 2.0.0.127.dnsbltest.porcupine.org. TTL IN TXT DNS blocklist test
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | server_acl.ref | 13 unknown: warning: server_acl: permit_mynetworks: mynetworks lookup error -- ignoring the remainder … 17 unknown: warning: server_acl: fail:1: table lookup error -- ignoring the remainder of this access l…
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticDriverKinds.td | 304 "ignoring -fapple-kext which is valid for C++ and Objective-C++ only">; 306 "ignoring -fdiscard-value-names for LLVM Bitcode">, 333 "ignoring invalid -ftabstop value '%0', using default value %1">; 355 "ignoring -fverify-debuginfo-preserve-export=%0 because " 422 "ignoring '-mnan=2008' option because the '%0' architecture does not support it">, 425 "ignoring '-mnan=legacy' option because the '%0' architecture does not support it">, 428 "ignoring '-mabs=legacy' option because the '%0' architecture does not support it">, 431 "ignoring '-mabs=2008' option because the '%0' architecture does not support it">, 434 "ignoring '-mcompact-branches=' option because the '%0' architecture does not" 437 "ignoring extension '%0' because the '%1' architecture does not support it">, [all …]
|
/netbsd-src/bin/csh/ |
H A D | file.c | 486 int ignoring, looking_for_lognames; in tsearch() local 492 ignoring = TRUE; in tsearch() 530 if (ignoring && ignored(entry)) in tsearch() 537 if (ignoring && numitems == 0 && nignored > 0) { in tsearch() 538 ignoring = FALSE; in tsearch()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | OPENSSL_strcasecmp.pod | 5 OPENSSL_strcasecmp, OPENSSL_strncasecmp - compare two strings ignoring case 17 B<s1> and B<s2>, ignoring the case of the characters.
|
/netbsd-src/usr.bin/unifdef/ |
H A D | unifdef.c | 236 static bool ignoring[MAXDEPTH]; /* ignore comments state */ variable 521 ignoring[depth] = ignoring[depth-1]; in ignoreoff() 526 ignoring[depth] = true; in ignoreon() 853 if (text || ignoring[depth]) { in skipcomment()
|
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
H A D | cleanup_milter.ref15h1 | 2 ./cleanup_milter: ignoring: add_header X-SPAM-FLAG NO
|
/netbsd-src/external/ibm-public/postfix/dist/src/postmap/ |
H A D | quote_test.ref | 1 postmap: warning: stdin, line 1: unbalanced '"' in '"dd ee ff' -- ignoring this line
|
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | warn-mixed-multi-key.pem.ref | 1 unknown: warning: ignoring 2nd key at index 4 in warn-mixed-multi-key.pem after 1st at 2
|