Home
last modified time | relevance | path

Searched refs:fstr (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/tools/ctf/cvt/
H A Dstabs.c188 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_44/usr/src/cmd/stat/iostat/
H A Diostat.c584 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_44/usr/src/lib/libbc/libc/sys/4.2/
H A Dmount.c95 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_44/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c62 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_44/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c1621 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_44/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c320 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_44/usr/src/tools/cpcgen/
H A Dcpcgen.c728 char *fstr, *path, *tstr; in cpcgen_read_intel() local
746 if ((fstr = strtok_r(data, ",", &last)) == NULL || in cpcgen_read_intel()
754 cpcgen_parse_model(fstr, &family, &model, &nsteps, steppings); in cpcgen_read_intel()
/titanic_44/usr/src/cmd/ls/
H A Dls.c2556 const char *fstr = time_fmt_new; in format_time() local
2560 (void) snprintf(fmt_buf, FMTSIZE, fstr, nsec); in format_time()
2567 fstr = time_fmt_old; in format_time()
2571 (time_custom == 0) ? dcgettext(NULL, fstr, LC_TIME) : fstr, in format_time()
/titanic_44/usr/src/cmd/pr/
H A Dpr.c196 FILS fstr[NFILES]; in main() local
209 Files = fstr; in main()