Lines Matching refs:pOut

50     :   pOut(o_rOutput),  in LinkCreator()
64 strcat( pOut, "index.html" ); // KORR_FUTURE // SAFE STRCAT (#100211# - checked) in do_Process()
71 strcat( pOut, ClassFileName(i_rData.LocalName().c_str()) ); // SAFE STRCAT (#100211# - checked) in do_Process()
78 strcat( pOut, EnumFileName(i_rData.LocalName().c_str()) ); // SAFE STRCAT (#100211# - checked) in do_Process()
85 … strcat( pOut, TypedefFileName(i_rData.LocalName().c_str()) ); // SAFE STRCAT (#100211# - checked) in do_Process()
95 strcat( pOut, "o.html" ); // SAFE STRCAT (#100211# - checked) in do_Process()
102 … strcat( pOut, HtmlFileName("o-", rFile.LocalName().c_str()) ); // SAFE STRCAT (#100211# - checked) in do_Process()
106 …strcat( pOut, OperationLink(pEnv->Gate(), i_rData.LocalName(), i_rData.CeId()) ); // SAFE STRCAT (… in do_Process()
116 strcat( pOut, "d.html" ); // SAFE STRCAT (#100211# - checked) in do_Process()
123 …strcat( pOut, HtmlFileName("d-", rFile.LocalName().c_str()) ); // SAFE STRCAT (#100211# - checked) in do_Process()
126 strcat( pOut, DataLink(i_rData.LocalName()) ); // SAFE STRCAT (#100211# - checked) in do_Process()
138 strcat(pOut, "#"); // SAFE STRCAT (#100211# - checked) in do_Process()
139 strcat(pOut, i_rData.LocalName().c_str()); // SAFE STRCAT (#100211# - checked) in do_Process()
148 *pOut = '\0'; in do_Process()
149 strcat(pOut, "../def-all.html#"); // SAFE STRCAT (#100211# - checked) in do_Process()
150 strcat(pOut, i_rData.LocalName().c_str()); // SAFE STRCAT (#100211# - checked) in do_Process()
159 *pOut = '\0'; in do_Process()
160 strcat(pOut, "../def-all.html#"); // SAFE STRCAT (#100211# - checked) in do_Process()
161 strcat(pOut, i_rData.LocalName().c_str()); // SAFE STRCAT (#100211# - checked) in do_Process()
245 *pOut = NULCH; in Create_PrePath()
254 strcat( pOut, PathUp(pEnv->Depth() - 1) ); // SAFE STRCAT (#100211# - checked) in Create_PrePath()
258 strcat( pOut, "../names/" ); // SAFE STRCAT (#100211# - checked) in Create_PrePath()
262 Recursive_CreatePath( pOut, it ); in Create_PrePath()