Searched refs:sepstr (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/usr.sbin/mpsutil/ |
| HD | mps_show.c | 594 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/ |
| HD | util-print.c | 512 const char * sepstr = ""; in bittok2str_internal() local 519 string_size = strlcpy(bufp, sepstr, space_left); in bittok2str_internal() 531 sepstr = sep; in bittok2str_internal()
|