Lines Matching defs:rbuf
79 char rbuf[BUFSIZ] = {0};
80 ssize_t bytes = readlinkat(fd, linkpath, rbuf, sizeof(rbuf));
81 if (bytes != strlen(rbuf)) {
85 if (strcmp(rbuf, path)) {
86 t_error("%s failed: rbuf = %s\n", __func__, rbuf);
131 char rbuf[BUFSIZ] = {0};
132 ssize_t bytes = readlinkat(fd, linkfilename, rbuf, sizeof(rbuf));
133 if (bytes != strlen(rbuf)) {
137 if (strcmp(rbuf, filename)) {
138 t_error("%s failed: rbuf = %s\n", __func__, rbuf);