HomeSort by: relevance | last modified time | path
    Searched refs:any (Results 1 - 25 of 313) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/xlint/lint1/
msg_185.c 8 typedef struct any { struct
10 } any; typedef in typeref:struct:any
15 initialization_with_redundant_braces(any arg)
18 any local = { 3.0 };
gcc_cast_union.c 7 * As of GCC 10.3.0, GCC only prints a generic warning without any details:
62 union anything any; local in function:test
64 any = (union anything)(_Bool)0;
65 any = (union anything)(char)'\0';
66 any = (union anything)(signed char)'\0';
67 any = (union anything)(unsigned char)'\0';
68 any = (union anything)(short)'\0';
69 any = (union anything)(unsigned short)'\0';
70 any = (union anything)(int)'\0';
71 any = (union anything)(unsigned int)'\0'
    [all...]
gcc_stmt_asm.c 17 asm(any "string" or 12345 || whatever);
init_c99.c 12 typedef struct any { struct
14 } any; typedef in typeref:struct:any
29 struct_initialization_via_assignment(any arg)
31 any local = arg;
46 any local = { "hello" };
53 any local = {{{{ "hello" }}}};
62 initialization_with_too_many_braces(any arg)
64 /* expect+1: error: cannot initialize 'pointer to const void' from 'struct any' [185] */
65 any local = { arg };
  /src/etc/defaults/
npf.boot.conf 21 pass stateful out to any port domain
29 pass out family inet4 proto udp from any port bootpc to any port bootps
30 pass in family inet4 proto udp from any port bootps to any port bootpc
31 pass out family inet6 proto udp from any port "dhcpv6-client" to any port "dhcpv6-server"
32 pass in family inet6 proto udp from any port "dhcpv6-server" to any port "dhcpv6-client"
  /src/sys/arch/ia64/stand/common/
strtol.c 24 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
63 int neg = 0, any, cutlim; local in function:strtol
71 * Skip white space and pick up leading +/- sign if any.
106 * Set any if any `digits' consumed; make it negative to indicate
112 for (acc = 0, any = 0;; c = *s++) {
123 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)
    [all...]
  /src/share/examples/npf/
host-npf.conf 49 pass in family inet4 proto udp from any port bootps to any port bootpc
50 pass in family inet6 proto udp from any to any port "dhcpv6-client"
59 pass in proto udp to any port 33434-33600
62 pass in proto udp to any port mdns
l2tp_gw-npf.conf 30 pass out final proto udp from any port bootpc to any port bootps
31 pass in final proto udp from any port bootps to any port bootpc
32 pass in final proto udp from any port bootps to 255.255.255.255 port bootpc
36 pass stateful out final proto udp to any port domain
62 pass in final proto esp from any to inet4($ext_if)
63 pass out final proto esp from inet4($ext_if) to any
64 pass stateful in final from any to inet4($ext_if) port "ipsec-nat-t"
65 pass stateful in final from any to inet4($ext_if) port l2t
    [all...]
  /src/lib/libc/locale/
_wcstoul.h 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
59 int neg, any, cutlim; local in function:INT_FUNCNAME
70 * Skip white space and pick up leading +/- sign if any.
100 for (acc = 0, any = 0;; wc = (wchar_t) *s++) {
106 if (any < 0)
109 any = -1;
113 any = 1
    [all...]
_wcstol.h 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
60 int neg, any, cutlim; local in function:INT_FUNCNAME
76 * Skip white space and pick up leading +/- sign if any.
114 for (acc = 0, any = 0;; wc = (wchar_t) *s++) {
120 if (any < 0)
124 any = -1;
128 any = 1
    [all...]
  /src/common/lib/libc/stdlib/
_strtoul.h 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
61 int i, neg, any, cutlim; local in function:_FUNCNAME
80 * Skip white space and pick up leading +/- sign if any.
127 for (acc = 0, any = 0;; c = *s++) {
138 if (any < 0)
143 any = -1;
146 any = 0
    [all...]
_strtol.h 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
61 int i, neg, any, cutlim; local in function:_FUNCNAME
80 * Skip white space and pick up leading +/- sign if any.
136 * Set any if any `digits' consumed; make it negative to indicate
149 for (acc = 0, any = 0;; c = *s++) {
160 if (any < 0
    [all...]
  /src/tests/usr.bin/indent/
opt_version.c 9 When the option '--version' is given, any other options are ignored.
  /src/usr.bin/make/unit-tests/
opt-debug-varraw.mk 6 # TODO: Does this make -V and -v equivalent, or are there any other subtle
deptgt-default.mk 4 # attaches its associated commands to all targets that don't specify any way
deptgt-error.mk 20 # does not use any established escaping mechanism.
  /src/etc/
named.conf 30 minimal-any yes;
  /src/usr.sbin/pf/etc/defaults/
pf.boot.conf 19 pass out proto { tcp, udp } from any to any port 53 keep state
  /src/tests/net/inpcb/
inpcb_bind.c 6 * Permission to use, copy, modify, and distribute this software for any
13 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
118 unicast_testsuite(struct addrinfo *local, struct addrinfo *any)
126 rc |= runtest(s++, any, 0, 0, NULL, EADDRINUSE);
127 rc |= runtest(s++, any, 1, 0, NULL, 0);
134 rc |= runtest(s++, any, 0, 0, NULL, 0);
153 rc |= runtest(s++, any, 0, 1, NULL, 0);
154 rc |= runtest(s++, any, 0, 1, NULL, 0);
155 rc |= runtest(s++, any, 1, 0, NULL, EADDRINUSE)
349 struct addrinfo hints, *baddr, *any, *mifa; local in function:main
    [all...]
  /src/lib/libc/compat/arch/powerpc/sys/
compat_sigprocmask13.S 31 blr # in any case, return 0
  /src/lib/libc/compat/arch/sparc/sys/
compat_sigprocmask.S 24 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
71 retl ! in any case, return 0
  /src/share/wscons/keymaps/
Makefile 22 ukbd.any.powerbook
  /src/tests/net/ipsec/
t_ipsec_gif.sh 16 # ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19 # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
154 spdadd $subnet_local/24 $subnet_remote/24 any -P out ipsec
156 spdadd $subnet_remote/24 $subnet_local/24 any -P in ipsec
166 spdadd $subnet_remote/24 $subnet_local/24 any -P out ipsec
168 spdadd $subnet_local/24 $subnet_remote/24 any -P in ipsec
179 spdadd $ip_gwlo_tun/32 $ip_gwre_tun/32 any -P out ipsec
181 spdadd $ip_gwre_tun/32 $ip_gwlo_tun/32 any -P in ipse
    [all...]
t_ipsec_l2tp.sh 16 # ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19 # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
151 spdadd $subnet_local/24 $subnet_remote/24 any -P out ipsec
153 spdadd $subnet_remote/24 $subnet_local/24 any -P in ipsec
163 spdadd $subnet_remote/24 $subnet_local/24 any -P out ipsec
165 spdadd $subnet_local/24 $subnet_remote/24 any -P in ipsec
176 spdadd $ip_gwlo_tun/32 $ip_gwre_tun/32 any -P out ipsec
178 spdadd $ip_gwre_tun/32 $ip_gwlo_tun/32 any -P in ipse
    [all...]
  /src/tests/libexec/ld.elf_so/
helper.mk 5 # No man page, no lint library, no static libraries of any sort.

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>