Symbol: H
games/sail/assorted.c
68
Hhit = hhits = tp->H;
games/sail/extern.h
270
char H, G, C, R;
games/sail/pl_3.c
183
hhits = t->H;
lib/libc/quad/adddi3.c
50
sum.ul[H] = aa.ul[H] + bb.ul[H] + (sum.ul[L] < bb.ul[L]);
lib/libc/quad/ashldi3.c
50
aa.ul[H] = aa.ul[L] << (shift - INT_BITS);
lib/libc/quad/ashldi3.c
53
aa.ul[H] = (aa.ul[H] << shift) |
lib/libc/quad/ashrdi3.c
58
s = (aa.sl[H] >> (INT_BITS - 1)) >> 1;
lib/libc/quad/ashrdi3.c
59
aa.ul[L] = aa.sl[H] >> (shift - INT_BITS);
lib/libc/quad/ashrdi3.c
60
aa.ul[H] = s;
lib/libc/quad/ashrdi3.c
63
(aa.ul[H] << (INT_BITS - shift));
lib/libc/quad/ashrdi3.c
64
aa.sl[H] >>= shift;
lib/libc/quad/cmpdi2.c
49
return (aa.sl[H] < bb.sl[H] ? 0 : aa.sl[H] > bb.sl[H] ? 2 :
lib/libc/quad/fixunsdfdi.c
70
t.ul[H] = tmp;
lib/libc/quad/fixunssfdi.c
80
t.ul[H] = (unsigned int)toppart;
lib/libc/quad/fixunssfdi.c
84
t.ul[H]--;
lib/libc/quad/fixunssfdi.c
88
t.ul[H]++;
lib/libc/quad/floatdidf.c
62
d = (double)u.ul[H] * (((int)1 << (INT_BITS - 2)) * 4.0);
lib/libc/quad/floatdisf.c
64
f = (double)u.ul[H] * (((int)1 << (INT_BITS - 2)) * 4.0);
lib/libc/quad/floatunsdidf.c
48
d = (double)u.ul[H] * (((int)1 << (INT_BITS - 2)) * 4.0);
lib/libc/quad/lshldi3.c
50
aa.ul[H] = aa.ul[L] << (shift - INT_BITS);
lib/libc/quad/lshldi3.c
53
aa.ul[H] = (aa.ul[H] << shift) |
lib/libc/quad/lshrdi3.c
49
aa.ul[L] = aa.ul[H] >> (shift - INT_BITS);
lib/libc/quad/lshrdi3.c
50
aa.ul[H] = 0;
lib/libc/quad/lshrdi3.c
53
(aa.ul[H] << (INT_BITS - shift));
lib/libc/quad/lshrdi3.c
54
aa.ul[H] >>= shift;
lib/libc/quad/muldi3.c
103
#define u1 u.ul[H]
lib/libc/quad/muldi3.c
105
#define v1 v.ul[H]
lib/libc/quad/muldi3.c
153
prod.ul[H] = high + (negmid ? -mid : mid) + low.ul[L] +
lib/libc/quad/muldi3.c
154
low.ul[H];
lib/libc/quad/muldi3.c
236
prod.ul[H] = prodh;
lib/libc/quad/negdi2.c
47
res.ul[H] = -aa.ul[H] - (res.ul[L] > 0);
lib/libc/quad/qdivrem.c
110
u[1] = (digit)HHALF(tmp.ul[H]);
lib/libc/quad/qdivrem.c
111
u[2] = (digit)LHALF(tmp.ul[H]);
lib/libc/quad/qdivrem.c
115
v[1] = (digit)HHALF(tmp.ul[H]);
lib/libc/quad/qdivrem.c
116
v[2] = (digit)LHALF(tmp.ul[H]);
lib/libc/quad/qdivrem.c
142
tmp.ul[H] = COMBINE(q1, q2);
lib/libc/quad/qdivrem.c
250
tmp.ul[H] = COMBINE(uspace[1], uspace[2]);
lib/libc/quad/qdivrem.c
255
tmp.ul[H] = COMBINE(qspace[1], qspace[2]);
lib/libc/quad/qdivrem.c
81
tmp.ul[H] = tmp.ul[L] = 1 / zero;
lib/libc/quad/subdi3.c
49
diff.ul[H] = aa.ul[H] - bb.ul[H] - (diff.ul[L] > aa.ul[L]);
lib/libc/quad/ucmpdi2.c
48
return (aa.ul[H] < bb.ul[H] ? 0 : aa.ul[H] > bb.ul[H] ? 2 :
lib/libcrypto/modes/gcm128.c
213
gcm_init_4bit(ctx->Htable, ctx->H.u);
lib/libcrypto/modes/gcm128.c
226
(*block)(ctx->H.c, ctx->H.c, key);
lib/libcrypto/modes/gcm128.c
229
ctx->H.u[0] = be64toh(ctx->H.u[0]);
lib/libcrypto/modes/gcm128.c
230
ctx->H.u[1] = be64toh(ctx->H.u[1]);
lib/libcrypto/modes/gcm128.c
60
gcm_init_4bit(u128 Htable[16], uint64_t H[2])
lib/libcrypto/modes/gcm128.c
68
V.hi = H[0];
lib/libcrypto/modes/gcm128.c
69
V.lo = H[1];
lib/libcrypto/modes/gcm128_amd64.c
21
void gcm_init_4bit(u128 Htable[16], uint64_t H[2]);
lib/libcrypto/modes/gcm128_amd64.c
35
gcm_init_clmul(ctx->Htable, ctx->H.u);
lib/libcrypto/modes/gcm128_amd64.c
41
gcm_init_4bit(ctx->Htable, ctx->H.u);
lib/libcrypto/modes/gcm128_i386.c
21
void gcm_init_4bit(u128 Htable[16], uint64_t H[2]);
lib/libcrypto/modes/gcm128_i386.c
40
gcm_init_clmul(ctx->Htable, ctx->H.u);
lib/libcrypto/modes/gcm128_i386.c
47
gcm_init_4bit(ctx->Htable, ctx->H.u);
lib/libcrypto/modes/gcm128_i386.c
53
gcm_init_4bit(ctx->Htable, ctx->H.u);
lib/libcrypto/modes/modes_local.h
39
} Yi, EKi, EK0, len, Xi, H;
lib/libcrypto/rsa/rsa_pss.c
139
H = EM + maskedDBLen;
lib/libcrypto/rsa/rsa_pss.c
145
if (PKCS1_MGF1(DB, maskedDBLen, H, hLen, mgf1Hash) < 0)
lib/libcrypto/rsa/rsa_pss.c
171
if (timingsafe_bcmp(H_, H, hLen)) {
lib/libcrypto/rsa/rsa_pss.c
202
unsigned char *H, *salt = NULL, *p;
lib/libcrypto/rsa/rsa_pss.c
250
H = EM + maskedDBLen;
lib/libcrypto/rsa/rsa_pss.c
257
if (!EVP_DigestFinal_ex(md_ctx, H, NULL))
lib/libcrypto/rsa/rsa_pss.c
261
if (PKCS1_MGF1(EM, maskedDBLen, H, hLen, mgf1Hash))
lib/libcrypto/rsa/rsa_pss.c
90
const unsigned char *H;
lib/libcrypto/sm3/sm3.c
124
R1(A, B, C, D, E, F, G, H, 0x79cc4519, W00, W00 ^ W04);
lib/libcrypto/sm3/sm3.c
126
R1(D, A, B, C, H, E, F, G, 0xf3988a32, W01, W01 ^ W05);
lib/libcrypto/sm3/sm3.c
128
R1(C, D, A, B, G, H, E, F, 0xe7311465, W02, W02 ^ W06);
lib/libcrypto/sm3/sm3.c
130
R1(B, C, D, A, F, G, H, E, 0xce6228cb, W03, W03 ^ W07);
lib/libcrypto/sm3/sm3.c
132
R1(A, B, C, D, E, F, G, H, 0x9cc45197, W04, W04 ^ W08);
lib/libcrypto/sm3/sm3.c
134
R1(D, A, B, C, H, E, F, G, 0x3988a32f, W05, W05 ^ W09);
lib/libcrypto/sm3/sm3.c
136
R1(C, D, A, B, G, H, E, F, 0x7311465e, W06, W06 ^ W10);
lib/libcrypto/sm3/sm3.c
138
R1(B, C, D, A, F, G, H, E, 0xe6228cbc, W07, W07 ^ W11);
lib/libcrypto/sm3/sm3.c
140
R1(A, B, C, D, E, F, G, H, 0xcc451979, W08, W08 ^ W12);
lib/libcrypto/sm3/sm3.c
142
R1(D, A, B, C, H, E, F, G, 0x988a32f3, W09, W09 ^ W13);
lib/libcrypto/sm3/sm3.c
144
R1(C, D, A, B, G, H, E, F, 0x311465e7, W10, W10 ^ W14);
lib/libcrypto/sm3/sm3.c
146
R1(B, C, D, A, F, G, H, E, 0x6228cbce, W11, W11 ^ W15);
lib/libcrypto/sm3/sm3.c
148
R1(A, B, C, D, E, F, G, H, 0xc451979c, W12, W12 ^ W00);
lib/libcrypto/sm3/sm3.c
150
R1(D, A, B, C, H, E, F, G, 0x88a32f39, W13, W13 ^ W01);
lib/libcrypto/sm3/sm3.c
152
R1(C, D, A, B, G, H, E, F, 0x11465e73, W14, W14 ^ W02);
lib/libcrypto/sm3/sm3.c
154
R1(B, C, D, A, F, G, H, E, 0x228cbce6, W15, W15 ^ W03);
lib/libcrypto/sm3/sm3.c
156
R2(A, B, C, D, E, F, G, H, 0x9d8a7a87, W00, W00 ^ W04);
lib/libcrypto/sm3/sm3.c
158
R2(D, A, B, C, H, E, F, G, 0x3b14f50f, W01, W01 ^ W05);
lib/libcrypto/sm3/sm3.c
160
R2(C, D, A, B, G, H, E, F, 0x7629ea1e, W02, W02 ^ W06);
lib/libcrypto/sm3/sm3.c
162
R2(B, C, D, A, F, G, H, E, 0xec53d43c, W03, W03 ^ W07);
lib/libcrypto/sm3/sm3.c
164
R2(A, B, C, D, E, F, G, H, 0xd8a7a879, W04, W04 ^ W08);
lib/libcrypto/sm3/sm3.c
166
R2(D, A, B, C, H, E, F, G, 0xb14f50f3, W05, W05 ^ W09);
lib/libcrypto/sm3/sm3.c
168
R2(C, D, A, B, G, H, E, F, 0x629ea1e7, W06, W06 ^ W10);
lib/libcrypto/sm3/sm3.c
170
R2(B, C, D, A, F, G, H, E, 0xc53d43ce, W07, W07 ^ W11);
lib/libcrypto/sm3/sm3.c
172
R2(A, B, C, D, E, F, G, H, 0x8a7a879d, W08, W08 ^ W12);
lib/libcrypto/sm3/sm3.c
174
R2(D, A, B, C, H, E, F, G, 0x14f50f3b, W09, W09 ^ W13);
lib/libcrypto/sm3/sm3.c
176
R2(C, D, A, B, G, H, E, F, 0x29ea1e76, W10, W10 ^ W14);
lib/libcrypto/sm3/sm3.c
178
R2(B, C, D, A, F, G, H, E, 0x53d43cec, W11, W11 ^ W15);
lib/libcrypto/sm3/sm3.c
180
R2(A, B, C, D, E, F, G, H, 0xa7a879d8, W12, W12 ^ W00);
lib/libcrypto/sm3/sm3.c
182
R2(D, A, B, C, H, E, F, G, 0x4f50f3b1, W13, W13 ^ W01);
lib/libcrypto/sm3/sm3.c
184
R2(C, D, A, B, G, H, E, F, 0x9ea1e762, W14, W14 ^ W02);
lib/libcrypto/sm3/sm3.c
186
R2(B, C, D, A, F, G, H, E, 0x3d43cec5, W15, W15 ^ W03);
lib/libcrypto/sm3/sm3.c
188
R2(A, B, C, D, E, F, G, H, 0x7a879d8a, W00, W00 ^ W04);
lib/libcrypto/sm3/sm3.c
190
R2(D, A, B, C, H, E, F, G, 0xf50f3b14, W01, W01 ^ W05);
lib/libcrypto/sm3/sm3.c
192
R2(C, D, A, B, G, H, E, F, 0xea1e7629, W02, W02 ^ W06);
lib/libcrypto/sm3/sm3.c
194
R2(B, C, D, A, F, G, H, E, 0xd43cec53, W03, W03 ^ W07);
lib/libcrypto/sm3/sm3.c
196
R2(A, B, C, D, E, F, G, H, 0xa879d8a7, W04, W04 ^ W08);
lib/libcrypto/sm3/sm3.c
198
R2(D, A, B, C, H, E, F, G, 0x50f3b14f, W05, W05 ^ W09);
lib/libcrypto/sm3/sm3.c
200
R2(C, D, A, B, G, H, E, F, 0xa1e7629e, W06, W06 ^ W10);
lib/libcrypto/sm3/sm3.c
202
R2(B, C, D, A, F, G, H, E, 0x43cec53d, W07, W07 ^ W11);
lib/libcrypto/sm3/sm3.c
204
R2(A, B, C, D, E, F, G, H, 0x879d8a7a, W08, W08 ^ W12);
lib/libcrypto/sm3/sm3.c
206
R2(D, A, B, C, H, E, F, G, 0x0f3b14f5, W09, W09 ^ W13);
lib/libcrypto/sm3/sm3.c
208
R2(C, D, A, B, G, H, E, F, 0x1e7629ea, W10, W10 ^ W14);
lib/libcrypto/sm3/sm3.c
210
R2(B, C, D, A, F, G, H, E, 0x3cec53d4, W11, W11 ^ W15);
lib/libcrypto/sm3/sm3.c
212
R2(A, B, C, D, E, F, G, H, 0x79d8a7a8, W12, W12 ^ W00);
lib/libcrypto/sm3/sm3.c
214
R2(D, A, B, C, H, E, F, G, 0xf3b14f50, W13, W13 ^ W01);
lib/libcrypto/sm3/sm3.c
216
R2(C, D, A, B, G, H, E, F, 0xe7629ea1, W14, W14 ^ W02);
lib/libcrypto/sm3/sm3.c
218
R2(B, C, D, A, F, G, H, E, 0xcec53d43, W15, W15 ^ W03);
lib/libcrypto/sm3/sm3.c
220
R2(A, B, C, D, E, F, G, H, 0x9d8a7a87, W00, W00 ^ W04);
lib/libcrypto/sm3/sm3.c
222
R2(D, A, B, C, H, E, F, G, 0x3b14f50f, W01, W01 ^ W05);
lib/libcrypto/sm3/sm3.c
224
R2(C, D, A, B, G, H, E, F, 0x7629ea1e, W02, W02 ^ W06);
lib/libcrypto/sm3/sm3.c
226
R2(B, C, D, A, F, G, H, E, 0xec53d43c, W03, W03 ^ W07);
lib/libcrypto/sm3/sm3.c
228
R2(A, B, C, D, E, F, G, H, 0xd8a7a879, W04, W04 ^ W08);
lib/libcrypto/sm3/sm3.c
229
R2(D, A, B, C, H, E, F, G, 0xb14f50f3, W05, W05 ^ W09);
lib/libcrypto/sm3/sm3.c
230
R2(C, D, A, B, G, H, E, F, 0x629ea1e7, W06, W06 ^ W10);
lib/libcrypto/sm3/sm3.c
231
R2(B, C, D, A, F, G, H, E, 0xc53d43ce, W07, W07 ^ W11);
lib/libcrypto/sm3/sm3.c
232
R2(A, B, C, D, E, F, G, H, 0x8a7a879d, W08, W08 ^ W12);
lib/libcrypto/sm3/sm3.c
233
R2(D, A, B, C, H, E, F, G, 0x14f50f3b, W09, W09 ^ W13);
lib/libcrypto/sm3/sm3.c
234
R2(C, D, A, B, G, H, E, F, 0x29ea1e76, W10, W10 ^ W14);
lib/libcrypto/sm3/sm3.c
235
R2(B, C, D, A, F, G, H, E, 0x53d43cec, W11, W11 ^ W15);
lib/libcrypto/sm3/sm3.c
236
R2(A, B, C, D, E, F, G, H, 0xa7a879d8, W12, W12 ^ W00);
lib/libcrypto/sm3/sm3.c
237
R2(D, A, B, C, H, E, F, G, 0x4f50f3b1, W13, W13 ^ W01);
lib/libcrypto/sm3/sm3.c
238
R2(C, D, A, B, G, H, E, F, 0x9ea1e762, W14, W14 ^ W02);
lib/libcrypto/sm3/sm3.c
239
R2(B, C, D, A, F, G, H, E, 0x3d43cec5, W15, W15 ^ W03);
lib/libcrypto/sm3/sm3.c
248
ctx->H ^= H;
lib/libcrypto/sm3/sm3.c
264
c->H = 0xb0fb0e4eUL;
lib/libcrypto/sm3/sm3.c
355
crypto_store_htobe32(&md[7 * 4], c->H);
lib/libcrypto/sm3/sm3.c
43
#define ROUND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) do { \
lib/libcrypto/sm3/sm3.c
48
const SM3_WORD TT2 = GG(E, F, G) + H + SS1 + Wi; \
lib/libcrypto/sm3/sm3.c
52
H = P0(TT2); \
lib/libcrypto/sm3/sm3.c
55
#define R1(A, B, C, D, E, F, G, H, TJ, Wi, Wj) \
lib/libcrypto/sm3/sm3.c
56
ROUND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF0, GG0)
lib/libcrypto/sm3/sm3.c
58
#define R2(A, B, C, D, E, F, G, H, TJ, Wi, Wj) \
lib/libcrypto/sm3/sm3.c
59
ROUND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF1, GG1)
lib/libcrypto/sm3/sm3.c
66
SM3_WORD A, B, C, D, E, F, G, H;
lib/libcrypto/sm3/sm3.c
78
H = ctx->H;
lib/libcrypto/sm3/sm3.h
35
SM3_WORD A, B, C, D, E, F, G, H;
lib/libexpat/lib/siphash.h
166
sip_round(struct siphash *H, const int rounds) {
lib/libexpat/lib/siphash.h
170
H->v0 += H->v1;
lib/libexpat/lib/siphash.h
171
H->v1 = SIP_ROTL(H->v1, 13);
lib/libexpat/lib/siphash.h
172
H->v1 ^= H->v0;
lib/libexpat/lib/siphash.h
173
H->v0 = SIP_ROTL(H->v0, 32);
lib/libexpat/lib/siphash.h
175
H->v2 += H->v3;
lib/libexpat/lib/siphash.h
176
H->v3 = SIP_ROTL(H->v3, 16);
lib/libexpat/lib/siphash.h
177
H->v3 ^= H->v2;
lib/libexpat/lib/siphash.h
179
H->v0 += H->v3;
lib/libexpat/lib/siphash.h
180
H->v3 = SIP_ROTL(H->v3, 21);
lib/libexpat/lib/siphash.h
181
H->v3 ^= H->v0;
lib/libexpat/lib/siphash.h
183
H->v2 += H->v1;
lib/libexpat/lib/siphash.h
184
H->v1 = SIP_ROTL(H->v1, 17);
lib/libexpat/lib/siphash.h
185
H->v1 ^= H->v2;
lib/libexpat/lib/siphash.h
186
H->v2 = SIP_ROTL(H->v2, 32);
lib/libexpat/lib/siphash.h
191
sip24_init(struct siphash *H, const struct sipkey *key) {
lib/libexpat/lib/siphash.h
192
H->v0 = SIP_ULL(0x736f6d65U, 0x70736575U) ^ key->k[0];
lib/libexpat/lib/siphash.h
193
H->v1 = SIP_ULL(0x646f7261U, 0x6e646f6dU) ^ key->k[1];
lib/libexpat/lib/siphash.h
194
H->v2 = SIP_ULL(0x6c796765U, 0x6e657261U) ^ key->k[0];
lib/libexpat/lib/siphash.h
195
H->v3 = SIP_ULL(0x74656462U, 0x79746573U) ^ key->k[1];
lib/libexpat/lib/siphash.h
197
H->p = H->buf;
lib/libexpat/lib/siphash.h
198
H->c = 0;
lib/libexpat/lib/siphash.h
200
return H;
lib/libexpat/lib/siphash.h
206
sip24_update(struct siphash *H, const void *src, size_t len) {
lib/libexpat/lib/siphash.h
211
while (p < pe && H->p < sip_endof(H->buf))
lib/libexpat/lib/siphash.h
212
*H->p++ = *p++;
lib/libexpat/lib/siphash.h
214
if (H->p < sip_endof(H->buf))
lib/libexpat/lib/siphash.h
217
m = SIP_U8TO64_LE(H->buf);
lib/libexpat/lib/siphash.h
218
H->v3 ^= m;
lib/libexpat/lib/siphash.h
219
sip_round(H, 2);
lib/libexpat/lib/siphash.h
220
H->v0 ^= m;
lib/libexpat/lib/siphash.h
222
H->p = H->buf;
lib/libexpat/lib/siphash.h
223
H->c += 8;
lib/libexpat/lib/siphash.h
226
return H;
lib/libexpat/lib/siphash.h
230
sip24_final(struct siphash *H) {
lib/libexpat/lib/siphash.h
231
const char left = (char)(H->p - H->buf);
lib/libexpat/lib/siphash.h
232
uint64_t b = (H->c + left) << 56;
lib/libexpat/lib/siphash.h
236
b |= (uint64_t)H->buf[6] << 48;
lib/libexpat/lib/siphash.h
239
b |= (uint64_t)H->buf[5] << 40;
lib/libexpat/lib/siphash.h
242
b |= (uint64_t)H->buf[4] << 32;
lib/libexpat/lib/siphash.h
245
b |= (uint64_t)H->buf[3] << 24;
lib/libexpat/lib/siphash.h
248
b |= (uint64_t)H->buf[2] << 16;
lib/libexpat/lib/siphash.h
251
b |= (uint64_t)H->buf[1] << 8;
lib/libexpat/lib/siphash.h
254
b |= (uint64_t)H->buf[0] << 0;
lib/libexpat/lib/siphash.h
260
H->v3 ^= b;
lib/libexpat/lib/siphash.h
261
sip_round(H, 2);
lib/libexpat/lib/siphash.h
262
H->v0 ^= b;
lib/libexpat/lib/siphash.h
263
H->v2 ^= 0xff;
lib/libexpat/lib/siphash.h
264
sip_round(H, 4);
lib/libexpat/lib/siphash.h
266
return H->v0 ^ H->v1 ^ H->v2 ^ H->v3;
lib/libm/src/ld80/e_powl.c
410
H = Fb + Gb;
lib/libm/src/ld80/e_powl.c
411
Ha = reducl(H);
lib/libm/src/ld80/e_powl.c
422
Hb = H - Ha;
sbin/shutdown/shutdown.c
71
{ 10 H, 5 H },
sbin/shutdown/shutdown.c
72
{ 5 H, 3 H },
sbin/shutdown/shutdown.c
73
{ 2 H, 1 H },
sbin/shutdown/shutdown.c
74
{ 1 H, 30 M },
sys/arch/amd64/amd64/aesni.c
251
aesni_enc(ses, ses->ses_ghash->H, ses->ses_ghash->H);
sys/arch/octeon/dev/octcrypto.c
1136
CTASSERT(offsetof(GHASH_CTX, H) % 8 == 0);
sys/arch/octeon/dev/octcrypto.c
1140
octcrypto_ghash_init((uint64_t *)ghash->H, (uint64_t *)ghash->S);
sys/crypto/gmac.c
106
bzero(ctx->ghash.H, GMAC_BLOCK_LEN);
sys/crypto/gmac.c
121
AES_Encrypt(&ctx->K, ctx->ghash.H, ctx->ghash.H);
sys/crypto/gmac.c
89
ghash_gfmul((uint32_t *)ctx->S, (uint32_t *)ctx->H,
sys/crypto/gmac.h
28
uint8_t H[GMAC_BLOCK_LEN]; /* hash subkey */
sys/dev/cardbus/cardbus_exrom.c
51
#define READ_INT16(T, H, O) \
sys/dev/cardbus/cardbus_exrom.c
52
(bus_space_read_1((T), (H), (O)) | \
sys/dev/cardbus/cardbus_exrom.c
53
(bus_space_read_1((T), (H), (O) + 1) << 8))
sys/dev/fdt/sxipio_pins.h
1002
{ SXIPIO_PIN(H, 25), {
sys/dev/fdt/sxipio_pins.h
1011
{ SXIPIO_PIN(H, 26), {
sys/dev/fdt/sxipio_pins.h
1020
{ SXIPIO_PIN(H, 27), {
sys/dev/fdt/sxipio_pins.h
11117
{ SXIPIO_PIN(H, 0), {
sys/dev/fdt/sxipio_pins.h
11126
{ SXIPIO_PIN(H, 1), {
sys/dev/fdt/sxipio_pins.h
11135
{ SXIPIO_PIN(H, 2), {
sys/dev/fdt/sxipio_pins.h
11144
{ SXIPIO_PIN(H, 3), {
sys/dev/fdt/sxipio_pins.h
11153
{ SXIPIO_PIN(H, 4), {
sys/dev/fdt/sxipio_pins.h
11162
{ SXIPIO_PIN(H, 5), {
sys/dev/fdt/sxipio_pins.h
11171
{ SXIPIO_PIN(H, 6), {
sys/dev/fdt/sxipio_pins.h
11180
{ SXIPIO_PIN(H, 7), {
sys/dev/fdt/sxipio_pins.h
11186
{ SXIPIO_PIN(H, 8), {
sys/dev/fdt/sxipio_pins.h
11192
{ SXIPIO_PIN(H, 9), {
sys/dev/fdt/sxipio_pins.h
11198
{ SXIPIO_PIN(H, 10), {
sys/dev/fdt/sxipio_pins.h
11640
{ SXIPIO_PIN(H, 0), {
sys/dev/fdt/sxipio_pins.h
11648
{ SXIPIO_PIN(H, 1), {
sys/dev/fdt/sxipio_pins.h
11656
{ SXIPIO_PIN(H, 2), {
sys/dev/fdt/sxipio_pins.h
11665
{ SXIPIO_PIN(H, 3), {
sys/dev/fdt/sxipio_pins.h
11673
{ SXIPIO_PIN(H, 4), {
sys/dev/fdt/sxipio_pins.h
11680
{ SXIPIO_PIN(H, 5), {
sys/dev/fdt/sxipio_pins.h
11689
{ SXIPIO_PIN(H, 6), {
sys/dev/fdt/sxipio_pins.h
11698
{ SXIPIO_PIN(H, 7), {
sys/dev/fdt/sxipio_pins.h
11707
{ SXIPIO_PIN(H, 8), {
sys/dev/fdt/sxipio_pins.h
11716
{ SXIPIO_PIN(H, 9), {
sys/dev/fdt/sxipio_pins.h
11724
{ SXIPIO_PIN(H, 10), {
sys/dev/fdt/sxipio_pins.h
1947
{ SXIPIO_PIN(H, 0), {
sys/dev/fdt/sxipio_pins.h
1955
{ SXIPIO_PIN(H, 1), {
sys/dev/fdt/sxipio_pins.h
1963
{ SXIPIO_PIN(H, 2), {
sys/dev/fdt/sxipio_pins.h
1971
{ SXIPIO_PIN(H, 3), {
sys/dev/fdt/sxipio_pins.h
1979
{ SXIPIO_PIN(H, 4), {
sys/dev/fdt/sxipio_pins.h
1987
{ SXIPIO_PIN(H, 5), {
sys/dev/fdt/sxipio_pins.h
1995
{ SXIPIO_PIN(H, 6), {
sys/dev/fdt/sxipio_pins.h
2004
{ SXIPIO_PIN(H, 7), {
sys/dev/fdt/sxipio_pins.h
2013
{ SXIPIO_PIN(H, 8), {
sys/dev/fdt/sxipio_pins.h
2023
{ SXIPIO_PIN(H, 9), {
sys/dev/fdt/sxipio_pins.h
2033
{ SXIPIO_PIN(H, 10), {
sys/dev/fdt/sxipio_pins.h
2043
{ SXIPIO_PIN(H, 11), {
sys/dev/fdt/sxipio_pins.h
2053
{ SXIPIO_PIN(H, 12), {
sys/dev/fdt/sxipio_pins.h
2061
{ SXIPIO_PIN(H, 13), {
sys/dev/fdt/sxipio_pins.h
2070
{ SXIPIO_PIN(H, 14), {
sys/dev/fdt/sxipio_pins.h
2080
{ SXIPIO_PIN(H, 15), {
sys/dev/fdt/sxipio_pins.h
2090
{ SXIPIO_PIN(H, 16), {
sys/dev/fdt/sxipio_pins.h
2100
{ SXIPIO_PIN(H, 17), {
sys/dev/fdt/sxipio_pins.h
2110
{ SXIPIO_PIN(H, 18), {
sys/dev/fdt/sxipio_pins.h
2120
{ SXIPIO_PIN(H, 19), {
sys/dev/fdt/sxipio_pins.h
2130
{ SXIPIO_PIN(H, 20), {
sys/dev/fdt/sxipio_pins.h
2139
{ SXIPIO_PIN(H, 21), {
sys/dev/fdt/sxipio_pins.h
2148
{ SXIPIO_PIN(H, 22), {
sys/dev/fdt/sxipio_pins.h
2157
{ SXIPIO_PIN(H, 23), {
sys/dev/fdt/sxipio_pins.h
2166
{ SXIPIO_PIN(H, 24), {
sys/dev/fdt/sxipio_pins.h
2175
{ SXIPIO_PIN(H, 25), {
sys/dev/fdt/sxipio_pins.h
2184
{ SXIPIO_PIN(H, 26), {
sys/dev/fdt/sxipio_pins.h
2193
{ SXIPIO_PIN(H, 27), {
sys/dev/fdt/sxipio_pins.h
3137
{ SXIPIO_PIN(H, 0), {
sys/dev/fdt/sxipio_pins.h
3145
{ SXIPIO_PIN(H, 1), {
sys/dev/fdt/sxipio_pins.h
3153
{ SXIPIO_PIN(H, 2), {
sys/dev/fdt/sxipio_pins.h
3161
{ SXIPIO_PIN(H, 3), {
sys/dev/fdt/sxipio_pins.h
3169
{ SXIPIO_PIN(H, 4), {
sys/dev/fdt/sxipio_pins.h
3177
{ SXIPIO_PIN(H, 5), {
sys/dev/fdt/sxipio_pins.h
3185
{ SXIPIO_PIN(H, 6), {
sys/dev/fdt/sxipio_pins.h
3193
{ SXIPIO_PIN(H, 7), {
sys/dev/fdt/sxipio_pins.h
3201
{ SXIPIO_PIN(H, 8), {
sys/dev/fdt/sxipio_pins.h
3210
{ SXIPIO_PIN(H, 9), {
sys/dev/fdt/sxipio_pins.h
3219
{ SXIPIO_PIN(H, 10), {
sys/dev/fdt/sxipio_pins.h
3228
{ SXIPIO_PIN(H, 11), {
sys/dev/fdt/sxipio_pins.h
3237
{ SXIPIO_PIN(H, 12), {
sys/dev/fdt/sxipio_pins.h
3245
{ SXIPIO_PIN(H, 13), {
sys/dev/fdt/sxipio_pins.h
3254
{ SXIPIO_PIN(H, 14), {
sys/dev/fdt/sxipio_pins.h
3264
{ SXIPIO_PIN(H, 15), {
sys/dev/fdt/sxipio_pins.h
3274
{ SXIPIO_PIN(H, 16), {
sys/dev/fdt/sxipio_pins.h
3284
{ SXIPIO_PIN(H, 17), {
sys/dev/fdt/sxipio_pins.h
3294
{ SXIPIO_PIN(H, 18), {
sys/dev/fdt/sxipio_pins.h
3304
{ SXIPIO_PIN(H, 19), {
sys/dev/fdt/sxipio_pins.h
3314
{ SXIPIO_PIN(H, 20), {
sys/dev/fdt/sxipio_pins.h
3323
{ SXIPIO_PIN(H, 21), {
sys/dev/fdt/sxipio_pins.h
3332
{ SXIPIO_PIN(H, 22), {
sys/dev/fdt/sxipio_pins.h
3341
{ SXIPIO_PIN(H, 23), {
sys/dev/fdt/sxipio_pins.h
3350
{ SXIPIO_PIN(H, 24), {
sys/dev/fdt/sxipio_pins.h
3359
{ SXIPIO_PIN(H, 25), {
sys/dev/fdt/sxipio_pins.h
3368
{ SXIPIO_PIN(H, 26), {
sys/dev/fdt/sxipio_pins.h
3377
{ SXIPIO_PIN(H, 27), {
sys/dev/fdt/sxipio_pins.h
5803
{ SXIPIO_PIN(H, 0), {
sys/dev/fdt/sxipio_pins.h
5808
{ SXIPIO_PIN(H, 1), {
sys/dev/fdt/sxipio_pins.h
5813
{ SXIPIO_PIN(H, 2), {
sys/dev/fdt/sxipio_pins.h
5818
{ SXIPIO_PIN(H, 3), {
sys/dev/fdt/sxipio_pins.h
5823
{ SXIPIO_PIN(H, 4), {
sys/dev/fdt/sxipio_pins.h
5828
{ SXIPIO_PIN(H, 5), {
sys/dev/fdt/sxipio_pins.h
5833
{ SXIPIO_PIN(H, 6), {
sys/dev/fdt/sxipio_pins.h
5839
{ SXIPIO_PIN(H, 7), {
sys/dev/fdt/sxipio_pins.h
5845
{ SXIPIO_PIN(H, 8), {
sys/dev/fdt/sxipio_pins.h
5851
{ SXIPIO_PIN(H, 9), {
sys/dev/fdt/sxipio_pins.h
764
{ SXIPIO_PIN(H, 0), {
sys/dev/fdt/sxipio_pins.h
773
{ SXIPIO_PIN(H, 1), {
sys/dev/fdt/sxipio_pins.h
782
{ SXIPIO_PIN(H, 2), {
sys/dev/fdt/sxipio_pins.h
791
{ SXIPIO_PIN(H, 3), {
sys/dev/fdt/sxipio_pins.h
800
{ SXIPIO_PIN(H, 4), {
sys/dev/fdt/sxipio_pins.h
8060
{ SXIPIO_PIN(H, 0), {
sys/dev/fdt/sxipio_pins.h
8065
{ SXIPIO_PIN(H, 1), {
sys/dev/fdt/sxipio_pins.h
8070
{ SXIPIO_PIN(H, 2), {
sys/dev/fdt/sxipio_pins.h
8075
{ SXIPIO_PIN(H, 3), {
sys/dev/fdt/sxipio_pins.h
8080
{ SXIPIO_PIN(H, 4), {
sys/dev/fdt/sxipio_pins.h
8085
{ SXIPIO_PIN(H, 5), {
sys/dev/fdt/sxipio_pins.h
809
{ SXIPIO_PIN(H, 5), {
sys/dev/fdt/sxipio_pins.h
8090
{ SXIPIO_PIN(H, 6), {
sys/dev/fdt/sxipio_pins.h
8095
{ SXIPIO_PIN(H, 8), {
sys/dev/fdt/sxipio_pins.h
8101
{ SXIPIO_PIN(H, 9), {
sys/dev/fdt/sxipio_pins.h
8107
{ SXIPIO_PIN(H, 10), {
sys/dev/fdt/sxipio_pins.h
8113
{ SXIPIO_PIN(H, 11), {
sys/dev/fdt/sxipio_pins.h
8119
{ SXIPIO_PIN(H, 12), {
sys/dev/fdt/sxipio_pins.h
8126
{ SXIPIO_PIN(H, 13), {
sys/dev/fdt/sxipio_pins.h
8133
{ SXIPIO_PIN(H, 14), {
sys/dev/fdt/sxipio_pins.h
8139
{ SXIPIO_PIN(H, 15), {
sys/dev/fdt/sxipio_pins.h
8145
{ SXIPIO_PIN(H, 16), {
sys/dev/fdt/sxipio_pins.h
8151
{ SXIPIO_PIN(H, 17), {
sys/dev/fdt/sxipio_pins.h
8157
{ SXIPIO_PIN(H, 18), {
sys/dev/fdt/sxipio_pins.h
8163
{ SXIPIO_PIN(H, 19), {
sys/dev/fdt/sxipio_pins.h
8168
{ SXIPIO_PIN(H, 20), {
sys/dev/fdt/sxipio_pins.h
8173
{ SXIPIO_PIN(H, 21), {
sys/dev/fdt/sxipio_pins.h
818
{ SXIPIO_PIN(H, 6), {
sys/dev/fdt/sxipio_pins.h
828
{ SXIPIO_PIN(H, 7), {
sys/dev/fdt/sxipio_pins.h
838
{ SXIPIO_PIN(H, 8), {
sys/dev/fdt/sxipio_pins.h
848
{ SXIPIO_PIN(H, 9), {
sys/dev/fdt/sxipio_pins.h
858
{ SXIPIO_PIN(H, 10), {
sys/dev/fdt/sxipio_pins.h
868
{ SXIPIO_PIN(H, 11), {
sys/dev/fdt/sxipio_pins.h
878
{ SXIPIO_PIN(H, 12), {
sys/dev/fdt/sxipio_pins.h
887
{ SXIPIO_PIN(H, 13), {
sys/dev/fdt/sxipio_pins.h
897
{ SXIPIO_PIN(H, 14), {
sys/dev/fdt/sxipio_pins.h
907
{ SXIPIO_PIN(H, 15), {
sys/dev/fdt/sxipio_pins.h
917
{ SXIPIO_PIN(H, 16), {
sys/dev/fdt/sxipio_pins.h
927
{ SXIPIO_PIN(H, 17), {
sys/dev/fdt/sxipio_pins.h
937
{ SXIPIO_PIN(H, 18), {
sys/dev/fdt/sxipio_pins.h
947
{ SXIPIO_PIN(H, 19), {
sys/dev/fdt/sxipio_pins.h
957
{ SXIPIO_PIN(H, 20), {
sys/dev/fdt/sxipio_pins.h
966
{ SXIPIO_PIN(H, 21), {
sys/dev/fdt/sxipio_pins.h
975
{ SXIPIO_PIN(H, 22), {
sys/dev/fdt/sxipio_pins.h
9783
{ SXIPIO_PIN(H, 0), {
sys/dev/fdt/sxipio_pins.h
9789
{ SXIPIO_PIN(H, 1), {
sys/dev/fdt/sxipio_pins.h
9795
{ SXIPIO_PIN(H, 2), {
sys/dev/fdt/sxipio_pins.h
9801
{ SXIPIO_PIN(H, 3), {
sys/dev/fdt/sxipio_pins.h
9807
{ SXIPIO_PIN(H, 4), {
sys/dev/fdt/sxipio_pins.h
9813
{ SXIPIO_PIN(H, 5), {
sys/dev/fdt/sxipio_pins.h
9819
{ SXIPIO_PIN(H, 6), {
sys/dev/fdt/sxipio_pins.h
9825
{ SXIPIO_PIN(H, 7), {
sys/dev/fdt/sxipio_pins.h
9831
{ SXIPIO_PIN(H, 8), {
sys/dev/fdt/sxipio_pins.h
9837
{ SXIPIO_PIN(H, 9), {
sys/dev/fdt/sxipio_pins.h
984
{ SXIPIO_PIN(H, 23), {
sys/dev/fdt/sxipio_pins.h
9842
{ SXIPIO_PIN(H, 10), {
sys/dev/fdt/sxipio_pins.h
9848
{ SXIPIO_PIN(H, 11), {
sys/dev/fdt/sxipio_pins.h
993
{ SXIPIO_PIN(H, 24), {
sys/lib/libkern/adddi3.c
49
sum.ul[H] = aa.ul[H] + bb.ul[H] + (sum.ul[L] < bb.ul[L]);
sys/lib/libkern/ashldi3.c
49
aa.ul[H] = aa.ul[L] << (shift - INT_BITS);
sys/lib/libkern/ashldi3.c
52
aa.ul[H] = (aa.ul[H] << shift) |
sys/lib/libkern/ashrdi3.c
57
s = (aa.sl[H] >> (INT_BITS - 1)) >> 1;
sys/lib/libkern/ashrdi3.c
58
aa.ul[L] = aa.sl[H] >> (shift - INT_BITS);
sys/lib/libkern/ashrdi3.c
59
aa.ul[H] = s;
sys/lib/libkern/ashrdi3.c
62
(aa.ul[H] << (INT_BITS - shift));
sys/lib/libkern/ashrdi3.c
63
aa.sl[H] >>= shift;
sys/lib/libkern/cmpdi2.c
48
return (aa.sl[H] < bb.sl[H] ? 0 : aa.sl[H] > bb.sl[H] ? 2 :
sys/lib/libkern/lshldi3.c
49
aa.ul[H] = aa.ul[L] << (shift - INT_BITS);
sys/lib/libkern/lshldi3.c
52
aa.ul[H] = (aa.ul[H] << shift) |
sys/lib/libkern/lshrdi3.c
48
aa.ul[L] = aa.ul[H] >> (shift - INT_BITS);
sys/lib/libkern/lshrdi3.c
49
aa.ul[H] = 0;
sys/lib/libkern/lshrdi3.c
52
(aa.ul[H] << (INT_BITS - shift));
sys/lib/libkern/lshrdi3.c
53
aa.ul[H] >>= shift;
sys/lib/libkern/muldi3.c
101
#define u1 u.ul[H]
sys/lib/libkern/muldi3.c
103
#define v1 v.ul[H]
sys/lib/libkern/muldi3.c
151
prod.ul[H] = high + (negmid ? -mid : mid) + low.ul[L] +
sys/lib/libkern/muldi3.c
152
low.ul[H];
sys/lib/libkern/muldi3.c
234
prod.ul[H] = prodh;
sys/lib/libkern/negdi2.c
46
res.ul[H] = -aa.ul[H] - (res.ul[L] > 0);
sys/lib/libkern/qdivrem.c
109
u[1] = (digit)HHALF(tmp.ul[H]);
sys/lib/libkern/qdivrem.c
110
u[2] = (digit)LHALF(tmp.ul[H]);
sys/lib/libkern/qdivrem.c
114
v[1] = (digit)HHALF(tmp.ul[H]);
sys/lib/libkern/qdivrem.c
115
v[2] = (digit)LHALF(tmp.ul[H]);
sys/lib/libkern/qdivrem.c
141
tmp.ul[H] = COMBINE(q1, q2);
sys/lib/libkern/qdivrem.c
249
tmp.ul[H] = COMBINE(uspace[1], uspace[2]);
sys/lib/libkern/qdivrem.c
254
tmp.ul[H] = COMBINE(qspace[1], qspace[2]);
sys/lib/libkern/qdivrem.c
80
tmp.ul[H] = tmp.ul[L] = 1 / zero;
sys/lib/libkern/subdi3.c
48
diff.ul[H] = aa.ul[H] - bb.ul[H] - (diff.ul[L] > aa.ul[L]);
sys/lib/libkern/ucmpdi2.c
47
return (aa.ul[H] < bb.ul[H] ? 0 : aa.ul[H] > bb.ul[H] ? 2 :
usr.bin/ftp/cmdtab.c
125
{ "!", H(shellhelp), 0, 0, 0, CMPL0 shell },
usr.bin/ftp/cmdtab.c
126
{ "$", H(domachelp), 1, 0, 0, CMPL0 domacro },
usr.bin/ftp/cmdtab.c
127
{ "account", H(accounthelp), 0, 1, 1, CMPL0 account},
usr.bin/ftp/cmdtab.c
128
{ "append", H(appendhelp), 1, 1, 1, CMPL(lr) put },
usr.bin/ftp/cmdtab.c
129
{ "ascii", H(asciihelp), 0, 1, 1, CMPL0 setascii },
usr.bin/ftp/cmdtab.c
130
{ "bell", H(beephelp), 0, 0, 0, CMPL0 setbell },
usr.bin/ftp/cmdtab.c
131
{ "binary", H(binaryhelp), 0, 1, 1, CMPL0 setbinary },
usr.bin/ftp/cmdtab.c
132
{ "bye", H(quithelp), 0, 0, 0, CMPL0 quit },
usr.bin/ftp/cmdtab.c
133
{ "case", H(casehelp), 0, 0, 1, CMPL0 setcase },
usr.bin/ftp/cmdtab.c
134
{ "cd", H(cdhelp), 0, 1, 1, CMPL(r) cd },
usr.bin/ftp/cmdtab.c
135
{ "cdup", H(cduphelp), 0, 1, 1, CMPL0 cdup },
usr.bin/ftp/cmdtab.c
136
{ "chmod", H(chmodhelp), 0, 1, 1, CMPL(nr) do_chmod },
usr.bin/ftp/cmdtab.c
137
{ "close", H(disconhelp), 0, 1, 1, CMPL0 disconnect },
usr.bin/ftp/cmdtab.c
138
{ "cr", H(crhelp), 0, 0, 0, CMPL0 setcr },
usr.bin/ftp/cmdtab.c
139
{ "debug", H(debughelp), 0, 0, 0, CMPL0 setdebug },
usr.bin/ftp/cmdtab.c
140
{ "delete", H(deletehelp), 0, 1, 1, CMPL(r) deletecmd },
usr.bin/ftp/cmdtab.c
141
{ "dir", H(dirhelp), 1, 1, 1, CMPL(rl) ls },
usr.bin/ftp/cmdtab.c
142
{ "disconnect", H(disconhelp), 0, 1, 1, CMPL0 disconnect },
usr.bin/ftp/cmdtab.c
143
{ "edit", H(edithelp), 0, 0, 0, CMPL0 setedit },
usr.bin/ftp/cmdtab.c
144
{ "epsv4", H(epsv4help), 0, 0, 0, CMPL0 setepsv4 },
usr.bin/ftp/cmdtab.c
145
{ "exit", H(quithelp), 0, 0, 0, CMPL0 quit },
usr.bin/ftp/cmdtab.c
146
{ "form", H(formhelp), 0, 1, 1, CMPL0 setform },
usr.bin/ftp/cmdtab.c
147
{ "ftp", H(connecthelp), 0, 0, 1, CMPL0 setpeer },
usr.bin/ftp/cmdtab.c
148
{ "get", H(receivehelp), 1, 1, 1, CMPL(rl) get },
usr.bin/ftp/cmdtab.c
149
{ "gate", H(gatehelp), 0, 0, 0, CMPL0 setgate },
usr.bin/ftp/cmdtab.c
150
{ "glob", H(globhelp), 0, 0, 0, CMPL0 setglob },
usr.bin/ftp/cmdtab.c
151
{ "hash", H(hashhelp), 0, 0, 0, CMPL0 sethash },
usr.bin/ftp/cmdtab.c
152
{ "help", H(helphelp), 0, 0, 1, CMPL(C) help },
usr.bin/ftp/cmdtab.c
153
{ "idle", H(idlehelp), 0, 1, 1, CMPL0 idle },
usr.bin/ftp/cmdtab.c
154
{ "image", H(binaryhelp), 0, 1, 1, CMPL0 setbinary },
usr.bin/ftp/cmdtab.c
155
{ "lcd", H(lcdhelp), 0, 0, 0, CMPL(l) lcd },
usr.bin/ftp/cmdtab.c
156
{ "less", H(pagehelp), 1, 1, 1, CMPL(r) page },
usr.bin/ftp/cmdtab.c
157
{ "lpwd", H(lpwdhelp), 0, 0, 0, CMPL0 lpwd },
usr.bin/ftp/cmdtab.c
158
{ "ls", H(lshelp), 1, 1, 1, CMPL(rl) ls },
usr.bin/ftp/cmdtab.c
159
{ "macdef", H(macdefhelp), 0, 0, 0, CMPL0 macdef },
usr.bin/ftp/cmdtab.c
160
{ "mdelete", H(mdeletehelp), 1, 1, 1, CMPL(R) mdelete },
usr.bin/ftp/cmdtab.c
161
{ "mdir", H(mdirhelp), 1, 1, 1, CMPL(R) mls },
usr.bin/ftp/cmdtab.c
162
{ "mget", H(mgethelp), 1, 1, 1, CMPL(R) mget },
usr.bin/ftp/cmdtab.c
163
{ "mkdir", H(mkdirhelp), 0, 1, 1, CMPL(r) makedir },
usr.bin/ftp/cmdtab.c
164
{ "mls", H(mlshelp), 1, 1, 1, CMPL(R) mls },
usr.bin/ftp/cmdtab.c
165
{ "mode", H(modehelp), 0, 1, 1, CMPL0 setftmode },
usr.bin/ftp/cmdtab.c
166
{ "modtime", H(modtimehelp), 0, 1, 1, CMPL(r) modtime },
usr.bin/ftp/cmdtab.c
167
{ "more", H(pagehelp), 1, 1, 1, CMPL(r) page },
usr.bin/ftp/cmdtab.c
168
{ "mput", H(mputhelp), 1, 1, 1, CMPL(L) mput },
usr.bin/ftp/cmdtab.c
169
{ "msend", H(mputhelp), 1, 1, 1, CMPL(L) mput },
usr.bin/ftp/cmdtab.c
170
{ "newer", H(newerhelp), 1, 1, 1, CMPL(r) newer },
usr.bin/ftp/cmdtab.c
171
{ "nlist", H(nlisthelp), 1, 1, 1, CMPL(rl) ls },
usr.bin/ftp/cmdtab.c
172
{ "nmap", H(nmaphelp), 0, 0, 1, CMPL0 setnmap },
usr.bin/ftp/cmdtab.c
173
{ "ntrans", H(ntranshelp), 0, 0, 1, CMPL0 setntrans },
usr.bin/ftp/cmdtab.c
174
{ "open", H(connecthelp), 0, 0, 1, CMPL0 setpeer },
usr.bin/ftp/cmdtab.c
175
{ "page", H(pagehelp), 1, 1, 1, CMPL(r) page },
usr.bin/ftp/cmdtab.c
176
{ "passive", H(passivehelp), 0, 0, 0, CMPL0 setpassive },
usr.bin/ftp/cmdtab.c
177
{ "preserve", H(preservehelp),0, 0, 0, CMPL0 setpreserve },
usr.bin/ftp/cmdtab.c
178
{ "progress", H(progresshelp),0, 0, 0, CMPL0 setprogress },
usr.bin/ftp/cmdtab.c
179
{ "prompt", H(prompthelp), 0, 0, 0, CMPL0 setprompt },
usr.bin/ftp/cmdtab.c
180
{ "proxy", H(proxyhelp), 0, 0, 1, CMPL(c) doproxy },
usr.bin/ftp/cmdtab.c
181
{ "put", H(sendhelp), 1, 1, 1, CMPL(lr) put },
usr.bin/ftp/cmdtab.c
182
{ "pwd", H(pwdhelp), 0, 1, 1, CMPL0 pwd },
usr.bin/ftp/cmdtab.c
183
{ "quit", H(quithelp), 0, 0, 0, CMPL0 quit },
usr.bin/ftp/cmdtab.c
184
{ "quote", H(quotehelp), 1, 1, 1, CMPL0 quote },
usr.bin/ftp/cmdtab.c
185
{ "recv", H(receivehelp), 1, 1, 1, CMPL(rl) get },
usr.bin/ftp/cmdtab.c
186
{ "reget", H(regethelp), 1, 1, 1, CMPL(rl) reget },
usr.bin/ftp/cmdtab.c
187
{ "rename", H(renamehelp), 0, 1, 1, CMPL(rr) renamefile },
usr.bin/ftp/cmdtab.c
188
{ "reput", H(reputhelp), 1, 1, 1, CMPL(lr) reput },
usr.bin/ftp/cmdtab.c
189
{ "reset", H(resethelp), 0, 1, 1, CMPL0 reset },
usr.bin/ftp/cmdtab.c
190
{ "restart", H(restarthelp), 1, 1, 1, CMPL0 restart },
usr.bin/ftp/cmdtab.c
191
{ "rhelp", H(remotehelp), 0, 1, 1, CMPL0 rmthelp },
usr.bin/ftp/cmdtab.c
192
{ "rmdir", H(rmdirhelp), 0, 1, 1, CMPL(r) removedir },
usr.bin/ftp/cmdtab.c
193
{ "rstatus", H(rmtstatushelp),0, 1, 1, CMPL(r) rmtstatus },
usr.bin/ftp/cmdtab.c
194
{ "runique", H(runiquehelp), 0, 0, 1, CMPL0 setrunique },
usr.bin/ftp/cmdtab.c
195
{ "send", H(sendhelp), 1, 1, 1, CMPL(lr) put },
usr.bin/ftp/cmdtab.c
196
{ "sendport", H(porthelp), 0, 0, 0, CMPL0 setport },
usr.bin/ftp/cmdtab.c
197
{ "site", H(sitehelp), 0, 1, 1, CMPL0 site },
usr.bin/ftp/cmdtab.c
198
{ "size", H(sizecmdhelp), 1, 1, 1, CMPL(r) sizecmd },
usr.bin/ftp/cmdtab.c
199
{ "status", H(statushelp), 0, 0, 1, CMPL0 status },
usr.bin/ftp/cmdtab.c
200
{ "struct", H(structhelp), 0, 1, 1, CMPL0 setstruct },
usr.bin/ftp/cmdtab.c
201
{ "sunique", H(suniquehelp), 0, 0, 1, CMPL0 setsunique },
usr.bin/ftp/cmdtab.c
202
{ "system", H(systemhelp), 0, 1, 1, CMPL0 syst },
usr.bin/ftp/cmdtab.c
203
{ "trace", H(tracehelp), 0, 0, 0, CMPL0 settrace },
usr.bin/ftp/cmdtab.c
204
{ "type", H(typehelp), 0, 1, 1, CMPL0 settype },
usr.bin/ftp/cmdtab.c
205
{ "umask", H(umaskhelp), 0, 1, 1, CMPL0 do_umask },
usr.bin/ftp/cmdtab.c
206
{ "user", H(userhelp), 0, 1, 1, CMPL0 user },
usr.bin/ftp/cmdtab.c
207
{ "verbose", H(verbosehelp), 0, 0, 0, CMPL0 setverbose },
usr.bin/ftp/cmdtab.c
208
{ "?", H(helphelp), 0, 0, 1, CMPL(C) help },