Home
last modified time | relevance | path

Searched defs:want (Results 1 – 25 of 83) sorted by relevance

1234

/openbsd/regress/lib/libc/printf/
H A Dstring.c47 tc(const char *fmt, int c, const char *want) in tc()
84 tlc(const char *fmt, wint_t wc, const char *want) in tlc()
152 ts(const char *fmt, const char *s, const char *want) in ts()
189 tls(const char *fmt, const wchar_t *ws, const char *want) in tls()
H A Dint.c52 ti(const char *fmt, enum int_size sz, long long i, const char *want) in ti()
119 tu(const char *fmt, enum int_size sz, unsigned long long i, const char *want) in tu()
/openbsd/regress/lib/libcrypto/bn/
H A Dbn_mod_exp.c317 const BIGNUM *m, const BIGNUM *want, const BIGNUM *got, const char *name) in dump_results()
338 test_mod_exp(const BIGNUM *want, const BIGNUM *a, const BIGNUM *p, in test_mod_exp()
372 bn_mod_exp_test(int reduce, BIGNUM *want, BIGNUM *a, BIGNUM *p, BIGNUM *m, in bn_mod_exp_test()
403 BIGNUM *a, *p, *m, *want; in test_bn_mod_exp() local
466 bn_mod_exp2_test(int reduce, BIGNUM *want, BIGNUM *got, BIGNUM *a, BIGNUM *p, in bn_mod_exp2_test()
500 BIGNUM *a, *p, *b, *q, *m, *want, *got; in test_bn_mod_exp2() local
595 test_bn_mod_exp_aliasing_setup(BIGNUM *want, BIGNUM *a, BIGNUM *p, BIGNUM *m, in test_bn_mod_exp_aliasing_setup()
611 const BIGNUM *want, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, in test_mod_exp_aliased()
648 BIGNUM *a, BIGNUM *p, BIGNUM *m, BIGNUM *want, BIGNUM *got, BN_CTX *ctx) in test_bn_mod_exp_aliasing_test()
680 BIGNUM *a, *p, *m, *want, *got; in test_bn_mod_exp_aliasing() local
H A Dbn_mod_sqrt.c2836 BIGNUM *a, *p, *want, *got, *diff; in mod_sqrt_test() local
4437 BIGNUM *a, *p, *want, *got, *diff; in bn_mod_sqrt_p_is_1_mod_8_test() local
H A Dbn_to_string.c27 const char *want; member
H A Dbn_print.c40 const char *want; member
/openbsd/regress/lib/libedit/readline/
H A Dhistory.c70 check_current(const char *descr, const char *want) in check_current()
89 check_get(int idx, const char *want) in check_get()
/openbsd/regress/lib/libcrypto/ecdh/
H A Decc_cdh.c41 const char *want; member
2398 uint8_t *out, *want; in run_ecc_cdh_test() local
H A Decdhtest.c174 const char *want; member
335 unsigned char *want = NULL, *got = NULL; in ecdh_kat() local
/openbsd/regress/lib/libcrypto/asn1/
H A Dasn1oct.c32 const char *want; member
151 const char *want; member
H A Dasn1_string_to_utf8.c28 const uint8_t want[32]; member
/openbsd/lib/libc/citrus/
H A Dcitrus_utf8.c39 int want; member
48 int ch, i, mask, want; in _citrus_utf8_ctype_mbrtowc() local
/openbsd/sys/crypto/
H A Dpoly1305.c165 size_t want = (poly1305_block_size - st->leftover); in poly1305_update() local
181 size_t want = (bytes & ~(poly1305_block_size - 1)); in poly1305_update() local
/openbsd/usr.sbin/unbound/util/
H A Dnetevent.c1637 int want = SSL_get_error(c->ssl, r); local
1810 int want = SSL_get_error(c->ssl, r); local
1878 int want = SSL_get_error(c->ssl, r); local
1939 int want = SSL_get_error(c->ssl, r); local
1989 int want = SSL_get_error(c->ssl, r); local
2082 int want = SSL_get_error(c->ssl, r); local
2134 int want = SSL_get_error(c->ssl, r); local
2931 int want = SSL_get_error(c->ssl, r); local
3382 int want = SSL_get_error(h2_session->c->ssl, r); local
3637 int want = SSL_get_error(c->ssl, r); local
[all …]
/openbsd/sbin/unwind/libunbound/util/
H A Dnetevent.c1637 int want = SSL_get_error(c->ssl, r); local
1810 int want = SSL_get_error(c->ssl, r); local
1878 int want = SSL_get_error(c->ssl, r); local
1939 int want = SSL_get_error(c->ssl, r); local
1989 int want = SSL_get_error(c->ssl, r); local
2082 int want = SSL_get_error(c->ssl, r); local
2134 int want = SSL_get_error(c->ssl, r); local
2931 int want = SSL_get_error(c->ssl, r); local
3382 int want = SSL_get_error(h2_session->c->ssl, r); local
3637 int want = SSL_get_error(c->ssl, r); local
[all …]
/openbsd/lib/libcurses/tinfo/
H A Dhome_terminfo.c60 size_t want = (strlen(home) + sizeof(PRIVATE_INFO)); in NCURSES_EXPORT() local
/openbsd/lib/libcrypto/poly1305/
H A Dpoly1305-donna.c184 size_t want = (poly1305_block_size - st->leftover); in poly1305_update() local
200 size_t want = (bytes & ~(poly1305_block_size - 1)); in poly1305_update() local
/openbsd/regress/lib/libc/fnmatch/
H A Dfnm_test.c20 int errors = 0, flags, got, want; in main() local
/openbsd/lib/libc/locale/
H A Dc16rtomb.c28 int want; member
H A Dmbrtoc16.c31 int want; member
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dmisc13.C3 enum { vf_request, vf_event } want; variable
/openbsd/sys/nfs/
H A Dnfs_aiod.c165 int want, error; in nfs_set_naiod() local
/openbsd/usr.bin/mandoc/
H A Dtbl_opts.c66 int len, want; in arg() local
/openbsd/usr.bin/units/
H A Dunits.c600 showanswer(struct unittype *have, struct unittype *want) in showanswer()
625 struct unittype have, want; in main() local
/openbsd/lib/libcurses/tty/
H A Dhardscroll.c314 size_t want = ((size_t) screen_lines(SP_PARM) + 1) * 4; in NCURSES_SP_NAME() local

1234