Searched refs:textbuf (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libbsm/common/ |
H A D | audit_cron.c | 62 static char textbuf[AUDIT_CRON_TEXTBUF]; variable 107 if (read(fd, textbuf, st.st_size) != st.st_size) { 112 if (sscanf(textbuf, 194 len = sprintf(textbuf, 213 if (write(fd, textbuf, len) != len) 271 (void) snprintf(textbuf, sizeof (textbuf), mess, name, err_str); 275 aug_save_text(textbuf); 385 (void) snprintf(textbuf, sizeof (textbuf), [all...] |
H A D | audit_at.c | 43 static char textbuf[AUDIT_AT_TEXTBUF]; variable 127 (void) snprintf(textbuf, sizeof (textbuf), 130 aug_save_text(textbuf);
|
Completed in 26 milliseconds