Searched refs:typebuf (Results 1 – 2 of 2) sorted by relevance
610 static char typebuf[20]; in p_type() local617 sprintf(typebuf, "TYPE%d", type); in p_type()618 return (typebuf); in p_type()
1260 static char typebuf[16]; in devscope_type2str() local1272 snprintf(typebuf, sizeof(typebuf), "%d", type); in devscope_type2str()1273 return (typebuf); in devscope_type2str()