Home
last modified time | relevance | path

Searched refs:sepstr (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/mpsutil/
H A Dmps_show.c637 char *type, sepstr[8]; in show_enclosures() local
666 snprintf(sepstr, sizeof(sepstr), " "); in show_enclosures()
668 snprintf(sepstr, sizeof(sepstr), "%04x", le16toh(enc->SEPDevHandle)); in show_enclosures()
671 le32toh(enc->EnclosureLogicalID.Low), sepstr, le16toh(enc->EnclosureHandle), in show_enclosures()
/freebsd/contrib/bsddialog/utility/
H A Dutil_builders.c348 const char *focusname, *sepstr; in print_menu_items() local
388 if ((sepstr = opt->item_output_sep) == NULL) { in print_menu_items()
390 sepstr = "\n"; in print_menu_items()
392 sepstr = " "; in print_menu_items()
409 dprintf(opt->output_fd, "%s", sepstr); in print_menu_items()
427 dprintf(opt->output_fd, "%s", sepstr); in print_menu_items()
/freebsd/contrib/tcpdump/
H A Dutil-print.c532 const char * sepstr = ""; in bittok2str_internal() local
539 string_size = strlcpy(bufp, sepstr, space_left); in bittok2str_internal()
551 sepstr = sep; in bittok2str_internal()
/freebsd/contrib/bsddialog/
H A DCHANGELOG236 - --separator prints <sepstr> before each item except HELP.
237 - --separator and --separate-output print <sepstr> after each item.