Searched refs:any (Results 76 - 100 of 389) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/opie/
H A Dconfigure443 This file contains any messages produced by compilers while
448 # Also quote any args containing shell metacharacters.
2070 /* Override any gcc2 internal prototype to avoid an error. */
2117 /* Override any gcc2 internal prototype to avoid an error. */
2207 /* Override any gcc2 internal prototype to avoid an error. */
2297 /* Override any gcc2 internal prototype to avoid an error. */
2338 /* Override any gcc2 internal prototype to avoid an error. */
2655 /* Override any gcc2 internal prototype to avoid an error. */
2875 /* Override any gcc2 internal prototype to avoid an error. */
2981 /* Override any gcc
[all...]
H A Dglob.c95 static int any __P((int, char *));
239 if (any(c, globchars))
254 static int any FUNCTION((c, s), int c AND char *s) function
422 while (!any(*cs, globchars)) {
/freebsd-11-stable/contrib/binutils/bfd/
H A Dsrec.c12 (at your option) any later version.
609 tdata_save = abfd->tdata.any;
612 if (abfd->tdata.any != tdata_save && abfd->tdata.any != NULL)
613 bfd_release (abfd, abfd->tdata.any);
614 abfd->tdata.any = tdata_save;
644 tdata_save = abfd->tdata.any;
647 if (abfd->tdata.any != tdata_save && abfd->tdata.any != NULL)
648 bfd_release (abfd, abfd->tdata.any);
[all...]
H A Dsco5-core.c11 (at your option) any later version.
317 if (abfd->tdata.any)
319 bfd_release (abfd, abfd->tdata.any);
320 abfd->tdata.any = NULL;
346 /* If somebody calls any byte-swapping routines, shoot them. */
350 abort (); /* This way doesn't require any declaration for ANSI to fuck up */
H A Dbinary.c11 (at your option) any later version.
92 abfd->tdata.any = (void *) sec;
151 /* Change any non-alphanumeric characters to underscores. */
164 asection *sec = (asection *) abfd->tdata.any;
H A Dnetbsd-core.c12 (at your option) any later version.
232 bfd_release (abfd, abfd->tdata.any);
233 abfd->tdata.any = NULL;
253 /* If somebody calls any byte-swapping routines, shoot them. */
258 /* This way doesn't require any declaration for ANSI to fuck up. */
H A Dtrad-core.c12 (at your option) any later version.
227 bfd_release (abfd, abfd->tdata.any);
228 abfd->tdata.any = NULL;
258 /* If somebody calls any byte-swapping routines, shoot them. */
262 abort (); /* This way doesn't require any declaration for ANSI to fuck up */
/freebsd-11-stable/tools/test/netfibs/
H A Dreflector.sh691 ipfw add $((500 + i)) count ipv6-icmp from any to any \
693 ipfw add $((500 + i)) count tcp from any to any \
695 ipfw add $((500 + i)) count udp from any to any \
1036 ipfw add 65000 permit ip from any to any > /dev/null 2>&1
1079 ipfw add 65000 permit ip from any to any > /de
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-fpsave.asm7 * Free Software Foundation; either version 2, or (at your option) any
13 * those programs without any restriction coming from the use of this
31 * This exception does not however invalidate any other reasons why the
H A Ddarwin-tramp.asm8 * Free Software Foundation; either version 2, or (at your option) any
14 * those programs without any restriction coming from the use of this
32 * This exception does not however invalidate any other reasons why the
H A Ddarwin-vecsave.asm7 * Free Software Foundation; either version 2, or (at your option) any
13 * those programs without any restriction coming from the use of this
31 * This exception does not however invalidate any other reasons why the
H A Dtramp.asm8 * Free Software Foundation; either version 2, or (at your option) any
14 * those programs without any restriction coming from the use of this
32 * This exception does not however invalidate any other reasons why
/freebsd-11-stable/usr.sbin/mld6query/
H A Dmld6.c79 struct in6_addr maddr = IN6ADDR_ANY_INIT, any = IN6ADDR_ANY_INIT; variable in typeref:struct:
136 mreq.ipv6mr_multiaddr = any;
338 mreq.ipv6mr_multiaddr = any;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp21 // A goal is to consider all instructions, also those outside of any
224 bool any = false; local
228 any = true;
232 if (!any)
367 // Most instructions can be placed in any decoder slot.
395 // distance to any prior FPd op.
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtend.asm9 any later version.
25 This exception does not however invalidate any other reasons why
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dkx509.c198 heim_any any; local
208 any.data = "\x05\x00";
209 any.length = 2;
210 spki.algorithm.parameters = &any;
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.clean-env.mk31 # We save any env var that starts with the words in MAKE_ENV_SAVE_PREFIX_LIST.
34 # If any of these end up being too greedy, MAKE_ENV_SAVE_EXCLUDE_LIST
H A Dtarget-flags.mk6 # follow it with any target specific flag settings.
H A Dyacc.mk45 # If for any reason the .c is lost but the .h remains,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisSummary.cpp68 .any();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegUnits.h97 if (UnitMask.none() || (UnitMask & Mask).any())
164 /// \p MI and bundled instructions. This also skips any debug operands.
/freebsd-11-stable/contrib/gcc/
H A Dtree-dump.c10 Software Foundation; either version 2, or (at your option) any later
155 /* See if we need any padding. */
359 /* And any declaration can be compiler-generated. */
874 /* Begin a tree dump for PHASE. Stores any user supplied flag in
905 TDI_tree_all, return nonzero if any dump is enabled. */
1046 int any = 0;
1049 any |= dump_switch_p_1 (arg, &dump_files[i], false);
1052 if (!any)
1054 any |= dump_switch_p_1 (arg, &dump_files[i], true);
1057 any |
1045 int any = 0; local
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm8 ! Free Software Foundation; either version 2, or (at your option) any
14 ! those programs without any restriction coming from the use of this
32 ! This exception does not however invalidate any other reasons why
42 ! implementations. This file is the first thing linked into any executable.
H A Dsol2-gc1.asm8 ! Free Software Foundation; either version 2, or (at your option) any
14 ! those programs without any restriction coming from the use of this
32 ! This exception does not however invalidate any other reasons why
42 ! implementations. This file is the first thing linked into any executable.
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dirix-crti.asm14 functions in turn. If there is any user code in .init, this linker-created

Completed in 257 milliseconds

1234567891011>>