Searched refs:sepstr (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/mpsutil/ |
H A D | mps_show.c | 637 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 D | util_builders.c | 348 const char *focusname, *sepstr; in print_menu_items() 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() 347 const char *focusname, *sepstr; print_menu_items() local
|
/freebsd/contrib/tcpdump/ |
H A D | util-print.c | 540 const char * sepstr = ""; in bittok2str_internal() local 547 string_size = strlcpy(bufp, sepstr, space_left); in bittok2str_internal() 559 sepstr = sep; in bittok2str_internal()
|
/freebsd/contrib/bsddialog/ |
H A D | CHANGELOG | 243 - --separator prints <sepstr> before each item except HELP. 244 - --separator and --separate-output print <sepstr> after each item.
|