Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dutil.c85 static char avbuf[1024]; in sepol_av_to_string() local
93 p = avbuf; in sepol_av_to_string()
108 snprintf(p, sizeof(avbuf) - avlen, " %s", in sepol_av_to_string()
111 || (size_t) len >= (sizeof(avbuf) - avlen)) in sepol_av_to_string()
119 return avbuf; in sepol_av_to_string()