Searched refs:str_size (Results 1 – 1 of 1) sorted by relevance
77 const int str_size = 1000; in Print() local78 char* str = new char[str_size]; in Print()85 offset += snprintf(&str[offset], str_size, " "); in Print()89 offset += snprintf(&str[offset], str_size, "%s", cstr); in Print()