/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | stabs.c | 188 char *fstr = NULL, *ofstr = NULL; in stabs_read() local 285 fstr = concat(fstr, str, offset); in stabs_read() 288 fstr = concat(fstr, str, 0); in stabs_read() 291 fstr, stab->n_type, 0, stab->n_desc, in stabs_read() 303 if (ofstr && strcmp(fstr, ofstr) == 0) { in stabs_read() 305 free(fstr); in stabs_read() 306 fstr = NULL; in stabs_read() 312 ofstr = fstr; in stabs_read() 316 if ((rc = parse_stab(stab, fstr, &iidescp)) < 0) { in stabs_read() 367 fstr = NULL; in stabs_read()
|
/titanic_41/usr/src/cmd/stat/iostat/ |
H A D | iostat.c | 584 char *fstr; in show_disk() local 816 fstr = "%3.0f %3.0f %4.0f "; in show_disk() 818 fstr = "%.0f,%.0f,%.0f"; in show_disk() 819 push_out(fstr, kps, tps, serv); in show_disk() 823 fstr = "%3.0f %3.0f %4.1f "; in show_disk() 825 fstr = "%.0f,%.0f,%.1f"; in show_disk() 826 push_out(fstr, rps, wps, r_pct); in show_disk() 848 fstr = " %6.1f %6.1f %6.1f %6.1f " in show_disk() 852 fstr = "%.1f,%.1f,%.1f,%.1f,%.1f,%.1f," in show_disk() 855 push_out(fstr, rps, wps, krps, kwps, avw, avr, in show_disk() [all …]
|
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | mount.c | 95 char fstr[32]; in mount() local 101 strcpy(fstr, "ufs"); in mount() 103 strcpy(fstr, "lo"); in mount() 105 strcpy(fstr, "nfs"); in mount() 107 if ((idx = sysfs(GETFSIND, fstr)) == -1) in mount()
|
/titanic_41/usr/src/lib/nsswitch/dns/common/ |
H A D | dns_common.c | 62 char *fstr; local 70 for (fstr = from_list[cnt]; fstr != NULL; fstr = from_list[cnt]) { 72 len = strlen(fstr) + 1; 85 (void) memcpy(&addr6p->s6_addr[12], fstr, 91 (void) memcpy (*aliaspp, fstr, len);
|
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | ip_rcm.c | 1621 const char *fstr; in if_replumb() local 1647 fstr = "inet"; in if_replumb() 1649 fstr = "inet6"; in if_replumb() 1667 success = ifconfig(pif->pi_ifname, fstr, buf, B_FALSE); in if_replumb() 1681 !ifconfig(pif->pi_ifname, fstr, CFG_DHCP_CMD, B_FALSE)) { in if_replumb() 1729 !ifconfig(lifname, fstr, CFG_DHCP_CMD, B_FALSE)) { in if_replumb() 2518 const char *fstr; /* address family string */ in if_config_inst() local 2532 fstr = "inet"; in if_config_inst() 2535 fstr = "inet6"; in if_config_inst() 2544 if (!ifconfig(ifinst, fstr, "plumb", B_FALSE)) in if_config_inst() [all …]
|
/titanic_41/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/ |
H A D | ttymux_dacf.c | 320 char fstr[FORTH_STRINGLEN]; in get_device_list() local 322 if (snprintf(fstr, FORTH_STRINGLEN, fth_fmt, (caddr32_t)ihdl, in get_device_list() 329 prom_interpret(fstr, 0, 0, 0, 0, 0); in get_device_list()
|
/titanic_41/usr/src/cmd/ls/ |
H A D | ls.c | 2642 const char *fstr = time_fmt_new; in format_time() local 2646 (void) snprintf(fmt_buf, FMTSIZE, fstr, nsec); in format_time() 2653 fstr = time_fmt_old; in format_time() 2657 (time_custom == 0) ? dcgettext(NULL, fstr, LC_TIME) : fstr, in format_time()
|
/titanic_41/usr/src/cmd/pr/ |
H A D | pr.c | 196 FILS fstr[NFILES]; in main() local 209 Files = fstr; in main()
|