Searched refs:buf2 (Results 101 - 110 of 110) sorted by relevance

12345

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c2405 char buf2[256]; local
2410 buf2, sizeof(buf2)); local
2412 openssl_tls_cert_event(conn, cert, 0, buf2);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3742 const uint8_t *buf0, *buf1, *buf2, *buf3; local
3752 buf2 = zip->sub_stream_buff[1] + zip->sub_stream_size[1] - size2;
3837 v = buf2;
3840 buf2 += 4;
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.c5102 char buf2[LDNS_MAX_DOMAINLEN+1]; local
5103 dname_str(xfr->name, buf2);
5105 " for task_transfer", buf2);
6291 char buf2[LDNS_MAX_DOMAINLEN+1]; local
6292 dname_str(xfr->name, buf2);
6294 " for task_probe", buf2);
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi.c866 char buf2[32]; local
872 snprintf(buf2, 32, " _PXM=%d", pxm);
873 strlcat(buf, buf2, buflen);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c3720 char buf2[64]; local
3726 zfs_nicenum(bytes/delta, buf2, sizeof (buf1));
3729 buf1, delta, buf2);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c982 char buf1[40], buf2[40];
985 sprint_value (buf2, val & mask);
986 as_warn (_("%s shortened to %s"), buf1, buf2);
981 char buf1[40], buf2[40]; local
H A Dtc-score.c6572 char *buf2 = xmalloc (len); local
6577 buf2[i] = TOUPPER (buf[i]);
6579 buf2[i] = '\0';
6582 hash_insert (htab, buf2, (void *) r);
/freebsd-11-stable/sys/dev/isp/
H A Disp_library.c464 char buf1[64], buf2[64]; local
481 isp_gen_role_str(buf2, sizeof (buf2), lp->new_prli_word3);
483 chan, i, lp->handle, dbs[lp->state], buf1, lp->portid, buf2, lp->new_portid,
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp3951 static char buf2[2] = { END_TRAP, '\0' }; local
3952 input_stack::push(make_temp_iterator(buf2));
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c207668 SessionBuffer buf2 = {0,0,0}; /* Buffer to accumulate new.* record in */ local
225759 Fts5Buffer buf2 = {0,0,0}; local
[all...]

Completed in 816 milliseconds

12345