Home | History | Annotate | Download | only in src

Lines Matching refs:strp

1533     char *strp;
1548 if (vasprintf(&strp, fmt, ap) != -1) {
1549 LOG_PRI(priority, "SELinux", "%s", strp);
1550 LOG_EVENT_STRING(AUDITD_LOG_TAG, strp);
1551 free(strp);