Searched refs:stringbuf (Results 1 – 1 of 1) sorted by relevance
406 static char stringbuf[256]; in resource_string_copy() local416 bcopy(s, &stringbuf[offset], len); in resource_string_copy()417 stringbuf[offset + len] = '\0'; in resource_string_copy()418 ret = &stringbuf[offset]; in resource_string_copy()