Home
last modified time | relevance | path

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

12345678910>>...84

/netbsd-src/crypto/external/bsd/heimdal/dist/admin/
H A DChangeLog11 * list.c: make a copy of realm and admin_server to avoid
12 un-consting avoid shadowing
14 * get.c: make a copy of realm and admin_server to avoid
15 un-consting avoid shadowing
17 * change.c (change_entry): just use global context to avoid
18 shadowing; make a copy of realm and admin_server to avoid
/netbsd-src/external/mpl/bind/dist/bin/plugins/
H A DMakefile.am14 filter_aaaa_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
15 filter_a_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
/netbsd-src/sys/arch/macppc/stand/ofwboot/
H A Dversion7 1.5: loadfile() update to avoid backwards seeks for ELF Program
14 1.11: Check floppyboot and disable LOAD_NOTE to avoid backward seek.
/netbsd-src/games/hack/
H A Dhack.shk.c947 boolean uondoor = 0, satdoor, avoid = 0, badinv; in shk_move() local
999 avoid = FALSE; in shk_move()
1003 avoid = FALSE; in shk_move()
1014 avoid = !badinv; in shk_move()
1016 avoid = (u.uinshop && dist(gx, gy) > 8); in shk_move()
1020 if (((!ESHK(shkp)->robbed && !ESHK(shkp)->billct) || avoid) in shk_move()
1032 avoid = FALSE; in shk_move()
1038 if (avoid && uondoor) { /* perhaps we cannot avoid him */ in shk_move()
1042 avoid = FALSE; in shk_move()
1064 if (avoid && (info[i] & NOTONL)) in shk_move()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A DChangeLog52 - Change macro name in inflate.c to avoid collision in VxWorks
184 - Cast to char * in gzprintf to avoid warnings [Zinser]
218 - Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]
311 - Change ON macro to Z_ARG to avoid application conflicts
321 - Have inflate() with Z_FINISH avoid the allocation of a window
359 - Use u4 type for crc_table to avoid conversion warnings
360 - Apply casts in zlib.h to avoid conversion warnings
488 - Add const to vsnprintf test in configure to avoid warnings [Weigelt]
568 - Change name of "write" variable in inffast.c to avoid library collisions
571 - Remove compressBound() call in deflate.c to avoid linking compress.o
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A DChangeLog52 - Change macro name in inflate.c to avoid collision in VxWorks
184 - Cast to char * in gzprintf to avoid warnings [Zinser]
218 - Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]
311 - Change ON macro to Z_ARG to avoid application conflicts
321 - Have inflate() with Z_FINISH avoid the allocation of a window
359 - Use u4 type for crc_table to avoid conversion warnings
360 - Apply casts in zlib.h to avoid conversion warnings
488 - Add const to vsnprintf test in configure to avoid warnings [Weigelt]
568 - Change name of "write" variable in inffast.c to avoid library collisions
571 - Remove compressBound() call in deflate.c to avoid linking compress.o
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A DChangeLog52 - Change macro name in inflate.c to avoid collision in VxWorks
184 - Cast to char * in gzprintf to avoid warnings [Zinser]
218 - Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]
311 - Change ON macro to Z_ARG to avoid application conflicts
321 - Have inflate() with Z_FINISH avoid the allocation of a window
359 - Use u4 type for crc_table to avoid conversion warnings
360 - Apply casts in zlib.h to avoid conversion warnings
488 - Add const to vsnprintf test in configure to avoid warnings [Weigelt]
568 - Change name of "write" variable in inffast.c to avoid library collisions
571 - Remove compressBound() call in deflate.c to avoid linking compress.o
[all …]
/netbsd-src/external/gpl2/groff/dist/tmac/
H A DTODO12 be more efficient to avoid diverting it again. (Need to keep track of
21 When changing from multi-column to narrower columns, we could avoid
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dpush-pop-multiple.s65 # need to do a long jump to avoid PCREL issues
102 # need to do a long jump to avoid PCREL issues
144 # need to do a long jump to avoid PCREL issues
/netbsd-src/lib/libc/arch/m68k/string/
H A Dmemccpy.S68 movl %d0,%a0 | XXX maybe use lea to avoid stall?
90 movl %d0,%a0 | XXX maybe use lea to avoid stall?
/netbsd-src/external/bsd/am-utils/dist/m4/macros/
H A Dos_cflags.m446 # avoid circular dependencies in yp headers, and more
50 # avoid circular dependencies in yp headers
H A Dcheck_lib2.m421 [/* Override any gcc2 internal prototype to avoid an error. */
36 [/* Override any gcc2 internal prototype to avoid an error. */
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog128 avoid dropping other defines for the library.
153 * lib/krb5/ticket.c: Cast krb5_error_code to int to avoid warning.
155 * lib/krb5/scache.c: Cast krb5_error_code to int to avoid warning.
157 * lib/krb5/principal.c: Cast enum to int to avoid warning.
159 * lib/krb5/pkinit.c: Cast krb5_error_code to int to avoid warning.
161 * lib/krb5/pac.c: Cast size_t to unsigned long to avoid warning.
163 * lib/krb5/error_string.c: Cast krb5_error_code to int to avoid
166 * lib/krb5/keytab_keyfile.c: Make num_entries an uint32 to avoid
285 write(2) to avoid signal races, bug traced by Harald Barth and Lars
H A DChangeLog.2005519 * lib/krb5/test_mem.c: Rename logf to avoid shadowing.
593 * kdc/kerberos5.c (log_timestamp): avoid shadow warnings From:
689 * lib/asn1: make scope variables unique to avoid shadow warnings
694 functions to avoid shadow warnings
754 * kuser/kinit.c: avoid shadowing variables
815 * kdc/kaserver.c: log the kaserver requests, avoid shadowing
871 * lib/krb5/log.c: rename variable time to timestr to avoid
875 avoid shadowing
885 * lib/krb5/crypto.c: rename `encrypt' to avoid shadow warning
893 * lib/krb5/fcache.c: rename to avoid shadowing
[all …]
/netbsd-src/external/bsd/tradcpp/
H A DREADME14 - Merge. (As long as we're stuck using cvs, please avoid committing to
26 Please if possible avoid committing changes to this version; instead,
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-coachz-r1.dts20 * to avoid using bogus temperature values.
29 * skin temperature thermal zone to avoid using bogus temperature values.
/netbsd-src/external/gpl2/xcvs/dist/m4/
H A Dbison.m412 dnl later, as those avoid generating .c files from .y when not in maintainer
29 This script will default YFLAGS to the empty string to avoid a default value of
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A DChangeLog126 * Makefile.am: Install extra posix headers in <roken/...> to avoid
248 to avoid a off-by-one error. Found by IBM checker.
325 * getaddrinfo-test.c: Rename optind to optidx to avoid shadowing.
337 * roken.h.in: Remove parameter names to avoid shadow warnings.
393 * getaddrinfo.c: avoid shadowing sin
395 * resolve-test.c: rename optind to optidx to avoid shadowing
401 * getnameinfo.c: avoid shadowing sin
403 * socket.c: avoid shadowing sin
405 * resolve.c (parse_record): fix casting to avoid losing const
410 * environment.c: rename index to idx to avoid shadowing
[all …]
/netbsd-src/external/bsd/ntp/dist/html/hints/
H A Dnotes-xntp-v378 connect a precision source of 1-pps, yet avoid the ugly overhead in the
102 and helps avoid unpleasant bursts of messages.
106 This helps avoid whiplash when large numbers of peers are at the same
118 The leap-second code was fixed to avoid broadcasting leap warnings on
/netbsd-src/external/bsd/ntp/dist/sntp/m4/
H A Dos_cflags.m419 # avoid circular dependencies in yp headers, and more
26 # avoid circular dependencies in yp headers
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.12.rst
/netbsd-src/external/apache2/llvm/dist/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.
/netbsd-src/sys/lib/libkern/arch/m68k/
H A Dudivsi3.S69 | now we can do the divide. to avoid overflow, we have to
103 | as in mulsi3, we have to do the multiply in stages to avoid
/netbsd-src/external/gpl2/groff/dist/src/devices/grotty/
H A DTODO3 With -h avoid using a tab when a single space will do.

12345678910>>...84