Searched refs:buf3 (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/contrib/libsodium/test/default/
H A Dcodecs.c8 char buf3[33]; local
22 sodium_bin2hex(buf3, 33U, (const unsigned char *) "0123456789ABCDEF",
84 sodium_bin2base64(buf3, 31U, (const unsigned char *) "\xfb\xf0\xf1" "0123456789ABCDEFab",
87 sodium_bin2base64(buf3, 33U, (const unsigned char *) "\xfb\xf0\xf1" "0123456789ABCDEFabc",
90 sodium_bin2base64(buf3, 31U, (const unsigned char *) "\xfb\xf0\xf1" "0123456789ABCDEFab",
93 sodium_bin2base64(buf3, 33U, (const unsigned char *) "\xfb\xf0\xf1" "0123456789ABCDEFabc",
96 sodium_bin2base64(buf3, 1U, NULL,
99 sodium_bin2base64(buf3, 5U, (const unsigned char *) "a",
102 sodium_bin2base64(buf3, 5U, (const unsigned char *) "ab",
105 sodium_bin2base64(buf3,
[all...]
/freebsd-12-stable/sys/contrib/libb2/
H A Dblake2s-round.h84 LOAD_MSG_ ##r ##_3(buf3); \
85 G1(row1,row2,row3,row4,buf3); \
H A Dblake2s.c276 __m128i buf1, buf2, buf3, buf4; local
/freebsd-12-stable/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c269 char buf3[1]; local
309 cc = read (remote_desc, buf3, 1);
312 fprintf (stderr, "[received '%c' (0x%x)]\n", buf3[0], buf3[0]);
328 if (buf3[0] == '\003')
331 while (buf3[0] != '+');
/freebsd-12-stable/lib/libc/resolv/
H A Dres_mkupdate.c105 u_char buf3[MAXDNAME]; local
555 siglen = b64_pton(buf2, buf3, sizeof(buf3));
559 memcpy(cp, buf3, siglen);
587 keylen = b64_pton(buf2, buf3, sizeof(buf3));
591 memcpy(cp, buf3, keylen);
651 certlen = b64_pton(buf2, buf3, sizeof(buf3));
655 memcpy(cp, buf3, certle
[all...]
/freebsd-12-stable/contrib/ncurses/progs/
H A Dinfocmp.c801 char buf3[MAX_TERMINFO_LENGTH]; local
862 && (len < sizeof(buf3))
871 (void) strncpy(buf3, sp + csi, len);
872 buf3[len] = '\0';
875 expansion = lookup_params(std_modes, buf2, buf3);
883 && (len < sizeof(buf3))
892 (void) strncpy(buf3, sp + csi + 1, len);
893 buf3[len] = '\0';
896 expansion = lookup_params(private_modes, buf2, buf3);
903 && (len < sizeof(buf3))
[all...]
/freebsd-12-stable/sbin/ifconfig/
H A Dsfp.c854 char buf[80], buf2[40], buf3[40]; local
863 get_qsfp_connector(ii, buf3, sizeof(buf3));
865 printf("\tplugged: %s %s (%s)\n", buf, buf2, buf3);
907 char buf[80], buf2[40], buf3[40]; local
926 get_sfp_connector(ii, buf3, sizeof(buf3));
928 printf("\tplugged: %s %s (%s)\n", buf, buf2, buf3);
/freebsd-12-stable/contrib/gdb/gdb/
H A Dremote-sds.c734 char buf2[PBUFSIZ], buf3[PBUFSIZ];
772 enclen = tob64 (buf, buf3, ((len + 2) / 3) * 3);
775 *p++ = buf3[i];
727 char buf2[PBUFSIZ], buf3[PBUFSIZ]; local
/freebsd-12-stable/contrib/bearssl/test/
H A Dtest_x509.c425 unsigned char *buf3; local
427 buf3 = xmalloc(ptr);
428 memcpy(buf3, buf, ptr);
431 return buf3;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c5214 char *buf3 = apr_palloc(scratch_pool, SVN__STREAM_CHUNK_SIZE);
5283 err = svn_io_file_read_full2(file3_h, buf3,
5307 || memcmp(buf2, buf3, bytes_read2)))
5316 || memcmp(buf1, buf3, bytes_read3)))
5203 char *buf3 = apr_palloc(scratch_pool, SVN__STREAM_CHUNK_SIZE); local
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3738 const uint8_t *buf0, *buf1, *buf2, *buf3; local
3750 buf3 = zip->sub_stream_buff[2] + zip->sub_stream_size[2] - size3;
3752 buffer = buf3;

Completed in 280 milliseconds