Searched refs:avbuf (Results 1 – 1 of 1) sorted by relevance
81 static char avbuf[1024]; in sepol_av_to_string() local89 p = avbuf; in sepol_av_to_string()104 snprintf(p, sizeof(avbuf) - avlen, " %s", in sepol_av_to_string()107 || (size_t) len >= (sizeof(avbuf) - avlen)) in sepol_av_to_string()115 return avbuf; in sepol_av_to_string()