Searched refs:autime (Results 1 – 1 of 1) sorted by relevance
900 char *autime, *s; in AuditPrefix() local905 autime = ctime(&tm); in AuditPrefix()906 if ((s = strchr(autime, '\n'))) in AuditPrefix()908 len = strlen(AUDIT_PREFIX) + strlen(autime) + 10 + 1; in AuditPrefix()912 snprintf(tmpBuf, len, AUDIT_PREFIX, autime, (unsigned long) getpid()); in AuditPrefix()