Searched refs:temp_buf (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux6.c | 405 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() 653 char temp_buf[INET6_ADDRSTRLEN]; /* use for inet_ntop() */ in print_addr6() local 660 (void) inet_ntop(AF_INET6, &(from_in6->sin6_addr), temp_buf, in print_addr6() 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() [all …]
|
H A D | traceroute.c | 273 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 D | auth.c | 85 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 D | s1394_csr.c | 1573 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() 1592 bcopy(&config_rom[0], &temp_buf[0], IEEE1394_BIB_SZ); in s1394_add_config_rom_entry() 1598 bcopy(&config_rom[tmp_offset], &temp_buf[tmp_offset], tmp_size << 2); in s1394_add_config_rom_entry() 1610 &temp_buf[tmp_offset + 1], tmp_size << 2); in s1394_add_config_rom_entry() 1619 temp = T1394_DATA32(temp_buf[tmp_offset]); in s1394_add_config_rom_entry() 1621 temp_buf[tmp_offset] = T1394_DATA32(temp); in s1394_add_config_rom_entry() 1658 bcopy(buffer, &temp_buf[tmp_offset], size << 2); in s1394_add_config_rom_entry() 1666 temp_buf[hal->root_directory->cfgrom_addr_hi] = in s1394_add_config_rom_entry() 1674 temp_buf[i] = T1394_DATA32(temp_buf[i]); in s1394_add_config_rom_entry() [all …]
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | df.c | 1269 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 D | create.c | 689 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 D | map.c | 4568 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()
|