Searched refs:Str (Results 1 – 1 of 1) sorted by relevance
931 char* Str; in CvAppendInlineComment() local947 Str = UtLocalCacheCalloc (Size + 1); in CvAppendInlineComment()949 strcpy (Str, InlineComment); in CvAppendInlineComment()950 strcat (Str, ToAdd); in CvAppendInlineComment()951 Str[Size +1] = 0; in CvAppendInlineComment()952 return (Str); in CvAppendInlineComment()