Home
last modified time | relevance | path

Searched refs:buff2 (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Dpro_frame.c381 char buff2[ENCODE_SPACE_NEEDED]; in dwarf_add_fde_inst() local
506 buff2, sizeof(buff2)); in dwarf_add_fde_inst()
510 buff2, sizeof(buff2)); in dwarf_add_fde_inst()
514 buff2, sizeof(buff2)); in dwarf_add_fde_inst()
526 memcpy(ptr + nbytes1, buff2, nbytes2); in dwarf_add_fde_inst()
H A Dpro_section.c934 char buff2[ENCODE_SPACE_NEEDED]; in _dwarf_pro_generate_debugframe() local
963 buff2, sizeof(buff2)); in _dwarf_pro_generate_debugframe()
968 data_al = buff2; in _dwarf_pro_generate_debugframe()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_bparam.c72 char buff2[MAX_MACHINE_NAME + 1]; local
113 (void) getxdr_string(buff2,
116 buff, buff2);
H A Dsnoop_nis.c261 char buff1[YPMAXRECORD + 1], buff2[YPMAXRECORD + 1]; local
291 map = getxdr_string(buff2, YPMAXMAP);
297 map = getxdr_string(buff2, YPMAXMAP);
306 map = getxdr_string(buff2, YPMAXMAP);
317 map = getxdr_string(buff2, YPMAXMAP);
H A Dsnoop_mount.c515 char buff1[MNTNAMLEN + 1], buff2[MNTPATHLEN + 1]; in detail_mounts() local
528 directory = (char *)getxdr_string(buff2, MNTPATHLEN); in detail_mounts()
/titanic_44/usr/src/lib/libcmd/common/
H A Dexpr.c402 char buff1[36],buff2[36]; in expr_cmp() local
416 sfsprintf(right=buff2,sizeof(buff2),"%d",rp.num); in expr_cmp()
/titanic_44/usr/src/cmd/isns/isnsd/
H A Dobj.c441 char buff2[8] = { 0 }; in portal_hval() local
465 (void) snprintf(buff2, sizeof (buff2), "%d", port); in portal_hval()
466 (void) strcat((char *)key, buff2); in portal_hval()
493 char buff2[8] = { 0 }; in pg_hval() local
534 (void) snprintf(buff2, sizeof (buff2), "%d", port); in pg_hval()
535 (void) strcat((char *)key, buff2); in pg_hval()
H A Dadmintf.c1510 char buff2[INET6_ADDRSTRLEN]; in get_node_op() local
1554 lc2.data[1].ip = (in6_addr_t *)buff2; in get_node_op()