Searched refs:avbuf (Results 1 – 1 of 1) sorted by relevance
85 static char avbuf[1024]; in sepol_av_to_string() local92 memset(avbuf, 0, sizeof avbuf); in sepol_av_to_string()94 p = avbuf; in sepol_av_to_string()109 snprintf(p, sizeof(avbuf) - avlen, " %s", in sepol_av_to_string()112 || (size_t) len >= (sizeof(avbuf) - avlen)) in sepol_av_to_string()120 return avbuf; in sepol_av_to_string()