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

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.h72 char *sf_atpath; /* NULL no value */ member in struct:selected_fields
H A Dsystoken.c787 ctx->out.sf_atpath = realloc(ctx->out.sf_atpath, ctx->out.sf_atpathlen);
788 ctx->out.sf_atpath += offset;
789 p = ctx->out.sf_atpath; /* save for fix up, below */
790 (void) memcpy(ctx->out.sf_atpath, ctx->adr.adr_now,
H A Dsysplugin.c546 initial_ctx.out.sf_atpath = NULL;
638 free(ctx.out.sf_atpath);
639 ctx.out.sf_atpath = NULL;
757 if (ctx.out.sf_atpath != NULL) {
760 ctx.out.sf_atpath, ctx.out.sf_atpathlen);
761 free(ctx.out.sf_atpath);

Completed in 49 milliseconds