Home
last modified time | relevance | path

Searched refs:sf_text (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/auditd_plugins/syslog/
H A Dsystoken.c344 ctx->out.sf_text = realloc(ctx->out.sf_text, in text_token()
347 if (ctx->out.sf_text == NULL) in text_token()
350 bp = ctx->out.sf_text; in text_token()
357 ctx->out.sf_text)); in text_token()
365 ctx->out.sf_text)); in text_token()
H A Dsysplugin.c548 initial_ctx.out.sf_text = NULL; in filter()
643 free(ctx.out.sf_text); in filter()
644 ctx.out.sf_text = NULL; in filter()
772 if (ctx.out.sf_text != NULL) { in filter()
775 ctx.out.sf_text, ctx.out.sf_textlen); in filter()
776 free(ctx.out.sf_text); in filter()
H A Dsysplugin.h66 char *sf_text; /* NULL no value */ member