Searched refs:any (Results 1 - 25 of 1152) sorted by relevance

1234567891011>>

/macosx-10.10.1/network_cmds-457/natd.tproj/
H A Dnatd.test10 ipfw add divert 32000 ip from any to any via $1
11 ipfw add pass ip from any to any
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/autosign/ns2/
H A Dnamed.conf4 * Permission to use, copy, modify, and/or distribute this software for any
43 inet 10.53.0.2 port 9953 allow { any; } keys { rndc_key; };
54 allow-query { any; };
55 allow-transfer { any; };
56 allow-update { any; };
63 allow-query { any; };
64 allow-transfer { any; };
65 allow-update { any; };
73 allow-query { any; };
74 allow-transfer { any; };
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/clib/
H A Dstrtol.c60 int neg, any, cutlim; local
63 * Skip white space and pick up leading +/- sign if any.
87 acc = any = 0;
105 * Set 'any' if any `digits' consumed; make it negative to indicate
123 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
124 any = -1;
126 any = 1;
131 if (any < 0) {
134 } else if (!any) {
[all...]
H A Dstrtoul.c60 int neg, any, cutlim; local
85 acc = any = 0;
102 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
103 any = -1;
105 any = 1;
110 if (any < 0) {
113 } else if (!any) {
119 *endptr = (char *)(any ? s - 1 : nptr);
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dstrtoll.c55 int neg, any, cutlim; local
58 * Skip white space and pick up leading +/- sign if any.
98 * Set any if any `digits' consumed; make it negative to indicate
111 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
120 if (any < 0)
124 any = -1;
128 any = 1;
134 any = -1;
138 any
[all...]
H A Dstrtoul.c53 int neg, any, cutlim; local
81 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
90 if (any < 0)
93 any = -1;
97 any = 1;
102 if (neg && any > 0)
105 *endptr = (char *) (any ? s - 1 : nptr);
H A Dstrtoull.c55 int neg, any, cutlim; local
83 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
92 if (any < 0)
95 any = -1;
99 any = 1;
104 if (neg && any > 0)
107 *endptr = (char *) (any ? s - 1 : nptr);
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dstrtoll.c48 int neg, any, cutlim; local
58 * Skip white space and pick up leading +/- sign if any.
98 * Set any if any `digits' consumed; make it negative to indicate
111 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
120 if (any < 0)
124 any = -1;
128 any = 1;
134 any = -1;
138 any
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Ddacceptor.tcl34 option -any {}
49 variable any ; # Symbol to map any unknown symbol to. If not
58 set any {}
64 if {($any ne "") && ![$fa symbol exists $any]} {
65 return -code error "Chosen any symbol \"$any\" does not exist"
98 onconfigure -any {value} {
99 set options(-any)
[all...]
H A Ddexec.tcl39 option -any {}
55 variable any ; # Symbol to map any unknown symbol to. If not
66 set any {}
73 if {($any ne "") && ![$fa symbol exists $any]} {
74 return -code error "Chosen any symbol \"$any\" does not exist"
110 onconfigure -any {value} {
111 set options(-any)
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dstrtoul.c5 * Permission to use, copy, modify, and/or distribute this software for any
79 int neg = 0, any, cutlim; local
102 for (acc = 0, any = 0;; c = *s++) {
113 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
114 any = -1;
116 any = 1;
121 if (any < 0) {
127 DE_CONST(any ? s - 1 : nptr, *endptr);
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/
H A Dstrtoul.c5 * Permission to use, copy, modify, and/or distribute this software for any
85 int neg = 0, any, cutlim; local
108 for (acc = 0, any = 0;; c = *s++) {
119 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
120 any = -1;
122 any = 1;
127 if (any < 0) {
133 DE_CONST(any ? s - 1 : nptr, *endptr);
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dstrtol.c94 register int neg = 0, any, cutlim; local
97 * Skip white space and pick up leading +/- sign if any.
132 * Set any if any `digits' consumed; make it negative to indicate
138 for (acc = 0, any = 0;; c = *s++) {
147 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
148 any = -1;
150 any = 1;
155 if (any < 0) {
161 *endptr = (char *) (any
[all...]
H A Dstrtoul.c67 register int neg = 0, any, cutlim; local
90 for (acc = 0, any = 0;; c = *s++) {
99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
100 any = -1;
102 any = 1;
107 if (any < 0) {
113 *endptr = (char *) (any ? s - 1 : nptr);
/macosx-10.10.1/ntp-92/lib/isc/
H A Dstrtoul.c5 * Permission to use, copy, modify, and/or distribute this software for any
79 int neg = 0, any, cutlim; local
102 for (acc = 0, any = 0;; c = *s++) {
113 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
114 any = -1;
116 any = 1;
121 if (any < 0) {
127 DE_CONST(any ? s - 1 : nptr, *endptr);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/port/
H A Dstrtoul.c54 int neg, any, cutlim; local
82 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
91 if (any < 0)
94 any = -1;
98 any = 1;
103 if (neg && any > 0)
107 *endptr = (char *)(any ? s - 1 : nptr);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOStringFuncs.c12 * circumvent, violate, or enable the circumvention or violation of, any
133 register int neg = 0, any, cutlim; local
136 * Skip white space and pick up leading +/- sign if any.
176 * Set any if any `digits' consumed; make it negative to indicate
182 for (acc = 0, any = 0;; c = *s++) {
191 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim) )
192 any = -1;
194 any = 1;
199 if (any <
225 register int neg = 0, any, cutlim; local
303 register int neg, any, cutlim; local
406 register int neg, any, cutlim; local
[all...]
/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dapollo.h10 any later version.
83 #define C_SWITCH_MACHINE -W0,-ncompress -W0,-opt,2 -A cpu,a88k -A sys,any -A run,bsd4.3
84 #define LD_SWITCH_MACHINE -A cpu,a88k -A sys,any -A run,bsd4.3
86 #define C_SWITCH_MACHINE -W0,-ncompress -W0,-opt,2 -A cpu,3000 -A sys,any -A run,bsd4.3
87 #define LD_SWITCH_MACHINE -A cpu,m68k -A sys,any -A run,bsd4.3
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/autosign/ns3/
H A Dnamed.conf4 * Permission to use, copy, modify, and/or distribute this software for any
45 inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; };
68 allow-update { any; };
80 allow-update { any; };
87 allow-update { any; };
94 allow-update { any; };
101 allow-update { any; };
108 allow-update { any; };
115 allow-update { any; };
122 allow-update { any; };
[all...]
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dwcstol.c52 int neg, any, cutlim; local
78 acc = any = 0;
102 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
103 any = -1;
105 any = 1;
110 if (any < 0) {
113 } else if (!any) {
119 *endptr = (wchar_t *)(any ? s - 1 : nptr);
H A Dwcstoll.c58 int neg, any, cutlim; local
84 acc = any = 0;
108 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
109 any = -1;
111 any = 1;
116 if (any < 0) {
119 } else if (!any) {
125 *endptr = (wchar_t *)(any ? s - 1 : nptr);
H A Dwcstoul.c52 int neg, any, cutlim; local
78 acc = any = 0;
100 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
101 any = -1;
103 any = 1;
108 if (any < 0) {
111 } else if (!any) {
117 *endptr = (wchar_t *)(any ? s - 1 : nptr);
H A Dwcstoull.c58 int neg, any, cutlim; local
84 acc = any = 0;
106 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
107 any = -1;
109 any = 1;
114 if (any < 0) {
117 } else if (!any) {
123 *endptr = (wchar_t *)(any ? s - 1 : nptr);
H A Dwcstoumax.c58 int neg, any, cutlim; local
84 acc = any = 0;
106 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
107 any = -1;
109 any = 1;
114 if (any < 0) {
117 } else if (!any) {
123 *endptr = (wchar_t *)(any ? s - 1 : nptr);
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dstrtoimax.c57 int neg, any, cutlim; local
61 * Skip white space and pick up leading +/- sign if any.
88 acc = any = 0;
107 * Set 'any' if any `digits' consumed; make it negative to indicate
125 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
126 any = -1;
128 any = 1;
133 if (any < 0) {
136 } else if (!any) {
[all...]

Completed in 246 milliseconds

1234567891011>>