Home
last modified time | relevance | path

Searched full:ignoring (Results 1 – 25 of 947) sorted by relevance

12345678910>>...38

/freebsd/contrib/bmake/unit-tests/
H A Dvarname-empty.exp1 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 Dvarname-dot-suffixes.exp1 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 Dvarname-dot-suffixes.mk54 # expect: Global: ignoring delete '.SUFFIXES' as it is not found
64 # expect: Global: ignoring '.SUFFIXES = set' as it is read-only
66 # expect: Global: ignoring '.SUFFIXES = append' as it is read-only
68 # expect: Global: ignoring '.SUFFIXES = assign' as it is read-only
70 # expect: Global: ignoring '.SUFFIXES = preserve' as it is read-only
97 # expect: Command: ignoring '.SUFFIXES = 1' as it is read-only
98 # expect: Command: ignoring '.SUFFIXES = 2' as it is read-only
99 # expect: Command: ignoring delete '.SUFFIXES' as it is not found
H A Dvardebug.exp1 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 Dvarname-dot-shell.exp4 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 Dvardebug.mk13 # expect: Global: ignoring delete 'VAR' as it is not found
17 # expect: Global: ignoring ' = empty name' as the variable name '${:U}' expands to empty
19 # expect: Global: ignoring ' += empty name' as the variable name '${:U}' expands to empty
72 # expect: Command: ignoring '.SHELL = overwritten' as it is read-only
H A Dsuff.exp15 Global: ignoring delete '.INCLUDEDFROMDIR' as it is not found
16 Global: ignoring delete '.INCLUDEDFROMFILE' as it is not found
32 Command: ignoring delete 'v' as it is not found
36 Global: ignoring delete '.SHELL' as it is not found
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchBaseInfo.cpp117 << "' is not a recognized ABI for this target, ignoring and " in computeTargetABI()
125 "ignoring and using triple-implied ABI\n"; in computeTargetABI()
134 "ignoring and using triple-implied ABI\n"; in computeTargetABI()
145 "instruction set, ignoring and using triple-implied ABI\n"; in computeTargetABI()
151 "instruction set, ignoring and using triple-implied ABI\n"; in computeTargetABI()
168 errs() << "warning: the triple-implied ABI is invalid, ignoring and using " in computeTargetABI()
172 "invalid, ignoring and using feature-implied ABI\n"; in computeTargetABI()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td37 "ignoring invalid /arch: argument '%0'; for %select{64|32}1-bit expected one of %2">,
130 "ignoring '%0' option for offload arch '%1' as it is not currently supported "
134 "ignoring '%0' option as it is not currently supported for target '%1'">,
143 "ignoring '%0' option as it is not currently supported for processor '%1'">,
381 …"ignoring '-f%select{no-|}0raw-string-literals', which is only valid for C and C++ standards befor…
412 "ignoring -fapple-kext which is valid for C++ and Objective-C++ only">;
414 "ignoring -fdiscard-value-names for LLVM Bitcode">,
462 "ignoring invalid -ftabstop value '%0', using default value %1">;
490 "ignoring -fverify-debuginfo-preserve-export=%0 because "
584 "ignoring '-mnan=2008' option because the '%0' architecture does not support it">,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64DeadRegisterDefinitionsPass.cpp128 LLVM_DEBUG(dbgs() << " Ignoring, operand is frame index\n"); in processMachineBasicBlock()
137 << " Ignoring, XZR or WZR already used by the instruction\n"); in processMachineBasicBlock()
142 LLVM_DEBUG(dbgs() << " Ignoring, semantics change with xzr/wzr.\n"); in processMachineBasicBlock()
161 LLVM_DEBUG(dbgs() << " Ignoring, def is tied operand.\n"); in processMachineBasicBlock()
167 LLVM_DEBUG(dbgs() << " Ignoring, register is not a GPR.\n"); in processMachineBasicBlock()
174 LLVM_DEBUG(dbgs() << " Ignoring, register is not a GPR.\n"); in processMachineBasicBlock()
/freebsd/contrib/mandoc/
H A Dmandoc_msg.c169 "ignoring distance argument",
195 "ignoring excessive spacing in tbl layout",
197 "ignoring data in spanned tbl cell",
198 "ignoring extra tbl data cells",
207 "ignoring request outside macro",
256 "ignoring macro in table",
H A Dmandoc.h170 MANDOCERR_MC_DIST, /* ignoring distance argument: mc ... arg */
196 MANDOCERR_TBLLAYOUT_SPC, /* ignoring excessive spacing in tbl layout */
198 MANDOCERR_TBLDATA_SPAN, /* ignoring data in spanned tbl cell: data */
199 MANDOCERR_TBLDATA_EXTRA, /* ignoring extra tbl data cells: data */
258 MANDOCERR_TBLMACRO, /* ignoring macro in table: macro */
/freebsd/usr.bin/mail/
H A Dsend.c55 int ishead, infld, ignoring, dostat, firstline; in sendmessage() local
87 ignoring = doign == ignoreall; in sendmessage()
100 ignoring = doign == ignoreall; in sendmessage()
132 ignoring = 0; in sendmessage()
140 ignoring = 1; in sendmessage()
151 ignoring = 1; in sendmessage()
153 ignoring = 0; in sendmessage()
159 if (!ignoring) { in sendmessage()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp47 << "' is not a recognized ABI for this target (ignoring target-abi)\n"; in computeTargetABI()
49 errs() << "32-bit ABIs are not supported for 64-bit targets (ignoring " in computeTargetABI()
53 errs() << "64-bit ABIs are not supported for 32-bit targets (ignoring " in computeTargetABI()
60 << "Only the ilp32e ABI is supported for RV32E (ignoring target-abi)\n"; in computeTargetABI()
66 << "Only the lp64e ABI is supported for RV64E (ignoring target-abi)\n"; in computeTargetABI()
/freebsd/usr.sbin/etcupdate/tests/
H A Dignore_test.sh66 # These tests deal with ignoring certain patterns of files. We run the
67 # test multiple times ignoring different patterns.
185 # First run the test ignoring no patterns.
251 # only ignoring the files under that directory. Note that this also
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_strcasecmp.pod5 OPENSSL_strcasecmp, OPENSSL_strncasecmp - compare two strings ignoring case
17 B<s1> and B<s2>, ignoring the case of the characters.
/freebsd/contrib/diff/lib/
H A Dstrcase.h23 /* Compare strings S1 and S2, ignoring case, returning less than, equal to or
29 /* Compare no more than N characters of strings S1 and S2, ignoring case,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp83 << " (ignoring feature)\n"; in ApplyFeatureFlag()
178 << " (ignoring processor)\n"; in getFeatures()
191 << "target (ignoring processor)\n"; in getFeatures()
287 << " (ignoring feature)\n"; in ToggleFeature()
321 << " (ignoring processor)\n"; in getSchedModelForCPU()
/freebsd/usr.sbin/pw/
H A Dpw_conf.c343 " ignoring", q); in read_userconfig()
352 " ignoring", q); in read_userconfig()
361 " ignoring", q); in read_userconfig()
370 " ignoring", q); in read_userconfig()
379 " '%s'; ignoring", q); in read_userconfig()
388 " '%s'; ignoring", q); in read_userconfig()
/freebsd/sys/net/
H A Ddebugnet_inet.c328 DNETDEBUG("ignoring ARP from myself\n"); in debugnet_handle_arp()
340 DNETDEBUG("ignoring ARP from broadcast address\n"); in debugnet_handle_arp()
348 DNETDEBUG("ignoring ARP reply from %s (not configured" in debugnet_handle_arp()
354 DNETDEBUG("ignoring server ARP reply from %s (already" in debugnet_handle_arp()
370 DNETDEBUG("ignoring ARP non-request/reply\n"); in debugnet_handle_arp()
375 DNETDEBUG("ignoring ARP not to our IP\n"); in debugnet_handle_arp()
/freebsd/lib/libomp/
H A Dkmp_i18n_default.inc175 "%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\").",
242 "Ignoring invalid OS proc ID %1$d.",
382 "%1$s: Ignoring hwloc mechanism.",
416 "KMP_HW_SUBSET: ignoring %1$s attribute. This machine is not a hybrid architecutre.",
/freebsd/contrib/elftoolchain/libelf/
H A Delf_open.c34 * Extension API: open a file for reading, ignoring parse errors.
50 * ignoring parse errors.
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dparser.y398 SYSLOG(LOGERR, "Ignoring duplicated entry for bdaddr %s" EOL, in check_hid_device()
404 SYSLOG(LOGERR, "Ignoring entry with invalid control PSM" EOL); in check_hid_device()
409 SYSLOG(LOGERR, "Ignoring entry with invalid interrupt PSM" EOL); in check_hid_device()
414 SYSLOG(LOGERR, "Ignoring entry without HID descriptor" EOL); in check_hid_device()
515 SYSLOG(LOGWARNING, "Ignoring unparseable BD_ADDR in " \ in read_hids_file()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h162 /// Check for string equality, ignoring case.
181 /// Compare two strings, ignoring case.
258 /// Check if this string starts with the given \p Prefix, ignoring case.
271 /// Check if this string ends with the given \p Suffix, ignoring case.
286 /// Search for the first character \p C in the string, ignoring case.
322 /// Search for the first string \p Str in the string, ignoring case.
342 /// Search for the last character \p C in the string, ignoring case.
354 /// Search for the last string \p Str in the string, ignoring case.
628 /// Returns true if this StringRef has the given prefix, ignoring case,
648 /// Returns true if this StringRef has the given suffix, ignoring case,
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-string.h124 // Compares two C strings, ignoring case. Returns true if and only if
132 // Compares two wide C strings, ignoring case. Returns true if and only if
148 // ignoring case. Any string is considered to end with an empty suffix.

12345678910>>...38