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

12345

/freebsd-11-stable/sys/dev/asmc/
H A Dasmc.c988 char buf2[8]; local
1006 snprintf(buf2, sizeof(buf2), " %02x", v[i]);
1007 strlcat(buf, buf2, sizeof(buf));
/freebsd-11-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c500 char buf[64], buf2[256]; local
510 snprintf(buf2, sizeof(buf2), "%u.%9.9u %s",
512 return strdup(buf2);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-e7000.c1963 char buf2[200]; local
1969 sprintf (buf2, ".PC %s\r", phex_nz (read_register (PC_REGNUM), 0));
1970 puts_e7000debug (buf2);
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c2800 u_char buf[BUFSIZ], buf1[BUFSIZ], buf2[BUFSIZ]; local
2807 inet_ntop(AF_INET6, (void *)&ifcp->ifc_mylladdr, (char *)buf2, sizeof(buf2));
2810 np->rip6_metric - 1, buf2);
2814 np->rip6_metric - 1, buf2);
2872 u_char buf[BUFSIZ], buf2[BUFSIZ]; local
2877 inet_ntop(AF_INET6, (void *)gw, (char *)buf2, sizeof(buf2));
2879 np->rip6_plen, buf2);
2882 hms(), inet6_n2p(&np->rip6_dest), np->rip6_plen, buf2);
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Daddrtoname.c526 char buf2[BUFSIZE]; local
528 if (ether_ntohost(buf2, (const struct ether_addr *)ep) == 0) {
529 tp->e_name = strdup(buf2);
532 "etheraddr_string: strdup(buf2)");
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_scrub.c312 uint8_t buf2[LDNS_MAX_DOMAINLEN+1]; local
315 dname_pkt_copy(pkt, buf2, dr);
316 return dname_strict_subdomain_c(buf1, buf2);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_memory.c160 char *buf2 = btn->normalization_buf[1]; local
168 svn_diff__normalize_buffer(&buf2, &len2, &state, t2->data,
174 *result = (len1 == 0) ? 0 : memcmp(buf1, buf2, (size_t) len1);
/freebsd-11-stable/sys/net/
H A Dieee8023ad_lacp.c2114 char buf2[LACP_STATESTR_MAX+1]; local
2119 lacp_format_state(du->ldu_actor.lip_state, buf2, sizeof(buf2)));
2123 lacp_format_state(du->ldu_partner.lip_state, buf2, sizeof(buf2)));
/freebsd-11-stable/contrib/bmake/
H A Dmain.c759 char buf2[MAXPATHLEN + 1]; local
768 snprintf(buf2, MAXPATHLEN, "%s/%s", curdir, path);
769 path = buf2;
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c1084 char buf2[MAXBSIZE]; local
1095 n2 = read(to_fd, buf2, n1);
1097 rv = memcmp(buf1, buf2, n1);
/freebsd-11-stable/sys/dev/arcmsr/
H A Darcmsr.c1500 u_int32_t *iop_data, *buf2 = NULL; local
1508 buf2 = (u_int32_t *)buf1;
1514 *buf2++ = *iop_data++;
1518 *buf2 = *iop_data;
1519 buf2 = (u_int32_t *)buf1;
1530 if(buf2)
1531 free( (u_int8_t *)buf2, M_DEVBUF);
1595 u_int32_t *iop_data, *buf2 = NULL; local
1600 buf2 = (u_int32_t *)buf1;
1618 buf1 = (u_int8_t *)buf2;
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c797 char buf1[64], buf2[64]; local
806 evutil_snprintf(buf2, sizeof(buf2), "127.0.0.1:%d", (int)portnum2);
819 tt_assert(!evdns_base_nameserver_ip_add(dns, buf2));
/freebsd-11-stable/contrib/binutils/gas/
H A Dwrite.c1032 char buf[50], buf2[50]; local
1035 sprint_value (buf2, add_number);
1037 sprintf (buf2, "%ld", (long) add_number);
1040 buf2, fixP->fx_size, buf);
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c421 char buf1[1024], buf2[1024]; local
429 buf2, (socklen_t)sizeof(buf2)) == 0) {
430 (void)strlcpy(buf2, "(inet_ntop error)", sizeof(buf2));
432 buf2[sizeof(buf2)-1]=0;
434 buf2[0]=0;
437 buf1, buf2);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp881 SmallString<256> buf2; local
882 llvm::raw_svector_ostream os2(buf2);
1045 SmallString<256> buf2; local
1046 llvm::raw_svector_ostream os2(buf2);
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c2659 char buf[257], buf2[256]; local
2665 snprintf(buf2, sizeof(buf2), "expired");
2669 snprintf(buf2, sizeof(buf2), "serial %u",
2671 else snprintf(buf2, sizeof(buf2), "no serial");
2673 if(!ssl_printf(ssl, "%s\t%s\n", buf, buf2)) {
/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c1889 u_char *buf2; local
1895 buf2 = g_read_data(cp, offset, ent->je_length,
1897 if (buf2 == NULL)
1901 MD5Update(&ctx, buf2, ent->je_length);
1902 g_free(buf2);
/freebsd-11-stable/sys/dev/fb/
H A Dvga.c468 static int comp_adpregs(u_char *buf1, u_char *buf2);
894 comp_adpregs(u_char *buf1, u_char *buf2) argument
918 if ((buf1 == NULL) || (buf2 == NULL))
924 if ((buf1[i] & params[i].mask) != (buf2[i] & params[i].mask))
926 if (buf1[i] != buf2[i])
/freebsd-11-stable/sys/kern/
H A Dvfs_subr.c3430 char buf[256], buf2[16]; local
3489 snprintf(buf2, sizeof(buf2), "|VV(0x%lx)", flags);
3490 strlcat(buf, buf2, sizeof(buf));
3507 snprintf(buf2, sizeof(buf2), "|VI(0x%lx)", flags);
3508 strlcat(buf, buf2, sizeof(buf));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c5148 char *buf2 = apr_palloc(pool, SVN__STREAM_CHUNK_SIZE);
5174 err = svn_io_file_read_full2(file2_h, buf2,
5180 if ((bytes_read1 != bytes_read2) || memcmp(buf1, buf2, bytes_read1))
5213 char *buf2 = apr_palloc(scratch_pool, SVN__STREAM_CHUNK_SIZE);
5273 err = svn_io_file_read_full2(file2_h, buf2,
5298 || memcmp(buf1, buf2, bytes_read1)))
5307 || memcmp(buf2, buf3, bytes_read2)))
5137 char *buf2 = apr_palloc(pool, SVN__STREAM_CHUNK_SIZE); local
5202 char *buf2 = apr_palloc(scratch_pool, SVN__STREAM_CHUNK_SIZE); local
H A Dstream.c449 char *buf2 = apr_palloc(pool, SVN__STREAM_CHUNK_SIZE);
461 err = svn_stream_read_full(stream2, buf2, &bytes_read2);
466 || (memcmp(buf1, buf2, bytes_read1)))
447 char *buf2 = apr_palloc(pool, SVN__STREAM_CHUNK_SIZE); local
/freebsd-11-stable/sys/kgssapi/krb5/
H A Dkrb5_mech.c1787 char buf[32], buf2[32]; local
1910 m_copydata(m, ctlen, cklen, buf2);
1912 if (bcmp(buf, buf2, cklen))
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c3873 uint8_t *buf, *end, *buf2; local
3916 buf2 = buf + vd->vd_aux;
3918 while (buf2 + sizeof(Elf_Verdaux) <= end && j < vd->vd_cnt) {
3919 vda = (Elf_Verdaux *) (uintptr_t) buf2;
3927 (unsigned long) (buf2 -
3931 buf2 += vda->vda_next;
3948 uint8_t *buf, *end, *buf2; local
3992 buf2 = buf + vn->vn_aux;
3994 while (buf2 + sizeof(Elf_Vernaux) <= end && j < vn->vn_cnt) {
3995 vna = (Elf32_Vernaux *) (uintptr_t) buf2;
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1950 char buf[256], buf2[256]; local
1976 format_symbol(buf2, lsp->ls_caller, 0));
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dhxtool.c1524 char buf[1024], buf2[1024], *p; local
1532 len = hex_decode(p, buf2, strlen(p));
1535 if (fwrite(buf2, 1, len, stdout) != (size_t)len)

Completed in 417 milliseconds

12345