Lines Matching refs:strcat
298 strcat(msg_flags, "DEBUG"); in PrintMessageFlags()
302 if (separator) strcat(msg_flags, ","); in PrintMessageFlags()
303 strcat(msg_flags, "INFO"); in PrintMessageFlags()
307 if (separator) strcat(msg_flags, ","); in PrintMessageFlags()
308 strcat(msg_flags, "WARN"); in PrintMessageFlags()
312 if (separator) strcat(msg_flags, ","); in PrintMessageFlags()
313 strcat(msg_flags, "PERF"); in PrintMessageFlags()
317 if (separator) strcat(msg_flags, ","); in PrintMessageFlags()
318 strcat(msg_flags, "ERROR"); in PrintMessageFlags()
327 strcat(msg_flags, "VERBOSE"); in PrintMessageSeverity()
331 if (separator) strcat(msg_flags, ","); in PrintMessageSeverity()
332 strcat(msg_flags, "INFO"); in PrintMessageSeverity()
336 if (separator) strcat(msg_flags, ","); in PrintMessageSeverity()
337 strcat(msg_flags, "WARN"); in PrintMessageSeverity()
341 if (separator) strcat(msg_flags, ","); in PrintMessageSeverity()
342 strcat(msg_flags, "ERROR"); in PrintMessageSeverity()
351 strcat(msg_flags, "GEN"); in PrintMessageType()
355 strcat(msg_flags, "SPEC"); in PrintMessageType()
359 if (separator) strcat(msg_flags, ","); in PrintMessageType()
360 strcat(msg_flags, "PERF"); in PrintMessageType()