Lines Matching refs:strcat
308 strcat(msg_flags, "DEBUG"); in PrintMessageFlags()
312 if (separator) strcat(msg_flags, ","); in PrintMessageFlags()
313 strcat(msg_flags, "INFO"); in PrintMessageFlags()
317 if (separator) strcat(msg_flags, ","); in PrintMessageFlags()
318 strcat(msg_flags, "WARN"); in PrintMessageFlags()
322 if (separator) strcat(msg_flags, ","); in PrintMessageFlags()
323 strcat(msg_flags, "PERF"); in PrintMessageFlags()
327 if (separator) strcat(msg_flags, ","); in PrintMessageFlags()
328 strcat(msg_flags, "ERROR"); in PrintMessageFlags()
337 strcat(msg_flags, "VERBOSE"); in PrintMessageSeverity()
341 if (separator) strcat(msg_flags, ","); in PrintMessageSeverity()
342 strcat(msg_flags, "INFO"); in PrintMessageSeverity()
346 if (separator) strcat(msg_flags, ","); in PrintMessageSeverity()
347 strcat(msg_flags, "WARN"); in PrintMessageSeverity()
351 if (separator) strcat(msg_flags, ","); in PrintMessageSeverity()
352 strcat(msg_flags, "ERROR"); in PrintMessageSeverity()
361 strcat(msg_flags, "GEN"); in PrintMessageType()
365 strcat(msg_flags, "SPEC"); in PrintMessageType()
369 if (separator) strcat(msg_flags, ","); in PrintMessageType()
370 strcat(msg_flags, "PERF"); in PrintMessageType()