Home | History | Annotate | Download | only in msan

Lines Matching full:bufsiz

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