Home
last modified time | relevance | path

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

123456789

/dflybsd-src/games/hack/
H A Dhack.shk.c942 boolean uondoor = 0, satdoor, avoid = 0, badinv; in shk_move() local
994 avoid = FALSE; in shk_move()
998 avoid = FALSE; in shk_move()
1009 avoid = !badinv; in shk_move()
1011 avoid = (u.uinshop && dist(gx, gy) > 8); in shk_move()
1015 if (((!ESHK(shkp)->robbed && !ESHK(shkp)->billct) || avoid) in shk_move()
1027 avoid = FALSE; in shk_move()
1033 if (avoid && uondoor) { /* perhaps we cannot avoid him */ in shk_move()
1037 avoid = FALSE; in shk_move()
1059 if (avoid && (info[i] & NOTONL)) in shk_move()
/dflybsd-src/contrib/zlib-1.2/
H A DChangeLog121 - Cast to char * in gzprintf to avoid warnings [Zinser]
155 - Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]
248 - Change ON macro to Z_ARG to avoid application conflicts
258 - Have inflate() with Z_FINISH avoid the allocation of a window
296 - Use u4 type for crc_table to avoid conversion warnings
297 - Apply casts in zlib.h to avoid conversion warnings
425 - Add const to vsnprintf test in configure to avoid warnings [Weigelt]
505 - Change name of "write" variable in inffast.c to avoid library collisions
508 - Remove compressBound() call in deflate.c to avoid linking compress.o
556 - Add ush casts in trees.c to avoid pedantic runtime errors
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dcontribute.texi23 for information on how to make useful contributions and avoid
/dflybsd-src/contrib/bmake/mk/
H A DChangeLog5 * sys/Linux.mk set EGREP to grep -E to avoid deprecation warnings
163 * meta2deps.py: avoid confusion if MACHINE and another
240 to avoid prefix match.
266 should not be hooked directly to the dependency graph - to avoid
447 * progs.mk: avoid prog.mk outputting multiple Finished lines
534 * gendirdeps.mk: clear .SUFFIXES to avoid a lot of
568 * dirdeps.mk: avoid insanely long command line when generating cache
589 * meta.autodep.mk: export META_FILES to avoid command line limit
641 * whats.mk: include what_thing in what_uuid to avoid problem
655 * meta.stage.mk: avoid triggering stage_* targets with nothing to do.
[all …]
/dflybsd-src/contrib/bmake/
H A DChangeLog183 to avoid any side effects from content of command line.
189 o use unsigned consistently for line numbers, avoid the need for %z
202 * cast gn->lineno to avoid %z
321 o buf.c: avoid memory leak
335 condense RegexReplace for the modifier ':C' and avoid strlen
529 o rework varmod-order tests to avoid qsort instability
568 (avoid need for %zu)
605 o hash.c: avoid allocating memory for simple variable names
608 rename PrintOutput to PrintFilteredOutput to avoid confusion
609 o main.c: avoid double slash in name of temporary directory
[all …]
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A DChangeLog119 * started to use estimated throughput to avoid undesired signal
185 * started to throttle control interface event message bursts to avoid
450 optimization to avoid unnecessary Authentication frame exchange
468 * fixed dynamic interface addition cases with nl80211 to avoid adding
482 * extended explicit clearing of freed memory and expired keys to avoid
645 - avoid unnecessary Dialog Token value changes during retries
646 - avoid more concurrent scanning cases during full group formation
650 - avoid undesired re-starting of GO negotiation based on Probe
727 - avoid concurrent operations requiring full control of the radio when
761 - avoid concurrent remain-on-channel operation requests by canceling
[all …]
/dflybsd-src/contrib/gcc-8.0/
H A DREADME.DRAGONFLY35 libgcc/gthr-posix.h avoid weakref (ld.gold issue)
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Dx86-tune.def83 /* X86_TUNE_MOVX: Enable to zero extend integer registers to avoid
252 /* X86_TUNE_AVOID_MEM_OPND_FOR_CMOVE: Try to avoid memory operands for
504 /* X86_TUNE_PROMOTE_HI_REGS: Same, but for 16bit artihmetic. Again we avoid
509 On PPro this flag is meant to avoid partial register stalls. */
528 /* X86_TUNE_AVOID_VECTOR_DECODE: Enable splitters that avoid vector decoded
/dflybsd-src/usr.bin/tip/
H A DREADME23 recompiled, as indexes into the variable table are used to avoid
/dflybsd-src/contrib/nvi2/regex/
H A DWHATSNEW57 small extensions -- REG_ITOA and REG_ATOI -- which avoid debugging kludges
61 Char/uchar parameters are now written int/unsigned, to avoid possible
/dflybsd-src/contrib/awk/
H A DFIXES.1e127 Fix to argument parsing to avoid printing spurious newlines.
164 Clear errno before calling errcheck to avoid any spurious errors
446 another fix to avoid core dump with delete(ARGV); again, many thanks
502 changed the name getline() to awkgetline() to avoid yet another
812 based on vprintf, to avoid problems caused by overrunning
851 changed isnumber to is_number to avoid the problem caused by
927 removed now-pointless optimization in makefile that tries to avoid
1003 s/aprintf/awkprint, s/asprintf/awksprintf/ to avoid some name clashes
1068 to avoid unnecessary yacc invocations.
1085 Regression tests now use private echo, to avoid quoting problems.
[all …]
/dflybsd-src/crypto/openssh/
H A Dconfigure1900 /* Override any GCC internal prototype to avoid an error.
11607 /* Override any GCC internal prototype to avoid an error.
12090 /* Override any GCC internal prototype to avoid an error.
12160 /* Override any GCC internal prototype to avoid an error.
12228 /* Override any GCC internal prototype to avoid an error.
12798 /* Override any GCC internal prototype to avoid an error.
12850 /* Override any GCC internal prototype to avoid an error.
12961 /* Override any GCC internal prototype to avoid an error.
13005 /* Override any GCC internal prototype to avoid an error.
13106 /* Override any GCC internal prototype to avoid an error.
[all …]
/dflybsd-src/contrib/file/magic/Magdir/
H A Dandroid9 # Fixed to avoid regexec 17 errors on some dex files
48 # Include the version number hardcoded with the magic string to avoid
H A Dicc51 # remaining "l" "e" of "color profile" printed later to avoid error
57 # do not use empty message text to avoid error like
H A Dc-lang77 # But class alone is reduced to avoid beating php (Jens Schleusener)
/dflybsd-src/doc/
H A Dporting_drivers.txt120 to avoid confusion and have a struct buf *bp = bio->bio_buf; pointer to
193 - For single character case the hex2ascii() can be used to avoid buffers:
/dflybsd-src/sys/contrib/dev/acpica/generate/lint/
H A Doptions.lnt75 -e818 // Don't make suggestions about const to avoid "const" pollution
/dflybsd-src/tools/regression/bin/sh/builtins/
H A Dlocale1.0113 # Check special builtin; add colon invocation to avoid depending on certain fix.
/dflybsd-src/usr.bin/col/
H A DREADME43 be used to increase the number of lines buffered to avoid the problem.
/dflybsd-src/lib/libc/db/hash/
H A DREADME60 the db interface only creates a single database file. To avoid overwriting
/dflybsd-src/contrib/dialog/
H A DCHANGES105 + increase minimum height of inputbox to avoid input field overlapping
176 avoid overwriting initialization done in process_common_options
202 + add empty-string check in dlg_print_listitem() to avoid indexing past
743 is included, to avoid conflict of ncurses' unctrl.h with a system
874 + cosmetic change in dialog.h to avoid "*/*" strings from comments next
950 + CF_CURSES_TERM_H, modify to avoid spurious check for
997 + modify internals of callbacks to avoid blocking reads of their
1072 + split up binding tables in inputbox and similar widgets to avoid
1342 + fix a comparison in checklist.c to avoid unneeded arrows when the
1483 avoid redefinition warnings on cygwin.
[all …]
/dflybsd-src/contrib/xz/
H A DNEWS87 --no-po4a to avoid the dependency on po4a.
141 - Always close a file before trying to delete it to avoid
180 * Omitted the use of pipe2() even if it is available to avoid
365 OpenSSL or libgcrypt to avoid introducing new dependencies.
471 size greater than 256 GiB). The limitations existed to avoid false
/dflybsd-src/contrib/tnftp/
H A DNEWS15 Set SO_KEEPALIVE on control connection to attempt to avoid timeouts.
/dflybsd-src/contrib/gcc-4.7/gcc/objcp/
H A Dconfig-lang.in43 # avoid having the GC stuff from that header being added to gtype-cp.h
/dflybsd-src/contrib/lvm2/dist/
H A DWHATS_NEW_DM48 Use _exit() not exit() after forking to avoid flushing libc buffers twice.
289 Fix hash function to avoid using a negative array offset.
386 configure --with-owner= --with-group= to avoid -o and -g args to 'install'

123456789