Home
last modified time | relevance | path

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

/illumos-gate/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.c550 initial_ctx.out.sf_text = NULL; in filter()
645 free(ctx.out.sf_text); in filter()
646 ctx.out.sf_text = NULL; in filter()
774 if (ctx.out.sf_text != NULL) { in filter()
777 ctx.out.sf_text, ctx.out.sf_textlen); in filter()
778 free(ctx.out.sf_text); in filter()
H A Dsysplugin.h64 char *sf_text; /* NULL no value */ member