Home
last modified time | relevance | path

Searched refs:avoid (Results 1 – 25 of 1038) sorted by relevance

12345678910>>...42

/openbsd-src/gnu/usr.bin/perl/dist/Carp/
H A DChanges29 * avoid vivifying UNIVERSAL::isa:: in Carp
44 * avoid floating point overflow in test
117 * in tests, avoid using package name "B" when not actually testing
131 * bugfix: avoid failure to export to very old (Perl 5.6) versions of
134 * bugfix: avoid vivifying "utf8" stash on Perl 5.6, which caused swash
151 * avoid " in Carp.t test programs, which caused false failures on
/openbsd-src/gnu/llvm/lldb/tools/debugserver/
H A DCMakeLists.txt15 "at least 3.20.0 now to avoid issues in the future!")
33 # in this subdirectory to avoid building ObjC++ modules (which often
/openbsd-src/games/hack/
H A Dhack.shk.c943 boolean uondoor, satdoor, avoid, badinv; in shk_move() local
996 avoid = FALSE; in shk_move()
1000 avoid = FALSE; in shk_move()
1011 avoid = !badinv; in shk_move()
1013 avoid = (u.uinshop && dist(gx,gy) > 8); in shk_move()
1017 if(((!ESHK(shkp)->robbed && !ESHK(shkp)->billct) || avoid) in shk_move()
1029 avoid = FALSE; in shk_move()
1035 if(avoid && uondoor) { /* perhaps we cannot avoid him */ in shk_move()
1038 avoid = FALSE; in shk_move()
1057 if(avoid && (info[(int)i] & NOTONL)) in shk_move()
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A Dconfigure1199 /* Override any gcc2 internal prototype to avoid an error. */
4424 /* Override any gcc2 internal prototype to avoid an error. */
4481 /* Override any gcc2 internal prototype to avoid an error. */
4537 /* Override any gcc2 internal prototype to avoid an error. */
4595 /* Override any gcc2 internal prototype to avoid an error. */
4832 /* Override any gcc2 internal prototype to avoid an error. */
4895 /* Override any gcc2 internal prototype to avoid an error. */
5031 /* Override any gcc2 internal prototype to avoid an error. */
5076 /* Override any gcc2 internal prototype to avoid an error. */
5563 /* Override any gcc2 internal prototype to avoid an error. */
[all …]
/openbsd-src/lib/libz/
H A DChangeLog95 - Change macro name in inflate.c to avoid collision in VxWorks
227 - Cast to char * in gzprintf to avoid warnings [Zinser]
261 - Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]
354 - Change ON macro to Z_ARG to avoid application conflicts
364 - Have inflate() with Z_FINISH avoid the allocation of a window
402 - Use u4 type for crc_table to avoid conversion warnings
403 - Apply casts in zlib.h to avoid conversion warnings
531 - Add const to vsnprintf test in configure to avoid warnings [Weigelt]
611 - Change name of "write" variable in inffast.c to avoid library collisions
614 - Remove compressBound() call in deflate.c to avoid linking compress.o
[all …]
/openbsd-src/lib/libpcap/
H A DCHANGES58 - Bind to interface name under Linux to avoid packets from multiple
84 avoid problems with 64 bit longs on the alpha. Thanks to Cristian
203 - Declare sys_errlist "const char *const" to avoid problems under
222 - Fixed configure to test for snoop before dlpi to avoid problems under
229 can read old savefiles) and avoid writing such files.
236 - Fixed configure to test for snoop before dlpi to avoid problems under
/openbsd-src/lib/libcrypto/hidden/
H A DREADME3 be via identifiers that are of hidden visibility and -- to avoid
6 applications and on many platforms can avoid creation or use of
/openbsd-src/regress/sbin/pfctl/
H A Dpf52.in1 # test setting all optimizations to avoid future keyword clashes
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dlocale_threads.t517 # To avoid things getting too big; skip tests whose results are larger than
1036 # Use a variable to avoid runtime bugs being hidden by constant
1330 # other categories can avoid using it, if possible.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dt-iris5-as3 # add -save-temps to avoid comparison failure due to embedded temp file names
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dt38.C19 A<void> avoid (9, 0);
/openbsd-src/gnu/usr.bin/perl/dist/Search-Dict/
H A DChanges5 - avoid using fc() in v5.15.0 - v5.15.7
/openbsd-src/gnu/usr.bin/binutils/gdb/config/i386/
H A Di386sco5.mh2 # Much like 3.2v4, except we don't have to avoid problems with const
/openbsd-src/gnu/llvm/llvm/docs/
H A DInAlloca.rst22 For now, it is recommended that frontends and optimizers avoid producing
74 To avoid stack leaks, the frontend saves the current stack pointer with
139 still restore the stack pointer to avoid a stack leak.
146 cleanup, which includes adjusting the stack pointer to avoid a stack
H A DStackSafetyAnalysis.rst12 The primary purpose of the analysis is to be used by sanitizers to avoid
49 bugs in instrumented code. To avoid that we want additional validation tool.
H A DTransformMetadata.rst20 avoid unprofitable transformations, but in practice, this results in the
69 different loop or the loop not existing anymore. To avoid having to
107 attributes. To avoid this, an empty followup attribute can be used, e.g.
159 combined with the original loop's attributes to avoid it being
221 To avoid that the partially unrolled loop is unrolled again, it is
284 To avoid that the unrolled loop is unrolled again, it is
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DCapturingConfigInfo.rst20 * The solution should be simple, consistent and robust to avoid subtle bugs.
24 to avoid bugs creeping up.
/openbsd-src/gnu/usr.bin/perl/lib/Unicode/
H A DREADME4 The renaming was done to avoid naming conflicts with the Perl core
/openbsd-src/gnu/llvm/llvm/lib/Testing/Support/
H A DCMakeLists.txt20 # This is to avoid the error in gtest-death-test-internal.h
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dcache.texi31 determine when it can avoid a function call.
94 avoid running out of file descriptors.
/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/t/
H A Dmaintainer.t26 # duplicate fetch to avoid 'used only once: possible typo' warning
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonIICHVX.td21 // it's not included below to avoid having more than 4 InstrStages and
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcontribute.texi23 for information on how to make useful contributions and avoid
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcontribute.texi23 for information on how to make useful contributions and avoid
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetProperties.td91 def BreakpointUseAvoidList: Property<"breakpoints-use-platform-avoid-list", "Boolean">,
93 Desc<"Consult the platform module avoid list when setting non-module specific breakpoints.">;
267 def StepInAvoidsNoDebug: Property<"step-in-avoid-nodebug", "Boolean">,
271 def StepOutAvoidsNoDebug: Property<"step-out-avoid-nodebug", "Boolean">,
275 def StepAvoidRegex: Property<"step-avoid-regexp", "Regex">,
279 def StepAvoidLibraries: Property<"step-avoid-libraries", "FileSpecList">,

12345678910>>...42