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

/illumos-gate/usr/src/lib/libbsm/common/
H A Dgeneric.c67 static char *aug_text2; /* misc text to be written to trail */ variable
123 aug_text2 = NULL;
353 if (aug_text2 != NULL)
354 free(aug_text2);
356 aug_text2 = NULL;
358 aug_text2 = strdup(s);
436 if (aug_text2 != NULL) {
437 (void) au_write(ad, au_to_text(aug_text2));

Completed in 44 milliseconds