Lines Matching refs:comm
306 const char* comm = strstr(str, comm_str); in logPrint() local
309 if (comm) { in logPrint()
310 estr = comm; in logPrint()
311 comm += sizeof(comm_str) - 1; in logPrint()
314 comm = "auditd"; in logPrint()
317 comm = commfree = logbuf->pidToName(pid); in logPrint()
319 if (!comm) { in logPrint()
320 comm = "unknown"; in logPrint()
324 const char* ecomm = strchr(comm, '"'); in logPrint()
327 str_len = ecomm - comm; in logPrint()
329 str_len = strlen(comm) + 1; in logPrint()
344 strlcpy(newstr + 1, comm, str_len); in logPrint()