Home | History | Annotate | Download | only in msan

Lines Matching full:bufsiz

126 INTERCEPTOR(SSIZE_T, readlink, const char *path, char *buf, SIZE_T bufsiz) {
129 SSIZE_T res = REAL(readlink)(path, buf, bufsiz);