Searched refs:typebuf (Results 1 – 2 of 2) sorted by relevance
603 static char typebuf[20]; in p_type() local610 sprintf(typebuf, "TYPE%d", type); in p_type()611 return (typebuf); in p_type()
1415 static char typebuf[16]; in devscope_type2str() local1429 snprintf(typebuf, sizeof(typebuf), "%d", type); in devscope_type2str()1430 return (typebuf); in devscope_type2str()