Home
last modified time | relevance | path

Searched refs:temp_buf (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c405 char temp_buf[INET6_ADDRSTRLEN]; /* use for inet_ntop() */ in check_reply6() local
414 temp_buf, sizeof (temp_buf))); in check_reply6()
424 temp_buf, sizeof (temp_buf))); in check_reply6()
516 temp_buf, sizeof (temp_buf))); in check_reply6()
519 temp_buf, sizeof (temp_buf)), in check_reply6()
661 sizeof (temp_buf)); in print_addr6()
669 if (nflag || (strcmp(temp_buf, resolved_name) == 0)) in print_addr6()
670 Printf(" %s", temp_buf); in print_addr6()
672 Printf(" %s (%s)", resolved_name, temp_buf); in print_addr6()
676 (const void *) &(ip->ip6_dst), temp_buf, in print_addr6()
[all …]
H A Dtraceroute.c273 char temp_buf[INET6_ADDRSTRLEN]; /* use for inet_ntop() */ in main() local
625 temp_buf, sizeof (temp_buf))); in main()
634 temp_buf, sizeof (temp_buf))); in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dauth.c85 gss_buffer_desc temp_buf; in do_auth() local
91 get_inet_addr_info(&myctladdr, &temp_buf); in do_auth()
93 chan.initiator_address.length = temp_buf.length; in do_auth()
94 chan.initiator_address.value = malloc(temp_buf.length); in do_auth()
95 memcpy(chan.initiator_address.value, temp_buf.value, in do_auth()
96 temp_buf.length); in do_auth()
98 get_inet_addr_info(&remctladdr, &temp_buf); in do_auth()
100 chan.acceptor_address.length = temp_buf.length; in do_auth()
101 chan.acceptor_address.value = malloc(temp_buf.length); in do_auth()
102 memcpy(chan.acceptor_address.value, temp_buf.value, in do_auth()
[all …]
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1573 uint32_t *temp_buf; in s1394_add_config_rom_entry() local
1589 temp_buf = hal->temp_config_rom_buf; in s1394_add_config_rom_entry()
1674 temp_buf[i] = T1394_DATA32(temp_buf[i]); in s1394_add_config_rom_entry()
1681 temp_buf[i] = T1394_DATA32(temp_buf[i]); in s1394_add_config_rom_entry()
1711 uint32_t *temp_buf; in s1394_remove_config_rom_entry() local
1725 temp_buf = hal->temp_config_rom_buf; in s1394_remove_config_rom_entry()
1739 temp_buf[i] = T1394_DATA32(entry - 1); in s1394_remove_config_rom_entry()
1741 temp_buf[i] = T1394_DATA32(entry); in s1394_remove_config_rom_entry()
1772 temp_buf[root_offset - 1] = in s1394_remove_config_rom_entry()
1830 temp_buf[i] = T1394_DATA32(temp_buf[i]); in s1394_remove_config_rom_entry()
[all …]
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1269 char *temp_buf; in g_output() local
1320 temp_buf = xmalloc( in g_output()
1324 (void) sprintf(temp_buf, "%-*s(%-*s):", in g_output()
1330 temp_buf, in g_output()
1333 free(temp_buf); in g_output()
1646 char temp_buf[LINEBUF_SIZE]; in V_output() local
1649 (void) strcat(strcpy(temp_buf, df_options), " "); in V_output()
1651 temp_buf[0] = NUL; in V_output()
1654 program_name, dfrp->dfr_fstype, temp_buf, in V_output()
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c689 char temp_buf[PATH_MAX]; in read_filelist() local
708 if (fgets(temp_buf, PATH_MAX, stdin) == NULL) in read_filelist()
710 cp = strtok(temp_buf, "\n"); in read_filelist()
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c4568 char temp_buf[MAXPATHLEN]; in g_get_nexus_path() local
4680 (void) sprintf(temp_buf, "%s:0", drvr_path); in g_get_nexus_path()
4681 if (stat(temp_buf, &stbuf) != 0) { in g_get_nexus_path()
4700 temp_buf); in g_get_nexus_path()