Searched refs:any (Results 51 - 75 of 389) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-ci.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
H A Dcygwin.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/contrib/gcc/config/sparc/
H A Dsol2-ci.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
37 ! .init sections. Users may put any desired instructions in those
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
38 ! This file is the first thing linked into any executable.
/freebsd-11-stable/share/mk/
H A Dnetbsd-tests.test.mk28 # A C++ analog isn't provided because there aren't any C++ testcases in
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxsys.s10 # This software is provided "AS IS" and without any express or
H A Dbtxcsu.S10 # This software is provided "AS IS" and without any express or
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxsys.s10 # This software is provided "AS IS" and without any express or
H A Dbtxcsu.S10 # This software is provided "AS IS" and without any express or
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Deabi-ci.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
H A Deabi-cn.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
H A Dsol-ci.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
H A Dsol-cn.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/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFRegisters.cpp63 if (P.second.any()) {
141 if (PA.second.any() && (PA.second & RA.Mask).none()) {
147 if (PB.second.any() && (PB.second & RB.Mask).none()) {
246 if (P.second.none() || (P.second & RR.Mask).any())
261 if (P.second.none() || (P.second & RR.Mask).any())
276 if (P.second.none() || (P.second & RR.Mask).any())
/freebsd-11-stable/contrib/binutils/bfd/
H A Dptrace-core.c14 (at your option) any later version.
108 text. I don't think that any of these things are supported on the
131 bfd_release (abfd, abfd->tdata.any);
132 abfd->tdata.any = NULL;
156 /* If somebody calls any byte-swapping routines, shoot them. */
160 abort (); /* This way doesn't require any declaration for ANSI to fuck up */
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodmisc.mk5 # do not put any dirs in this list which exist on some
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.debug.mk17 # if .CURDIR is matched by any entry in DEBUG_MAKE_SYS_DIRS we
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dhdmi.h4 * Permission is hereby granted, free of charge, to any person obtaining a
306 } any; member in union:hdmi_vendor_any_infoframe
312 * @any: generic infoframe
323 struct hdmi_any_infoframe any; member in union:hdmi_infoframe
/freebsd-11-stable/etc/rc.d/
H A Dnetif92 /etc/rc.d/routing static any $_if
134 /etc/rc.d/routing stop any $_if
/freebsd-11-stable/stand/i386/libi386/
H A Dpxetramp.s10 # This software is provided "AS IS" and without any express or
/freebsd-11-stable/contrib/ntp/util/
H A Dntptime.c407 int any; local
421 any = FALSE;
424 if (any) {
429 any = TRUE;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DLaneBitmask.h18 /// any specific meaning. They can be used to check if two sub-register
52 constexpr bool any() const { return Mask != 0; } function in struct:llvm::LaneBitmask
/freebsd-11-stable/usr.sbin/ypbind/
H A Dyp_ping.c16 * 4. Neither the name of the author nor the names of any co-contributors
219 struct sockaddr_in sin, *any = NULL; local
243 any = &reqs[i]->sin;
257 clnt = clntudp_create(any, YPPROG, YPVERS, tv, &sock);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb-events.sh13 # (at your option) any later version.
126 (at your option) any later version.
146 If editing this file, please also run gdb-events.sh and merge any
267 /* Deliver any pending events. */
516 /* Just zap any events left around from last time. */
523 /* Process any pending events. Because one of the deliveries could
606 # Replace any leading spaces with tabs
/freebsd-11-stable/tools/test/netfibs/
H A Dinitiator.sh220 # from test cases to just disallow any IPv6 traffic on a matching FIB.
222 ipfw add 65000 permit ip from any to any > /dev/null 2>&1
223 ipfw add 5 permit ipv6-icmp from any to any icmp6types 135,136 fib 0 \
535 ip6 from any to any fib ${i} via ${IFACE} \
600 to any ip6 icmp6types 135,136 via ${IFACE} in \
868 from 2001:2:${fib}::/64 to any ip6 icmp6types 135,136 \
971 from 2001:2:${fib}::/64 to any ip
[all...]

Completed in 892 milliseconds

1234567891011>>