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

/illumos-gate/usr/src/lib/libbsm/common/
H A Dgeneric.c65 static char *aug_text; /* misc text to be written to trail */ variable
121 aug_text = NULL;
331 if (aug_text != NULL)
332 free(aug_text);
334 aug_text = NULL;
336 aug_text = strdup(s);
430 if (aug_text != NULL) {
431 (void) au_write(ad, au_to_text(aug_text));

Completed in 51 milliseconds