Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 7085) sorted by relevance

12345678910>>...284

/netbsd/src/usr.bin/calendar/calendars/
Dcalendar.holiday2 01/01 Independence Day in Haiti, Sudan
3 01/01 Universal Fraternity Day in Mozambique
4 01/02 Ancestry Day in Haiti
5 01/02 St. Berchtold's Day in Switzerland
6 01/03 New Year's Holiday in Scotland
7 01/03 Revolution Day in Upper Volta
8 01/04 Independence Day in Burma
9 01/04 Martyrs Day in Zaire
10 01/06 Children's Day in Uruguay
11 01/06 Three Kings' Day in Puerto Rico
[all …]
Dcalendar.music1 01/01 Country Joe McDonald is born in El Monte, California, 1942
2 01/03 Steven Stills is born in Dallas, 1945
3 01/04 Jazz great Charlie Mingus dies at 57 in Cuernavaca, Mexico, 1979
4 01/08 David Bowie (then David Robert Jones) is born in London, 1947
5 01/09 James Patrick Page (Led Zeppelin) is born in Middlesex, England, 1945
6 01/10 Blues guitarist Howlin' Wolf dies in Chicago, 1976
7 01/10 Jim Croce is born in Philadelphia, 1943
8 01/10 Pat Benatar is born in Long Island, 1952
9 01/10 Rod Stewart is born in Glasgow, Scotland, 1945
10 01/13 Eric Clapton plays the "Rainbow Concert" in London, 1973
[all …]
/netbsd/src/common/dist/zlib/examples/
Dgzjoin.c87 local void bclose(bin *in) in bclose() argument
89 if (in != NULL) { in bclose()
90 if (in->fd != -1) in bclose()
91 close(in->fd); in bclose()
92 if (in->buf != NULL) in bclose()
93 free(in->buf); in bclose()
94 free(in); in bclose()
102 bin *in; in bopen() local
104 in = malloc(sizeof(bin)); in bopen()
105 if (in == NULL) in bopen()
[all …]
/netbsd/src/bin/dd/
Dconv.c69 for (inp = in.dbp - (cnt = in.dbrcnt); cnt--; ++inp) in def()
73 out.dbp = in.dbp; in def()
74 out.dbcnt = in.dbcnt; in def()
76 if (in.dbcnt >= out.dbsz) { in def()
85 in.dbp = out.dbp; in def()
86 in.dbcnt = out.dbcnt; in def()
95 if (in.dbcnt) in def_close()
96 out.dbcnt = in.dbcnt; in def_close()
132 for (inp = in.db, cnt = in.dbrcnt; in block()
135 in.dbcnt = 0; in block()
[all …]
/netbsd/src/external/lgpl3/gmp/dist/mpn/generic/
Dmu_bdiv_q.c75 mp_size_t in; in mpn_mu_bdiv_q_old() local
92 #define rp (scratch + in) /* dn or rest >= binvert_itch(in) */ in mpn_mu_bdiv_q_old()
93 #define tp (scratch + in + dn) /* dn+in or next_size(dn) */ in mpn_mu_bdiv_q_old()
94 #define scratch_out (scratch + in + dn + tn) /* mulmod_bnm1_itch(next_size(dn)) */ in mpn_mu_bdiv_q_old()
98 in = (qn - 1) / b + 1; /* ceil(qn/b) = ceil(qn / ceil(qn/dn)) */ in mpn_mu_bdiv_q_old()
108 mpn_binvert (ip, dp, in, rp); in mpn_mu_bdiv_q_old()
114 mpn_mullo_n (qp, rp, ip, in); in mpn_mu_bdiv_q_old()
115 qn -= in; in mpn_mu_bdiv_q_old()
117 while (qn > in) in mpn_mu_bdiv_q_old()
119 if (BELOW_THRESHOLD (in, MUL_TO_MULMOD_BNM1_FOR_2NXN_THRESHOLD)) in mpn_mu_bdiv_q_old()
[all …]
Dmu_divappr_q.c85 mp_size_t qn, in; in mpn_mu_divappr_q() local
103 in = mpn_mu_divappr_q_choose_in (qn, dn, 0); in mpn_mu_divappr_q()
104 ASSERT (in <= dn); in mpn_mu_divappr_q()
111 tp = scratch + in + 1; in mpn_mu_divappr_q()
114 if (dn == in) in mpn_mu_divappr_q()
116 MPN_COPY (tp + 1, dp, in); in mpn_mu_divappr_q()
118 mpn_invertappr (ip, tp, in + 1, tp + in + 1); in mpn_mu_divappr_q()
119 MPN_COPY_INCR (ip, ip + 1, in); in mpn_mu_divappr_q()
123 cy = mpn_add_1 (tp, dp + dn - (in + 1), in + 1, 1); in mpn_mu_divappr_q()
125 MPN_ZERO (ip, in); in mpn_mu_divappr_q()
[all …]
Dmu_div_qr.c166 mp_size_t qn, in; in mpn_mu_div_qr2() local
175 in = mpn_mu_div_qr_choose_in (qn, dn, 0); in mpn_mu_div_qr2()
176 ASSERT (in <= dn); in mpn_mu_div_qr2()
183 tp = scratch + in + 1; in mpn_mu_div_qr2()
186 if (dn == in) in mpn_mu_div_qr2()
188 MPN_COPY (tp + 1, dp, in); in mpn_mu_div_qr2()
190 mpn_invertappr (ip, tp, in + 1, tp + in + 1); in mpn_mu_div_qr2()
191 MPN_COPY_INCR (ip, ip + 1, in); in mpn_mu_div_qr2()
195 cy = mpn_add_1 (tp, dp + dn - (in + 1), in + 1, 1); in mpn_mu_div_qr2()
197 MPN_ZERO (ip, in); in mpn_mu_div_qr2()
[all …]
/netbsd/src/external/bsd/tre/dist/tests/agrep/
Ddelimiters.ok1 #### TEST: agrep ^foobar$ delimiters.in
5 #### TEST: agrep ^foobar$ < delimiters.in
9 #### TEST: agrep -c ^foobar$ delimiters.in
13 #### TEST: agrep -c ^foobar$ < delimiters.in
17 #### TEST: agrep -H ^foobar$ delimiters.in
18 delimiters.in:foobar
21 #### TEST: agrep -H ^foobar$ < delimiters.in
25 #### TEST: agrep -l ^foobar$ delimiters.in
26 delimiters.in
29 #### TEST: agrep -l ^foobar$ < delimiters.in
[all …]
Dexitstatus.ok1 #### TEST: agrep this-will-be-found exitstatus.in
5 #### TEST: agrep this-will-be-found < exitstatus.in
9 #### TEST: agrep -c this-will-be-found exitstatus.in
13 #### TEST: agrep -c this-will-be-found < exitstatus.in
17 #### TEST: agrep -H this-will-be-found exitstatus.in
18 exitstatus.in:this-will-be-found
21 #### TEST: agrep -H this-will-be-found < exitstatus.in
25 #### TEST: agrep -l this-will-be-found exitstatus.in
26 exitstatus.in
29 #### TEST: agrep -l this-will-be-found < exitstatus.in
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/
Dmacro.c256 get_token (size_t idx, sb *in, sb *name) in get_token() argument
258 if (idx < in->len in get_token()
259 && is_name_beginner (in->ptr[idx])) in get_token()
261 sb_add_char (name, in->ptr[idx++]); in get_token()
262 while (idx < in->len in get_token()
263 && is_part_of_name (in->ptr[idx])) in get_token()
265 sb_add_char (name, in->ptr[idx++]); in get_token()
267 if (idx < in->len in get_token()
268 && is_name_ender (in->ptr[idx])) in get_token()
270 sb_add_char (name, in->ptr[idx++]); in get_token()
[all …]
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
DTSP.idl39 HRESULT SetAttribUint32([in] TSS_FLAG attribFlag,
40 [in] TSS_FLAG subFlags,
41 [in] UINT32 ulAttrib);
44 HRESULT GetAttribUint32([in] TSS_FLAG attribFlag,
45 [in] TSS_FLAG subFlags,
49 HRESULT SetAttribData([in] TSS_FLAG attribFlag,
50 [in] TSS_FLAG subFlags,
51 [in] UINT32 ulAttribDataSize,
52 [in, ptr, size_is(ulAttribDataSize)] BYTE* pbAttribData);
55 HRESULT GetAttribData([in] TSS_FLAG attribFlag,
[all …]
/netbsd/src/external/bsd/wpa/dist/src/crypto/
Dmd5-internal.c17 static void MD5Transform(u32 buf[4], u32 const in[16]);
118 unsigned char *p = (unsigned char *) ctx->in + t; in MD5Update()
126 byteReverse(ctx->in, 16); in MD5Update()
127 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Update()
134 os_memcpy(ctx->in, buf, 64); in MD5Update()
135 byteReverse(ctx->in, 16); in MD5Update()
136 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Update()
143 os_memcpy(ctx->in, buf, len); in MD5Update()
160 p = ctx->in + count; in MD5Final()
170 byteReverse(ctx->in, 16); in MD5Final()
[all …]
/netbsd/src/tests/ipf/input/
Df61 in tcp 2.2.2.2,2222 1.1.1.1,0
2 in tcp 2.2.2.2,2222 1.1.1.1,1
3 in tcp 2.2.2.2,2222 1.1.1.1,23
4 in tcp 2.2.2.2,2222 1.1.1.1,21
5 in tcp 2.2.2.2,2222 1.1.1.1,1023
6 in tcp 2.2.2.2,2222 1.1.1.1,1024
7 in tcp 2.2.2.2,2222 1.1.1.1,1025
8 in tcp 2.2.2.2,2222 1.1.1.1,32767
9 in tcp 2.2.2.2,2222 1.1.1.1,32768
10 in tcp 2.2.2.2,2222 1.1.1.1,65535
[all …]
Df51 in tcp 1.1.1.1,0 2.2.2.2,2222
2 in tcp 1.1.1.1,1 2.2.2.2,2222
3 in tcp 1.1.1.1,23 2.2.2.2,2222
4 in tcp 1.1.1.1,21 2.2.2.2,2222
5 in tcp 1.1.1.1,1023 2.2.2.2,2222
6 in tcp 1.1.1.1,1024 2.2.2.2,2222
7 in tcp 1.1.1.1,1025 2.2.2.2,2222
8 in tcp 1.1.1.1,32767 2.2.2.2,2222
9 in tcp 1.1.1.1,32768 2.2.2.2,2222
10 in tcp 1.1.1.1,65535 2.2.2.2,2222
[all …]
/netbsd/src/external/bsd/openldap/dist/libraries/liblutil/
Dmd5.c123 unsigned char *p = ctx->in + t; in lutil_MD5Update()
131 lutil_MD5Transform(ctx->buf, ctx->in); in lutil_MD5Update()
139 AC_MEMCPY(ctx->in, buf, 64); in lutil_MD5Update()
140 lutil_MD5Transform(ctx->buf, ctx->in); in lutil_MD5Update()
147 AC_MEMCPY(ctx->in, buf, len); in lutil_MD5Update()
165 p = ctx->in + count; in lutil_MD5Final()
175 lutil_MD5Transform(ctx->buf, ctx->in); in lutil_MD5Final()
178 memset(ctx->in, '\0', 56); in lutil_MD5Final()
185 putu32(ctx->bits[0], ctx->in + 56); in lutil_MD5Final()
186 putu32(ctx->bits[1], ctx->in + 60); in lutil_MD5Final()
[all …]
/netbsd/src/tests/ipf/regress/
Di81 pass in proto icmp from localhost to localhost icmp-type timest
2 block in proto icmp from any to any icmp-type unreach code 1
3 pass in proto icmp all icmp-type unreach code cutoff-preced
4 pass in proto icmp all icmp-type unreach code filter-prohib
5 pass in proto icmp all icmp-type unreach code isolate
6 pass in proto icmp all icmp-type unreach code needfrag
7 pass in proto icmp all icmp-type unreach code net-prohib
8 pass in proto icmp all icmp-type unreach code net-tos
9 pass in proto icmp all icmp-type unreach code host-preced
10 pass in proto icmp all icmp-type unreach code host-prohib
[all …]
Df51 block in proto tcp from any port = 23 to any
2 block in proto udp from any port = 23 to any
3 block in proto tcp/udp from any port = 23 to any
4 pass in proto tcp from any port <= 1023 to any
5 pass in proto udp from any port <= 1023 to any
6 pass in proto tcp/udp from any port <= 1023 to any
7 block in proto tcp from any port >= 1024 to any
8 block in proto udp from any port >= 1024 to any
9 block in proto tcp/udp from any port >= 1024 to any
10 pass in proto tcp from any port >= 1024 to any
[all …]
Df61 block in proto tcp from any to any port = 23
2 block in proto udp from any to any port = 23
3 block in proto tcp/udp from any to any port = 23
4 pass in proto tcp from any to any port <= 1023
5 pass in proto udp from any to any port <= 1023
6 pass in proto tcp/udp from any to any port <= 1023
7 block in proto tcp from any to any port >= 1024
8 block in proto udp from any to any port >= 1024
9 block in proto tcp/udp from any to any port >= 1024
10 pass in proto tcp from any to any port >= 1024
[all …]
/netbsd/src/external/bsd/ipf/dist/
Dmd5.c139 UINT4 in[16]; local
154 mdContext->in[mdi++] = *inBuf++;
159 in[i] = (((UINT4)mdContext->in[ii+3]) << 24) |
160 (((UINT4)mdContext->in[ii+2]) << 16) |
161 (((UINT4)mdContext->in[ii+1]) << 8) |
162 ((UINT4)mdContext->in[ii]);
163 Transform (mdContext->buf, in);
176 UINT4 in[16]; local
182 in[14] = mdContext->i[0];
183 in[15] = mdContext->i[1];
[all …]
/netbsd/src/external/bsd/ppp/dist/pppd/
Dppp-md5.c138 unsigned char in[64]; /* input buffer */ member
155 static void Transform (UINT4 *buf, UINT4 *in);
227 UINT4 in[16]; in MD5_Update() local
242 mdContext->in[mdi++] = *inBuf++; in MD5_Update()
247 in[i] = (((UINT4)mdContext->in[ii+3]) << 24) | in MD5_Update()
248 (((UINT4)mdContext->in[ii+2]) << 16) | in MD5_Update()
249 (((UINT4)mdContext->in[ii+1]) << 8) | in MD5_Update()
250 ((UINT4)mdContext->in[ii]); in MD5_Update()
251 Transform (mdContext->buf, in); in MD5_Update()
262 UINT4 in[16]; in MD5_Final() local
[all …]
/netbsd/src/tests/ipf/expected/
Di121 pass in inet from 1.1.1.1/32 to 2.2.2.2/32
2 pass in inet from 2.2.2.0/24 to 4.4.4.4/32
3 pass in inet from 3.3.3.3/32 to 4.4.4.4/32
4 pass in inet from 2.2.2.0/24 to 5.5.5.5/32
5 pass in inet from 3.3.3.3/32 to 5.5.5.5/32
6 pass in inet from 2.2.2.0/24 to 6.6.6.6/32
7 pass in inet from 3.3.3.3/32 to 6.6.6.6/32
8 pass in inet from 2.2.2.0/24 to 5.5.5.5/32 port = 22
9 pass in inet from 3.3.3.3/32 to 5.5.5.5/32 port = 22
10 pass in inet from 2.2.2.0/24 to 6.6.6.6/32 port = 22
[all …]
Di81 pass in inet proto icmp from 127.0.0.1/32 to 127.0.0.1/32 icmp-type timest
2 block in inet proto icmp from any to any icmp-type unreach code 1
3 pass in inet proto icmp from any to any icmp-type unreach code 15
4 pass in inet proto icmp from any to any icmp-type unreach code 13
5 pass in inet proto icmp from any to any icmp-type unreach code 8
6 pass in inet proto icmp from any to any icmp-type unreach code 4
7 pass in inet proto icmp from any to any icmp-type unreach code 9
8 pass in inet proto icmp from any to any icmp-type unreach code 11
9 pass in inet proto icmp from any to any icmp-type unreach code 14
10 pass in inet proto icmp from any to any icmp-type unreach code 10
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dparams_api_test.c21 static void swap_copy(unsigned char *out, const void *in, size_t len) in swap_copy() argument
26 out[j] = ((unsigned char *)in)[len - j - 1]; in swap_copy()
37 static void le_copy(unsigned char *out, const void *in, size_t len) in le_copy() argument
42 memcpy(out, in, len); in le_copy()
44 swap_copy(out, in, len); in le_copy()
150 int in, out; in test_param_int() local
157 le_copy(buf, raw_values[n].value, sizeof(in)); in test_param_int()
158 memcpy(&in, buf, sizeof(in)); in test_param_int()
160 if (!TEST_true(OSSL_PARAM_set_int(&param, in))) in test_param_int()
165 in = 0; in test_param_int()
[all …]
/netbsd/src/usr.bin/make/unit-tests/
Dmoderrs.exp3 in command "@echo 'VAR:Z=before-${VAR:Z}-after'"
4 in target "mod-unknown-direct"
8 in command "@echo 'VAR:${MOD_UNKN}=before-${VAR:${MOD_UNKN}:inner}-after'"
9 in target "mod-unknown-indirect"
12 in command "@echo VAR:S,V,v,=${VAR:S,V,v,"
43 in command "@echo ${UNDEF:U1 2 3:[#}"
44 in target "words-2"
48in command "@echo 12345=${UNDEF:U1 2 3:[123451234512345123451234512345]:S,^$,ok,:S,^3$,ok,}"
49 in target "words-3"
52 in command "@echo ${VARNAME:!echo}"
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ec/
Decp_nistp521.c143 static void bin66_to_felem(felem out, const u8 in[66]) in bin66_to_felem()
145 out[0] = (*((limb *) & in[0])) & bottom58bits; in bin66_to_felem()
146 out[1] = (*((limb_aX *) & in[7]) >> 2) & bottom58bits; in bin66_to_felem()
147 out[2] = (*((limb_aX *) & in[14]) >> 4) & bottom58bits; in bin66_to_felem()
148 out[3] = (*((limb_aX *) & in[21]) >> 6) & bottom58bits; in bin66_to_felem()
149 out[4] = (*((limb_aX *) & in[29])) & bottom58bits; in bin66_to_felem()
150 out[5] = (*((limb_aX *) & in[36]) >> 2) & bottom58bits; in bin66_to_felem()
151 out[6] = (*((limb_aX *) & in[43]) >> 4) & bottom58bits; in bin66_to_felem()
152 out[7] = (*((limb_aX *) & in[50]) >> 6) & bottom58bits; in bin66_to_felem()
153 out[8] = (*((limb_aX *) & in[58])) & bottom57bits; in bin66_to_felem()
[all …]

12345678910>>...284