| /netbsd-src/sys/external/isc/libsodium/dist/test/default/ |
| H A D | codecs.c | 8 char buf3[33]; in main() local 22 sodium_bin2hex(buf3, 33U, (const unsigned char *) "0123456789ABCDEF", in main() 84 sodium_bin2base64(buf3, 31U, (const unsigned char *) "\xfb\xf0\xf1" "0123456789ABCDEFab", in main() 87 … sodium_bin2base64(buf3, 33U, (const unsigned char *) "\xfb\xf0\xf1" "0123456789ABCDEFabc", in main() 90 sodium_bin2base64(buf3, 31U, (const unsigned char *) "\xfb\xf0\xf1" "0123456789ABCDEFab", in main() 93 … sodium_bin2base64(buf3, 33U, (const unsigned char *) "\xfb\xf0\xf1" "0123456789ABCDEFabc", in main() 96 sodium_bin2base64(buf3, 1U, NULL, in main() 99 sodium_bin2base64(buf3, 5U, (const unsigned char *) "a", in main() 102 sodium_bin2base64(buf3, 5U, (const unsigned char *) "ab", in main() 105 sodium_bin2base64(buf3, 5U, (const unsigned char *) "abc", in main() [all …]
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/bindings/perl/ |
| H A D | netpgpperl_wrap.c | 2561 char *buf3 = 0 ; in XS() local 2579 res3 = SWIG_AsCharPtrAndSize(ST(2), &buf3, NULL, &alloc3); in XS() 2583 arg3 = (char *)(buf3); in XS() 2588 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3); in XS() 2593 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3); in XS() 2739 char *buf3 = 0 ; in XS() local 2759 res3 = SWIG_AsCharPtrAndSize(ST(2), &buf3, NULL, &alloc3); in XS() 2763 arg3 = (char *)(buf3); in XS() 2773 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3); in XS() 2779 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3); in XS() [all …]
|
| /netbsd-src/usr.sbin/eeprom/ |
| H A D | prephandlers.c | 186 char buf1[BUFSIZE], buf2[BUFSIZE], buf3[BUFSIZE], buf4[BUFSIZE]; in prep_dump() local 204 memset(buf3, 0, sizeof(buf3)); in prep_dump() 208 nvio2.pnv_name = buf3; in prep_dump()
|
| H A D | ophandlers.c | 206 char buf1[BUFSIZE], buf2[BUFSIZE], buf3[BUFSIZE], buf4[BUFSIZE]; in op_dump() local 226 opio2.op_name = buf3; in op_dump()
|
| H A D | ofhandlers.c | 214 char buf1[BUFSIZE], buf2[BUFSIZE], buf3[BUFSIZE], buf4[BUFSIZE]; in of_dump() local 234 ofio2.of_name = buf3; in of_dump()
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/ |
| H A D | netpgppython_wrap.c | 3468 char *buf3 = 0 ; in _wrap_netpgp_setvar() local 3485 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL, &alloc3); in _wrap_netpgp_setvar() 3489 arg3 = (char *)(buf3); in _wrap_netpgp_setvar() 3493 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3); in _wrap_netpgp_setvar() 3497 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3); in _wrap_netpgp_setvar() 3626 char *buf3 = 0 ; in _wrap_netpgp_set_homedir() local 3646 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL, &alloc3); in _wrap_netpgp_set_homedir() 3650 arg3 = (char *)(buf3); in _wrap_netpgp_set_homedir() 3659 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3); in _wrap_netpgp_set_homedir() 3663 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3); in _wrap_netpgp_set_homedir() [all …]
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/bindings/tcl/ |
| H A D | netpgptcl_wrap.c | 2418 char *buf3 = 0 ; in _wrap_netpgp_setvar() local 2432 res3 = SWIG_AsCharPtrAndSize(objv[3], &buf3, NULL, &alloc3); in _wrap_netpgp_setvar() 2436 arg3 = (char *)(buf3); in _wrap_netpgp_setvar() 2440 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3); in _wrap_netpgp_setvar() 2444 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3); in _wrap_netpgp_setvar() 2716 char *buf3 = 0 ; in _wrap_netpgp_encrypt_file() local 2735 res3 = SWIG_AsCharPtrAndSize(objv[3], &buf3, NULL, &alloc3); in _wrap_netpgp_encrypt_file() 2739 arg3 = (char *)(buf3); in _wrap_netpgp_encrypt_file() 2753 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3); in _wrap_netpgp_encrypt_file() 2758 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3); in _wrap_netpgp_encrypt_file() [all …]
|
| /netbsd-src/external/bsd/libbind/dist/resolv/ |
| H A D | res_mkupdate.c | 92 u_char buf3[MAXDNAME]; in res_nmkupdate() local 536 siglen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate() 540 memcpy(cp, buf3, siglen); in res_nmkupdate() 567 keylen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate() 571 memcpy(cp, buf3, keylen); in res_nmkupdate() 631 certlen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate() 635 memcpy(cp, buf3, certlen); in res_nmkupdate()
|
| /netbsd-src/lib/libresolv/ |
| H A D | res_mkupdate.c | 93 u_char buf3[MAXDNAME]; in res_nmkupdate() local 542 siglen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate() 546 memcpy(cp, buf3, siglen); in res_nmkupdate() 573 keylen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate() 577 memcpy(cp, buf3, keylen); in res_nmkupdate() 637 certlen = b64_pton(buf2, buf3, sizeof(buf3)); in res_nmkupdate() 641 memcpy(cp, buf3, certlen); in res_nmkupdate()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| H A D | conn.c | 279 char buf3[ LDAP_LUTIL_GENTIME_BUFSIZE ]; in conn_create() local 295 mtmbv.bv_len = lutil_gentime( buf3, sizeof( buf3 ), &tm ); in conn_create() 296 mtmbv.bv_val = buf3; in conn_create() 355 buf3 ); in conn_create()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| H A D | service.c | 51 char buf2[1024],buf3[1024]; in mkfilter_service_byname() local 53 struct berval bv3 = {sizeof(buf3),buf3}; in mkfilter_service_byname()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/ntlm/ |
| H A D | test_ntlm.c | 481 char buf3[362] = in test_jp() local 531 data.length = sizeof(buf3); in test_jp() 532 data.data = buf3; in test_jp()
|
| /netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
| H A D | spu_ovl.S | 95 #define buf3 save3 macro 374 rotqbyi buf3, vma, 12 # 1,4 41 379 shli off4, buf3, 2 # 1,4 45
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
| H A D | spu_ovl.S | 95 #define buf3 save3 macro 374 rotqbyi buf3, vma, 12 # 1,4 41 379 shli off4, buf3, 2 # 1,4 45
|
| /netbsd-src/usr.sbin/pf/pfs/ |
| H A D | pfs.c | 313 char buf1[64], buf2[64], buf3[64]; in display_states() local 317 print_host(&p->gwy, p->af, buf3, sizeof(buf3))); in display_states()
|
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | tsprintf.c | 1639 char buf1[4] = "xxx", buf2[4] = "xxx", buf3[4] = "xxx", buf4[4] = "xxx"; in large_prec_for_g() local 1665 r = mpfr_sprintf (buf3, "%.2147483647Rg\n", x); in large_prec_for_g() 1667 MPFR_ASSERTN (buf3[0] == '1' && buf3[1] == '\n' && buf3[2] == 0); in large_prec_for_g()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
| H A D | README.txt | 1253 char buf1[6], buf2[6], buf3[4], buf4[4]; 1259 ret += snprintf (buf3, sizeof buf3, "%s", i++ < 6 ? "abc" : "def") * 256;
|