| /freebsd-14.2/usr.bin/mail/ |
| H A D | send.c | 61 int ishead, infld, ignoring, dostat, firstline; in sendmessage() local 93 ignoring = doign == ignoreall; in sendmessage() 106 ignoring = doign == ignoreall; in sendmessage() 138 ignoring = 0; in sendmessage() 146 ignoring = 1; in sendmessage() 157 ignoring = 1; in sendmessage() 159 ignoring = 0; in sendmessage() 165 if (!ignoring) { in sendmessage()
|
| /freebsd-14.2/usr.sbin/manctl/ |
| H A D | manctl.sh | 66 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ; 199 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ; 253 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticDriverKinds.td | 124 "ignoring '%0' option for offload arch '%1' as it is not currently supported " 128 "ignoring '%0' option as it is not currently supported for target '%1'">, 137 "ignoring '%0' option as it is not currently supported for processor '%1'">, 398 "ignoring -fapple-kext which is valid for C++ and Objective-C++ only">; 400 "ignoring -fdiscard-value-names for LLVM Bitcode">, 441 "ignoring invalid -ftabstop value '%0', using default value %1">; 469 "ignoring -fverify-debuginfo-preserve-export=%0 because " 585 "ignoring '-msmall-data-limit=' with -mcmodel=large for -fpic or RV64">, 588 "ignoring '-mlong-calls' option as it is not currently supported with " 592 "ignoring '%0' option as it cannot be used with " [all …]
|
| H A D | DiagnosticParseKinds.td | 883 "ignoring '%select{static|inline}0' keyword on explicit template " 1139 "missing '(' after '#pragma %0' - ignoring">, InGroup<IgnoredPragmas>; 1141 "missing ')' after '#pragma %0' - ignoring">, InGroup<IgnoredPragmas>; 1145 "expected string literal in '#pragma %0' - ignoring">, InGroup<IgnoredPragmas>; 1329 "missing ':' after %0 - ignoring">, InGroup<IgnoredPragmas>; 1331 …"expected %select{'enable', 'disable', 'begin' or 'end'|'disable'}0 - ignoring">, InGroup<IgnoredP… 1333 "OpenCL extension %0 unknown or does not require pragma - ignoring">, InGroup<IgnoredPragmas>; 1335 "unsupported OpenCL extension %0 - ignoring">, InGroup<IgnoredPragmas>; 1337 "OpenCL extension %0 is core feature or supported optional core feature - ignoring">, 1390 "missing ':' or ')' after %0 - ignoring">, InGroup<IgnoredPragmas>; [all …]
|
| /freebsd-14.2/crypto/openssl/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.
|
| H A D | X509_verify_cert.pod | 23 If I<store> is NULL it builds the chain as far down as possible, ignoring errors.
|
| H A D | X509V3_get_d2i.pod | 89 B<X509V3_ADD_APPEND> appends a new extension, ignoring whether the extension
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | sh.file.c | 501 int ignoring = TRUE, nignored = 0; in tsearch() local 545 if (ignoring && ignored(item)) in tsearch() 551 if (ignoring && items.len == 0 && nignored > 0) { in tsearch() 552 ignoring = FALSE; in tsearch()
|
| H A D | tcsh.man2html | 183 if (/^\.ig/) { # Start ignoring 185 } elsif (/^\.\./) { # Stop ignoring 445 # Find paragraph markers, ignoring those between '.ig' and '..' 456 if ($man[$_] =~ /^\.ig/) { # Start ignoring 458 } elsif ($man[$_] =~ /^\.\./) { # Stop ignoring
|
| H A D | tw.parse.c | 940 int ignoring = flags & TW_IGN_OK; /* Use fignore? */ in tw_collect_items() local 1165 if (ignoring && ignored(item.s)) { in tw_collect_items() 1223 if (ignoring && numitems == 0 && nignored > 0) in tw_collect_items()
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | umtx_suspend.sh | 23 // failure: a thread spins around "umtxpi" the kernel, ignoring signals
|
| /freebsd-14.2/contrib/tcsh/nls/C/ |
| H A D | set11 | 15 -f start faster by ignoring the start-up file \n\
|
| H A D | set3 | 16 14 Complete current word ignoring programmable completions
|
| /freebsd-14.2/lib/libomp/ |
| H A D | kmp_i18n_default.inc | 175 "%1$s: parameter has been specified already, ignoring \"%2$s\".", 176 "%1$s: parameter invalid, ignoring \"%2$s\".", 177 "%1$s: too many integer parameters specified, ignoring \"%2$s\".", 178 … "%1$s: too many integer parameters specified for logical or physical type, ignoring \"%2$d\".", 179 "%1$s: '%2$s' type does not take any integer parameters, ignoring them.", 205 "KMP_STATS_TIMER: clock function unknown (ignoring value \"%1$s\").", 416 "KMP_HW_SUBSET: ignoring %1$s attribute. This machine is not a hybrid architecutre.",
|
| /freebsd-14.2/contrib/unifdef/ |
| H A D | unifdef.c | 213 static bool ignoring[MAXDEPTH]; /* ignore comments state */ variable 651 ignoring[depth] = ignoring[depth-1]; in ignoreoff() 656 ignoring[depth] = true; in ignoreon() 1250 if (text || ignoring[depth]) { in skipcomment()
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | terminfo | 59 # ncurses6 (2015) uses this format, ignoring byte-order
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 220 AffParamDefined "%1$s: parameter has been specified already, ignoring \"%2$s\"." 221 AffInvalidParam "%1$s: parameter invalid, ignoring \"%2$s\"." 222 AffManyParams "%1$s: too many integer parameters specified, ignoring \"%2$s\"." 223 … "%1$s: too many integer parameters specified for logical or physical type, ignoring \"%2$d\"." 224 AffNoParam "%1$s: '%2$s' type does not take any integer parameters, ignoring them… 250 TimerUnknownFunction "KMP_STATS_TIMER: clock function unknown (ignoring value \"%1$s\")." 481 AffHWSubsetIgnoringAttr "KMP_HW_SUBSET: ignoring %1$s attribute. This machine is not a hybrid …
|
| /freebsd-14.2/sys/contrib/device-tree/src/arc/ |
| H A D | axc003.dtsi | 124 * So here we mimic a direct connection betwen them, ignoring the
|
| /freebsd-14.2/contrib/ncurses/misc/ |
| H A D | magic | 87 # ncurses6 (2015) uses this format, ignoring byte-order
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h616-orangepi-zero2.dts | 242 * act as a host (with a cable/adapter ignoring CC), as VBUS is
|
| /freebsd-14.2/contrib/bmake/mk/ |
| H A D | install-mk | 131 [ "$FORCE_SYS_MK" ] && Warning "ignoring: FORCE_{BSD,SYS}_MK (no longer supported)"
|
| /freebsd-14.2/contrib/googletest/docs/reference/ |
| H A D | matchers.md | 101 | `StrCaseEq(string)` | `argument` is equal to `string`, ignoring case. | 102 | `StrCaseNe(string)` | `argument` is not equal to `string`, ignoring case. | 136 …ed(ElementsAre(1, 2, 3))` verifies that `argument` contains elements 1, 2, and 3, ignoring order. |
|
| /freebsd-14.2/contrib/tcsh/nls/russian/ |
| H A D | set3 | 16 14 Complete current word ignoring programmable completions
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | px30-ringneck.dtsi | 103 * signal, ignoring the BIOS_DISABLE_OVERRIDE logic. This usually
|
| /freebsd-14.2/contrib/tcsh/nls/ukrainian/ |
| H A D | set3 | 16 14 Complete current word ignoring programmable completions
|