Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c546 initial_ctx.out.sf_atpath = NULL; in filter()
638 free(ctx.out.sf_atpath); in filter()
639 ctx.out.sf_atpath = NULL; in filter()
757 if (ctx.out.sf_atpath != NULL) { in filter()
760 ctx.out.sf_atpath, ctx.out.sf_atpathlen); in filter()
761 free(ctx.out.sf_atpath); in filter()
H A Dsysplugin.h72 char *sf_atpath; /* NULL no value */ member
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()