Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c548 initial_ctx.out.sf_atpath = NULL; in filter()
640 free(ctx.out.sf_atpath); in filter()
641 ctx.out.sf_atpath = NULL; in filter()
759 if (ctx.out.sf_atpath != NULL) { in filter()
762 ctx.out.sf_atpath, ctx.out.sf_atpathlen); in filter()
763 free(ctx.out.sf_atpath); in filter()
H A Dsystoken.c787 ctx->out.sf_atpath = realloc(ctx->out.sf_atpath, ctx->out.sf_atpathlen); in path_attr_token()
788 ctx->out.sf_atpath += offset; in path_attr_token()
789 p = ctx->out.sf_atpath; /* save for fix up, below */ in path_attr_token()
790 (void) memcpy(ctx->out.sf_atpath, ctx->adr.adr_now, in path_attr_token()
H A Dsysplugin.h70 char *sf_atpath; /* NULL no value */ member