Searched refs:typebuf (Results 1 – 2 of 2) sorted by relevance
607 static char typebuf[20]; in p_type() local614 sprintf(typebuf, "TYPE%d", type); in p_type()615 return (typebuf); in p_type()
1275 static char typebuf[16]; in devscope_type2str() local1289 snprintf(typebuf, sizeof(typebuf), "%d", type); in devscope_type2str()1290 return (typebuf); in devscope_type2str()