Home
last modified time | relevance | path

Searched refs:avbuf (Results 1 – 1 of 1) sorted by relevance

/external/selinux/libsepol/src/
Dutil.c81 static char avbuf[1024]; in sepol_av_to_string() local
89 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()