Home
last modified time | relevance | path

Searched refs:Str (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Dcvcompiler.c931 char* Str; in CvAppendInlineComment() local
947 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()