/freebsd/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/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusNameParser.cpp | 137 start_position.Remove(); in ParseFunctionImpl() 183 start_position.Remove(); in ParseFuncPtr() 184 before_inner_function_pos.Remove(); in ParseFuncPtr() 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() 434 start_position.Remove(); in ConsumeOperator() [all …]
|
H A D | CPlusPlusNameParser.h | 98 b.Remove(); in Bookmark() 103 void Remove() { m_restore = false; } in Remove() function
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | CommonOpts.td | 51 … HelpText<"Remove all symbols, debug sections and relocations. Compatible with GNU's --strip-all">; 54 HelpText<"Remove all debug sections">; 60 HelpText<"Remove all symbols not needed by relocations">; 62 defm remove_section : Eq<"remove-section", "Remove <section>">, 70 HelpText<"Remove all section headers and all section data not within segments">; 100 HelpText<"Remove local symbols starting with .L">; 107 HelpText<"Remove most local symbols. Different file formats may limit this to a subset. "
|
H A D | ObjcopyOpts.td | 76 defm only_section : Eq<"only-section", "Remove all but <section>">, 117 HelpText<"Remove all DWARF .dwo sections">; 120 HelpText<"Remove all non-allocated sections that are not within segments">; 123 "Remove all symbols named <symbol> that are local or undefined and " 128 "Remove all symbols whose names appear in the file <file>, if they " 140 "Remove all sections that are not DWARF .dwo sections from file">; 212 "Remove all symbols whose names appear in the file <filename>">, 247 "Remove <prefix> from the start of every symbol name. No-op for symbols that do not start "
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 11 Remove config/config.rpath as it is deduced automatically these days. 27 (AC_ISC_POSIX): Remove; nobody ports to ancient ISC any more. 34 Remove; not needed here, as our files don't use them directly 36 (AC_C_CONST): Remove; we assume C89 now. 37 (AC_CHECK_HEADERS): Remove libintl.h, limits.h, stdlib.h, string.h, 39 (AC_CHECK_TYPE): Remove ptrdiff_t, ssize_t. 40 (AC_CHECK_FUNCS): Remove diraccess, strchr, strerror, tmpnam). 41 (AC_REPLACE_FUNCS): Remove memchr, mkstemp, strcasecmp. 44 (AC_CONFIG_FILES): Remove lib/posix/Makefile. 45 (AC_CONFIG_COMMANDS): Remove. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_riscv.cpp | 579 static void relaxAlign(orc::ExecutorAddr Loc, const Edge &E, uint32_t &Remove, in relaxAlign() argument 587 Remove = SrcLoc - DestLoc; in relaxAlign() 588 assert(static_cast<int32_t>(Remove) >= 0 && in relaxAlign() 595 const Edge &E, uint32_t &Remove, in relaxCall() argument 606 Remove = 6; in relaxCall() 610 Remove = 6; in relaxCall() 614 Remove = 4; in relaxCall() 618 Remove = 0; in relaxCall() 635 uint32_t Remove = 0; in relaxBlock() local 638 relaxAlign(Loc, *E, Remove, Aux.EdgeKinds[I]); in relaxBlock() [all …]
|
/freebsd/contrib/spleen/ |
H A D | ChangeLog | 28 - Remove C0 control characters range in the 8x16, 16x32, and 32x64 versions 145 - Remove strain pixel on the '5' digit (5x8 version) 218 - Remove the dfont target in Makefile, generated files do not work on 228 - Remove strain pixel on the '3' and 'k' characters (32x64 version) 229 - Remove fillers for characters other than ISO 8859-1 ones (5x8 version) 250 - Remove quotation marks around XLFD font names 251 - Remove strain pixels on the inner upper part of parentheses (16x32 version) 253 - Remove artefacts from the 'c' in the copyright sign (8x16, 12x24, 16x32, and 258 - Remove all .dfont files from the repository, formats other than BDF are now 266 - Remove extra pixel from the '@' character (12x24 version) [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonRDFOpt.cpp | 100 bool rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove); 181 SetVector<NodeId> Remove = DeadInstrs; in run() local 188 Changed |= rewrite(SA, Remove); in run() 191 return erase(Remove) || Changed; in run() 220 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite() argument 274 Remove.insert(D.Id); in rewrite()
|
/freebsd/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/crypto/openssh/ |
H A D | .skipped-commit-ids | 44 d4f699a421504df35254cf1c6f1a7c304fb907ca Remove 1k bit groups 45 aafe246655b53b52bc32c8a24002bc262f4230f7 Remove intermediate moduli 50 7cf73737f357492776223da1c09179fa6ba74660 Remove moduli <2k
|
/freebsd/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/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/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/ |
H A D | .git-blame-ignore-revs | 37 # Remove more quotes around Makefile .error/.warn/.info strings. 41 # Remove whitespace at EOL.
|
/freebsd/sys/contrib/zlib/ |
H A D | ChangeLog | 15 - Remove K&R function definitions and zlib2ansi 41 - Remove deleted assembler code references 64 - Remove old assembler code in which bugs have manifested 103 - Remove destructive aspects of make distclean 115 - Remove files to be installed before copying them in Makefile.in 178 - Remove unused variable in infback9.c 207 - Remove runtime check in configure for four-byte integer type 240 - Remove unneeded EXTRA_CFLAGS from win32/Makefile.gcc [Truta] 250 - Remove gzflags from zlibvc.def in vc9 and vc10 253 - Remove -R. from Solaris shared build (possible security issue) [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | PathMappingList.h | 71 bool Remove(size_t index, bool notify); 73 bool Remove(ConstString path, bool notify);
|
H A D | JITLoaderList.h | 29 void Remove(const lldb::JITLoaderSP &jit_loader_sp);
|
/freebsd/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/contrib/jemalloc/ |
H A D | ChangeLog | 37 - Remove best fit. (@djwatson) 137 - Remove --with-lg-page-sizes. (@davidtgoldblatt) 230 - Remove preserve_lru feature for extents management. (@djwatson) 253 - Remove --disable-thp. (@interwq) 254 - Remove mallctl interfaces: 430 - Remove ratio-based purging. (@jasone) 431 - Remove --disable-tcache. (@jasone) 432 - Remove --disable-tls. (@jasone) 433 - Remove --enable-ivsalloc. (@jasone) 434 - Remove --with-lg-size-class-group. (@jasone) [all …]
|
/freebsd/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/sys/contrib/device-tree/src/arm64/exynos/google/ |
H A D | gs101-oriole.dts | 57 /* TODO: Remove this once PMIC is implemented */ 63 /* TODO: Remove this once S2MPG11 slave PMIC is implemented */
|
/freebsd/contrib/dialog/samples/copifuncs/ |
H A D | copi.sendifm2 | 12 ## Remove the lock file.
|
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Host/common/ |
H A D | NativeWatchpointList.h | 30 Status Remove(lldb::addr_t addr);
|