Lines Matching refs:sResult
82 static char sResult[300]; in PathUp() local
84 sResult[0] = NULCH; in PathUp()
87 strcat( sResult, "../"); // SAFE STRCAT (#100211# - checked) in PathUp()
89 return sResult; in PathUp()
96 static char sResult[500]; in PathPerLevelsUp() local
97 strcpy( sResult, PathUp(i_nLevels) ); // SAFE STRCPY (#100211# - checked) in PathPerLevelsUp()
99 strcat( sResult, i_nPathBelowDestinationLevel ); // SAFE STRCAT (#100211# - checked) in PathPerLevelsUp()
100 return sResult; in PathPerLevelsUp()
129 static char sResult[300]; in HtmlFileName() local
130 strcpy( sResult, i_sPrefix ); // SAFE STRCPY (#100211# - checked) in HtmlFileName()
131 strcat( sResult, i_sEntityName ); // SAFE STRCAT (#100211# - checked) in HtmlFileName()
132 strcat( sResult, ".html" ); // SAFE STRCAT (#100211# - checked) in HtmlFileName()
133 return sResult; in HtmlFileName()
147 static char sResult[400]; in Path2Child() local
151 strcpy( sResult, i_sSubDir ); // SAFE STRCPY (#100211# - checked) in Path2Child()
152 strcat( sResult, "/" ); // SAFE STRCAT (#100211# - checked) in Path2Child()
156 sResult[0] = NULCH; in Path2Child()
159 strcat( sResult, i_sFileName ); // SAFE STRCAT (#100211# - checked) in Path2Child()
160 return sResult; in Path2Child()
178 sResult = slResult(); in OperationLink() local
180 sResult in OperationLink()
189 return sResult.c_str(); in OperationLink()
199 sResult = slResult(); in DataLink() local
201 sResult in DataLink()
206 return sResult.c_str(); in DataLink()