Symbol: want
crypto/openssh/clientloop.c
2445
u_int want;
crypto/openssh/clientloop.c
2538
want = HKF_MATCH_HOST | ( options.check_host_ip ? HKF_MATCH_IP : 0);
crypto/openssh/clientloop.c
2542
if ((ctx->keys_match[i] & want) != want)
crypto/openssh/hostfile.c
605
u_int want;
crypto/openssh/hostfile.c
652
want = HKF_MATCH_HOST | (ip == NULL ? 0 : HKF_MATCH_IP);
crypto/openssh/hostfile.c
654
if (keys[i] == NULL || (want & ctx.match_keys[i]) == want)
crypto/openssh/hostfile.c
670
} else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_HOST) {
crypto/openssh/hostfile.c
677
} else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_IP) {
crypto/openssh/monitor.c
672
u_int min, want, max;
crypto/openssh/monitor.c
675
(r = sshbuf_get_u32(m, &want)) != 0 ||
crypto/openssh/monitor.c
679
debug3_f("got parameters: %d %d %d", min, want, max);
crypto/openssh/monitor.c
681
if (max < min || want < min || max < want)
crypto/openssh/monitor.c
682
fatal_f("bad parameters: %d %d %d", min, want, max);
crypto/openssh/monitor.c
686
dh = choose_dh(min, want, max);
crypto/openssl/crypto/asn1/a_d2i_fp.c
114
size_t want = HEADER_SIZE;
crypto/openssl/crypto/asn1/a_d2i_fp.c
133
if (want >= diff) {
crypto/openssl/crypto/asn1/a_d2i_fp.c
134
want -= diff;
crypto/openssl/crypto/asn1/a_d2i_fp.c
136
if (len + want < len || !BUF_MEM_grow_clean(b, len + want)) {
crypto/openssl/crypto/asn1/a_d2i_fp.c
140
i = BIO_read(in, &(b->data[len]), want);
crypto/openssl/crypto/asn1/a_d2i_fp.c
151
if ((size_t)i < want)
crypto/openssl/crypto/asn1/a_d2i_fp.c
182
want = HEADER_SIZE;
crypto/openssl/crypto/asn1/a_d2i_fp.c
189
want = HEADER_SIZE;
crypto/openssl/crypto/asn1/a_d2i_fp.c
192
want = slen;
crypto/openssl/crypto/asn1/a_d2i_fp.c
193
if (want > (len - off)) {
crypto/openssl/crypto/asn1/a_d2i_fp.c
196
want -= (len - off);
crypto/openssl/crypto/asn1/a_d2i_fp.c
197
if (want > INT_MAX /* BIO_read takes an int length */ || len + want < len) {
crypto/openssl/crypto/asn1/a_d2i_fp.c
201
while (want > 0) {
crypto/openssl/crypto/asn1/a_d2i_fp.c
208
size_t chunk = want > chunk_max ? chunk_max : want;
crypto/openssl/crypto/asn1/a_d2i_fp.c
214
want -= chunk;
crypto/openssl/crypto/asn1/a_d2i_fp.c
240
want = HEADER_SIZE;
crypto/openssl/ssl/quic/quic_impl.c
1752
int want = SSL_want(qc->tls);
crypto/openssl/ssl/quic/quic_impl.c
1754
if (want == SSL_X509_LOOKUP
crypto/openssl/ssl/quic/quic_impl.c
1755
|| want == SSL_CLIENT_HELLO_CB
crypto/openssl/ssl/quic/quic_impl.c
1756
|| want == SSL_RETRY_VERIFY)
crypto/openssl/test/danetest.c
303
int want;
crypto/openssl/test/danetest.c
316
&ntlsa, &ncert, &noncheck, &want, &want_depth, &off)
crypto/openssl/test/danetest.c
361
if (!TEST_int_eq(err, want)) {
crypto/openssl/test/danetest.c
362
if (want == X509_V_OK)
crypto/openssl/test/danetest.c
370
if (!TEST_false(want == 0 && ok == 0)) {
crypto/openssl/test/helpers/ssltestlib.c
1261
int create_bare_ssl_connection_ex(SSL *serverssl, SSL *clientssl, int want,
crypto/openssl/test/helpers/ssltestlib.c
1298
if (want != SSL_ERROR_SSL)
crypto/openssl/test/helpers/ssltestlib.c
1302
if (want != SSL_ERROR_NONE && err == want)
crypto/openssl/test/helpers/ssltestlib.c
1334
if (want != SSL_ERROR_SSL)
crypto/openssl/test/helpers/ssltestlib.c
1338
if (want != SSL_ERROR_NONE && err == want)
crypto/openssl/test/helpers/ssltestlib.c
1389
int create_bare_ssl_connection(SSL *serverssl, SSL *clientssl, int want,
crypto/openssl/test/helpers/ssltestlib.c
1392
return create_bare_ssl_connection_ex(serverssl, clientssl, want, read,
crypto/openssl/test/helpers/ssltestlib.c
1400
int create_ssl_connection_ex(SSL *serverssl, SSL *clientssl, int want,
crypto/openssl/test/helpers/ssltestlib.c
1407
if (!create_bare_ssl_connection_ex(serverssl, clientssl, want, 1, 0,
crypto/openssl/test/helpers/ssltestlib.c
1431
int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want)
crypto/openssl/test/helpers/ssltestlib.c
1433
return create_ssl_connection_ex(serverssl, clientssl, want, NULL, NULL);
crypto/openssl/test/helpers/ssltestlib.h
29
int create_bare_ssl_connection(SSL *serverssl, SSL *clientssl, int want,
crypto/openssl/test/helpers/ssltestlib.h
31
int create_bare_ssl_connection_ex(SSL *serverssl, SSL *clientssl, int want,
crypto/openssl/test/helpers/ssltestlib.h
37
int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want);
crypto/openssl/test/helpers/ssltestlib.h
38
int create_ssl_connection_ex(SSL *serverssl, SSL *clientssl, int want,
lib/libc/locale/collate.c
428
size_t want = 0;
lib/libc/locale/collate.c
444
want++;
lib/libc/locale/collate.c
489
want++;
lib/libc/locale/collate.c
490
need = want;
lib/libc/locale/collate.c
508
want++;
lib/libc/locale/collate.c
509
need = want;
lib/libc/locale/collate.c
573
size_t want = 0;
lib/libc/locale/collate.c
591
want++;
lib/libc/locale/collate.c
635
want += b;
lib/libc/locale/collate.c
645
need = want;
lib/libc/locale/collate.c
661
want += b;
lib/libc/locale/collate.c
672
need = want;
lib/libc/locale/euc.c
108
int want;
lib/libc/locale/euc.c
115
return (ps == NULL || ((const _EucState *)ps)->want == 0);
lib/libc/locale/euc.c
316
int i, want;
lib/libc/locale/euc.c
322
if (es->want < 0 || es->want > MB_CUR_MAX) {
lib/libc/locale/euc.c
337
if (es->want == 0) {
lib/libc/locale/euc.c
347
want = 2;
lib/libc/locale/euc.c
349
want = cs2width;
lib/libc/locale/euc.c
351
want = cs3width;
lib/libc/locale/euc.c
358
es->want = want;
lib/libc/locale/euc.c
361
want = es->want;
lib/libc/locale/euc.c
365
for (i = 0; i < MIN(want, n); i++) {
lib/libc/locale/euc.c
371
if (i < want) {
lib/libc/locale/euc.c
373
es->want = want - i;
lib/libc/locale/euc.c
380
es->want = 0;
lib/libc/locale/euc.c
381
return (wc == L'\0' ? 0 : want);
lib/libc/locale/euc.c
395
if (es->want != 0) {
lib/libc/locale/utf8.c
102
if (us->want < 0 || us->want > 6) {
lib/libc/locale/utf8.c
117
if (us->want == 0) {
lib/libc/locale/utf8.c
139
want = 2;
lib/libc/locale/utf8.c
143
want = 3;
lib/libc/locale/utf8.c
147
want = 4;
lib/libc/locale/utf8.c
157
want = us->want;
lib/libc/locale/utf8.c
165
if (us->want == 0)
lib/libc/locale/utf8.c
170
for (i = (us->want == 0) ? 1 : 0; i < MIN(want, n); i++) {
lib/libc/locale/utf8.c
182
if (i < want) {
lib/libc/locale/utf8.c
184
us->want = want - i;
lib/libc/locale/utf8.c
205
us->want = 0;
lib/libc/locale/utf8.c
206
return (wch == L'\0' ? 0 : want);
lib/libc/locale/utf8.c
230
if (nms > 0 && us->want > 0 && (signed char)*s > 0) {
lib/libc/locale/utf8.c
259
if (nms > 0 && len > 0 && us->want > 0 && (signed char)*s > 0) {
lib/libc/locale/utf8.c
300
if (us->want != 0) {
lib/libc/locale/utf8.c
364
if (us->want != 0) {
lib/libc/locale/utf8.c
60
int want;
lib/libc/locale/utf8.c
89
return (ps == NULL || ((const _UTF8State *)ps)->want == 0);
lib/libc/locale/utf8.c
97
int ch, i, mask, want;
lib/libc/tests/stdbit/stdbit-test-kernel.c
25
uintmax_t has, want;
lib/libc/tests/stdbit/stdbit-test-kernel.c
33
want = REF(value);
lib/libc/tests/stdbit/stdbit-test-kernel.c
34
ATF_CHECK_EQ_MSG(has, want, "%s(%#jx) == %#jx != %#jx == %s(%#jx)",
lib/libc/tests/stdbit/stdbit-test-kernel.c
35
__XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value);
lib/libc/tests/stdbit/stdbit-test-kernel.c
43
want = REF(value);
lib/libc/tests/stdbit/stdbit-test-kernel.c
44
ATF_CHECK_EQ_MSG(has, want, "%s(%#jx) == %#jx != %#jx == %s(%#jx)",
lib/libc/tests/stdbit/stdbit-test-kernel.c
45
__XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value);
lib/libc/tests/stdbit/stdbit-test-kernel.c
53
want = REF(value);
lib/libc/tests/stdbit/stdbit-test-kernel.c
54
ATF_CHECK_EQ_MSG(has, want, "%s(%#jx) == %#jx != %#jx == %s(%#jx)",
lib/libc/tests/stdbit/stdbit-test-kernel.c
55
__XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value);
lib/libc/tests/stdbit/stdbit-test-kernel.c
59
want = REF(value);
lib/libc/tests/stdbit/stdbit-test-kernel.c
60
ATF_CHECK_EQ_MSG(has, want, "%s(%#jx) == %#jx != %#jx == %s(%#jx)",
lib/libc/tests/stdbit/stdbit-test-kernel.c
61
__XSTRING(FUNC), (uintmax_t)value, has, want, __XSTRING(REF), (uintmax_t)value);
lib/libc/tests/string/strcmp_test.c
44
alignment_testcase(char *a, char *b, int want)
lib/libc/tests/string/strcmp_test.c
49
ATF_CHECK_MSG(want == (res > 0) - (res < 0),
lib/libc/tests/string/strcmp_test.c
51
(void *)a, a, (void *)b, b, res, want);
lib/libc/tests/string/strncmp_test.c
38
alignment_testcase(char *a, char *b, int want, size_t len)
lib/libc/tests/string/strncmp_test.c
43
ATF_CHECK_MSG(want == (res > 0) - (res < 0),
lib/libc/tests/string/strncmp_test.c
45
(void *)a, a, (void *)b, b, len, res, want);
lib/libcrypt/tests/crypt_tests.c
19
const char want[] = "$1$deadbeef$0Huu6KHrKLVWfqa4WljDE0";
lib/libcrypt/tests/crypt_tests.c
22
pw = crypt(LEET, want);
lib/libcrypt/tests/crypt_tests.c
23
ATF_CHECK_STREQ(pw, want);
lib/libcrypt/tests/crypt_tests.c
35
const char want[] = "$1$cafebabe$0Huu6KHrKLVWfqa4WljDE0";
lib/libcrypt/tests/crypt_tests.c
38
pw = crypt(LEET, want);
lib/libcrypt/tests/crypt_tests.c
39
ATF_CHECK(strcmp(pw, want) != 0);
lib/libsecureboot/openpgp/decode.c
253
decode_packet(int want, unsigned char **pptr, size_t nbytes,
lib/libsecureboot/openpgp/decode.c
268
if (want > 0 && tag != want)
lib/libsecureboot/openpgp/decode.h
54
int decode_packet(int want, unsigned char **pptr, size_t nbytes,
lib/libsecureboot/vets.c
1035
const char *path, const char *want, size_t hlen)
lib/libsecureboot/vets.c
1051
if ((rc = strncmp(hex, want, n))) {
lib/libsecureboot/vets.c
1052
ve_error_set("%s: %.*s != %.*s", path, n, hex, n, want);
lib/libsecureboot/vets.c
1061
const char *hname, const char *s, size_t slen, const char *want)
lib/libsecureboot/vets.c
1067
return (ve_check_hash(&mctx, md, hname, want, hlen) != VE_FINGERPRINT_OK);
lib/libveriexec/veriexec_get.c
167
const char *want, size_t wantlen)
lib/libveriexec/veriexec_get.c
173
(cp = strstr(label, want)) != NULL) {
lib/libveriexec/veriexec_get.c
176
(cp[wantlen-1] == '/' && want[wantlen-1] == '/'))
lib/libveriexec/veriexec_get.c
199
veriexec_check_pid_label(pid_t pid, const char *want)
lib/libveriexec/veriexec_get.c
204
if (want != NULL &&
lib/libveriexec/veriexec_get.c
205
(n = strlen(want)) > 0 &&
lib/libveriexec/veriexec_get.c
208
want, n);
lib/libveriexec/veriexec_get.c
229
veriexec_check_path_label(const char *file, const char *want)
lib/libveriexec/veriexec_get.c
234
if (want != NULL && file != NULL &&
lib/libveriexec/veriexec_get.c
235
(n = strlen(want)) > 0 &&
lib/libveriexec/veriexec_get.c
238
want, n);
lib/libveriexec/veriexec_get.c
275
char *want = NULL;
lib/libveriexec/veriexec_get.c
290
want = optarg;
lib/libveriexec/veriexec_get.c
306
if (want) {
lib/libveriexec/veriexec_get.c
307
error = veriexec_check_pid_label(pid, want);
lib/libveriexec/veriexec_get.c
309
pid, want, error);
lib/libveriexec/veriexec_get.c
322
if (want) {
lib/libveriexec/veriexec_get.c
323
error = veriexec_check_path_label(argv[optind], want);
lib/libveriexec/veriexec_get.c
325
argv[optind], want, error);
sys/dev/netmap/netmap.c
3659
u_int i, want[NR_TXRX], revents = 0;
sys/dev/netmap/netmap.c
3661
#define want_tx want[NR_TX]
sys/dev/netmap/netmap.c
3662
#define want_rx want[NR_RX]
sys/dev/netmap/netmap.c
3733
revents |= want[t];
sys/dev/netmap/netmap.c
3734
want[t] = 0;
sys/dev/sound/pcm/channel.c
394
unsigned int amt, want, wasfree;
sys/dev/sound/pcm/channel.c
402
want = min(b->bufsize, imax(0, sndbuf_xbytes(bs->bufsize, bs, b) -
sys/dev/sound/pcm/channel.c
404
amt = min(wasfree, want);
sys/dev/sound/pcm/channel.c
411
if (sndbuf_getready(b) < want)
sys/kern/kern_et.c
135
et_find(const char *name, int check, int want)
sys/kern/kern_et.c
146
if ((et->et_flags & check) != want)
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
1295
int len, want, got, total;
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
1321
want = sizeof(ng_hci_scodata_pkt_t);
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
1328
want = sizeof(ng_hci_scodata_pkt_t);
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
1330
if (got >= want)
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
1331
want += mtod(m, ng_hci_scodata_pkt_t *)->length;
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
1336
if (got + len > want)
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
1337
len = want - got;
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
1347
if (got != want)
sys/netgraph/ng_ether.c
553
u_char want;
sys/netgraph/ng_ether.c
559
want = !!*((u_int32_t *)msg->data);
sys/netgraph/ng_ether.c
560
if (want ^ priv->promisc) {
sys/netgraph/ng_ether.c
561
if ((error = ifpromisc(priv->ifp, want)) != 0)
sys/netgraph/ng_ether.c
563
priv->promisc = want;
sys/netpfil/ipfw/ip_fw2.c
2025
u_int32_t *want = (u_int32_t *)
sys/netpfil/ipfw/ip_fw2.c
2032
( want[0] == (hdr[0] & mask[0]) &&
sys/netpfil/ipfw/ip_fw2.c
2033
want[1] == (hdr[1] & mask[1]) &&
sys/netpfil/ipfw/ip_fw2.c
2034
want[2] == (hdr[2] & mask[2]) );
sys/security/mac_veriexec/veriexec_metadata.c
557
char want[MAXFINGERPRINTLEN * 2 + 1];
sys/security/mac_veriexec/veriexec_metadata.c
562
sprintf(&want[i * 2], "%02x",
sys/security/mac_veriexec/veriexec_metadata.c
573
have, want);
sys/sys/timeet.h
94
struct eventtimer *et_find(const char *name, int check, int want);
tests/sys/fs/fusefs/readlink.cc
146
char buf[MAXPATHLEN], wd[MAXPATHLEN], want[MAXPATHLEN];
tests/sys/fs/fusefs/readlink.cc
156
len = snprintf(want, sizeof(want), "%s/mountpoint%s", wd, dst);
tests/sys/fs/fusefs/readlink.cc
161
EXPECT_STREQ(want, buf);
usr.bin/last/last.c
292
if (!snaptime && want(bp))
usr.bin/last/last.c
298
if (want(bp) && !snaptime)
usr.bin/last/last.c
325
if (bp->ut_type == USER_PROCESS && (want(bp) ||
usr.bin/last/last.c
98
static int want(struct utmpx *);
usr.bin/units/units.c
652
showanswer(struct unittype * have, struct unittype * want)
usr.bin/units/units.c
657
if (compareunits(have, want)) {
usr.bin/units/units.c
669
showunit(want);
usr.bin/units/units.c
672
else if (have->offset != want->offset) {
usr.bin/units/units.c
673
if (want->quantity)
usr.bin/units/units.c
678
(have->factor + have->offset-want->offset)/want->factor);
usr.bin/units/units.c
685
have->factor / want->factor,
usr.bin/units/units.c
686
(have->offset-want->offset)/want->factor,
usr.bin/units/units.c
687
want->factor / have->factor,
usr.bin/units/units.c
688
(want->offset - have->offset)/have->factor);
usr.bin/units/units.c
692
ans = have->factor / want->factor;
usr.bin/units/units.c
751
struct unittype have, want;
usr.bin/units/units.c
821
initializeunit(&want);
usr.bin/units/units.c
822
addunit(&want, wantstr, 0, 1);
usr.bin/units/units.c
823
completereduce(&want);
usr.bin/units/units.c
824
showanswer(&have, &want);
usr.bin/units/units.c
862
initializeunit(&want);
usr.bin/units/units.c
873
} while (addunit(&want, wantstr, 0, 1) ||
usr.bin/units/units.c
874
completereduce(&want));
usr.bin/units/units.c
878
showanswer(&have, &want);
usr.bin/units/units.c
91
static void showanswer(struct unittype * have, struct unittype * want);
usr.sbin/ppp/deflate.c
470
int want;
usr.sbin/ppp/deflate.c
475
want = (o->data[0] >> 4) + 8;
usr.sbin/ppp/deflate.c
477
if (want < 8 || want > 15) {
usr.sbin/ppp/deflate.c
480
} else if (want != cfg->deflate.in.winsize) {