Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/mpsutil/
HDmps_show.c594 char *type, sepstr[5]; in show_enclosures() local
623 snprintf(sepstr, 5, " "); in show_enclosures()
625 snprintf(sepstr, 5, "%04x", enc->SEPDevHandle); in show_enclosures()
628 enc->EnclosureLogicalID.Low, sepstr, enc->EnclosureHandle, in show_enclosures()
/dragonfly/contrib/tcpdump/
HDutil-print.c512 const char * sepstr = ""; in bittok2str_internal() local
519 string_size = strlcpy(bufp, sepstr, space_left); in bittok2str_internal()
531 sepstr = sep; in bittok2str_internal()