| /freebsd-14.2/tools/test/stress2/ |
| H A D | load.cfg | 6 ###export TESTPROGS="" # Remove comments for test 7 ###export HOG=1 # Remove comments for test 9 ###export LOAD=100 # Remove comments for test 10 ###export swapLOAD=100 # Remove comments for test 11 ###export rwLOAD=100 # Remove comments for test 12 ###export mkdirLOAD=100 # Remove comments for test 13 ###export creatLOAD=100 # Remove comments for test 14 ###export symlinkLOAD=100 # Remove comments for test 15 ###export swapLOAD=100 # Remove comments for test 16 ###export linkLOAD=100 # Remove comments for test
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 137 start_position.Remove(); in ParseFunctionImpl() 212 start_position.Remove(); in ParseFuncPtr() 298 start_position.Remove(); in ConsumeTemplateArgs() 324 start_position.Remove(); in ConsumeAbiTag() 348 start_position.Remove(); in ConsumeAnonymousNamespace() 370 start_position.Remove(); in ConsumeLambda() 395 start_position.Remove(); in ConsumeBrackets() 481 start_position.Remove(); in ConsumeOperator() 555 start_position.Remove(); in ConsumeDecltype() 567 start_position.Remove(); in ConsumeTypename() [all …]
|
| H A D | CPlusPlusNameParser.h | 98 b.Remove(); in Bookmark() 103 void Remove() { m_restore = false; } in Remove() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | CommonOpts.td | 42 HelpText<"Remove non-allocated sections outside segments. " 51 HelpText<"Remove all debug sections">; 57 HelpText<"Remove all symbols not needed by relocations">; 59 defm remove_section : Eq<"remove-section", "Remove <section>">, 67 HelpText<"Remove all section headers and all sections not in segments">; 97 HelpText<"Remove compiler-generated local symbols, (e.g. " 105 HelpText<"Remove all local symbols except file and section symbols. Also "
|
| H A D | ObjcopyOpts.td | 70 defm only_section : Eq<"only-section", "Remove all but <section>">, 100 HelpText<"Remove all DWARF .dwo sections from file">; 103 HelpText<"Remove all non-allocated sections outside segments">; 106 "Remove symbol <symbol> if it is not needed by relocations">, 122 "Remove all sections that are not DWARF .dwo sections from file">;
|
| H A D | StripOpts.td | 20 HelpText<"Remove Swift symbols">;
|
| /freebsd-14.2/contrib/diff/ |
| H A D | ChangeLog | 76 (CHAR_BIT): Remove. 302 * INSTALLME: Remove. 407 (DEFS): Remove. 717 (INCLUDES): Remove. 799 (myread): Remove. 1100 Remove. 1286 (bzero): Remove. 1336 (tmpmade): Remove. 1365 (primes): Remove. 1409 (horizon_lines): Remove. Remove all uses. [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_riscv.cpp | 584 Remove = SrcLoc - DestLoc; in relaxAlign() 585 assert(static_cast<int32_t>(Remove) >= 0 && in relaxAlign() 603 Remove = 6; in relaxCall() 607 Remove = 6; in relaxCall() 611 Remove = 4; in relaxCall() 615 Remove = 0; in relaxCall() 632 uint32_t Remove = 0; in relaxBlock() local 654 Delta += Remove; in relaxBlock() 710 if (Remove % 4 || E->getAddend() % 4) { in finalizeBlockRelax() 711 Skip = E->getAddend() - Remove; in finalizeBlockRelax() [all …]
|
| /freebsd-14.2/contrib/spleen/ |
| H A D | ChangeLog | 114 - Remove strain pixel on the '5' digit (5x8 version) 187 - Remove the dfont target in Makefile, generated files do not work on 197 - Remove strain pixel on the '3' and 'k' characters (32x64 version) 198 - Remove fillers for characters other than ISO 8859-1 ones (5x8 version) 219 - Remove quotation marks around XLFD font names 220 - Remove strain pixels on the inner upper part of parentheses (16x32 version) 227 - Remove all .dfont files from the repository, formats other than BDF are now 235 - Remove extra pixel from the '@' character (12x24 version) 252 - Remove artefacts from 'C', 'c' and 'F' characters for all fonts 253 - Remove artefact from the upper case 'G' character (8x16, 12x24, 16x32, [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRDFOpt.cpp | 97 bool rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove); 178 SetVector<NodeId> Remove = DeadInstrs; in run() local 185 Changed |= rewrite(SA, Remove); in run() 188 return erase(Remove) || Changed; in run() 217 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite() argument 271 Remove.insert(D.Id); in rewrite()
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | .skipped-commit-ids | 36 d4f699a421504df35254cf1c6f1a7c304fb907ca Remove 1k bit groups 37 aafe246655b53b52bc32c8a24002bc262f4230f7 Remove intermediate moduli 42 7cf73737f357492776223da1c09179fa6ba74660 Remove moduli <2k
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFObject.cpp | 97 bool Remove = ToRemove(Sec); in removeSections() local 98 if (Remove) in removeSections() 100 return Remove; in removeSections()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_ilist.h | 48 void Remove(Elem* e); 105 void IList<Base, Node, Elem>::Remove(Elem* e) { in Remove() function 122 Remove(e); in PopFront() 130 Remove(e); in PopBack()
|
| /freebsd-14.2/crypto/openssl/ssl/statem/ |
| H A D | README.md | 10 - Remove duplication of state code between client and server 11 - Remove duplication of state code between TLS and DTLS 14 - Remove duplication of code between each of the message handling functions
|
| /freebsd-14.2/contrib/one-true-awk/ |
| H A D | ChangeLog | 8 * .gitignore: Remove ytab* references. 11 * lib.c, main.c, tran.c: Remove include of ytab.h, wasn't needed. 47 * test/T.lilly: Remove gawk warnings from output, improves 111 * lib.c (isclvar): Remove check for additional '=' after 212 (setsval): Remove call to save_old_OFS(). If setting OFS, call 217 * awk.h (saveOFS, saveOFSlen, save_old_OFS): Remove declarations. 219 * run.c (saveOFS, saveOFSlen, save_old_OFS): Remove. 220 * tran.c (syminit): Remove initialization of saveOFS and saveOFSlen. 250 * awk.1: Remove standalone 'awk' at the top of file, it messed up 293 * makefile (gitadd, gitpush): Remove these targets. They
|
| /freebsd-14.2/sys/contrib/zlib/ |
| H A D | ChangeLog | 15 - Remove K&R function definitions and zlib2ansi 41 - Remove deleted assembler code references 103 - Remove destructive aspects of make distclean 178 - Remove unused variable in infback9.c 271 - Remove unnecessary gzgetc_ function 472 - Remove fdopen for MVS from gzguts.h 537 - Remove use of snprintf() from gzlib.c 594 - Remove zlib version check in gzwrite() 983 - Remove contrib/vstudio/vc15_16 [Vollant] 1036 - Remove #elif's from crc32.c [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | PathMappingList.h | 70 bool Remove(size_t index, bool notify); 72 bool Remove(ConstString path, bool notify);
|
| H A D | JITLoaderList.h | 29 void Remove(const lldb::JITLoaderSP &jit_loader_sp);
|
| /freebsd-14.2/contrib/wpa/hostapd/ |
| H A D | android.config | 134 # Remove debugging code that is printing out debug messages to stdout. 142 # Remove support for RADIUS accounting 145 # Remove support for RADIUS 148 # Remove support for VLANs 151 # Remove support for dumping internal state through control interface commands
|
| /freebsd-14.2/contrib/jemalloc/ |
| H A D | ChangeLog | 37 - Remove best fit. (@djwatson) 253 - Remove --disable-thp. (@interwq) 254 - Remove mallctl interfaces: 431 - Remove --disable-tcache. (@jasone) 432 - Remove --disable-tls. (@jasone) 433 - Remove --enable-ivsalloc. (@jasone) 435 - Remove --with-lg-tiny-min. (@jasone) 439 - Remove Valgrind support. (@jasone) 440 - Remove quarantine support. (@jasone) 441 - Remove redzone support. (@jasone) [all …]
|
| /freebsd-14.2/contrib/dialog/samples/copifuncs/ |
| H A D | copi.sendifm2 | 12 ## Remove the lock file.
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeWatchpointList.cpp | 22 Status NativeWatchpointList::Remove(addr_t addr) { in Remove() function in NativeWatchpointList
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | MultiOnDiskHashTable.h | 134 bool Remove = Files.count(ODT->File); in removeOverriddenTables() local 135 if (Remove) in removeOverriddenTables() 137 return Remove; in removeOverriddenTables()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeWatchpointList.h | 30 Status Remove(lldb::addr_t addr);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineParser.h | 216 enum class LineLevel { Remove, Keep }; enumerator 218 void addUnwrappedLine(LineLevel AdjustLevel = LineLevel::Remove);
|