Lines Matching defs:buf
148 char buf[1024];
160 while ((nread = read(pipefd[0], buf, sizeof(buf) - 1)) > 0) {
161 buf[nread] = '\0';
162 litest_log("%s", buf);
1171 char buf[1024] = {0};
1174 while ((rc = read(pipes[f], buf, sizeof(buf) - 1)) > 0) {
1175 buf[rc] = '\0';
1176 fprintf(stderr, "%s", buf);
3411 char buf[512];
3417 snprintf(buf, sizeof(buf), "litest %s", name);
3418 libevdev_set_name(dev, buf);