Lines Matching defs:count
149 int count;
154 count = write(pipe_fd, &c, sizeof(c));
155 if (count != sizeof(c))
157 "synchronization byte, err = %d\n", -count);
200 count = read(pipe_fd, &c, sizeof(c));
201 if (count != sizeof(c))
212 count = write(pipe_fd, &c, sizeof(c));
213 if (count != sizeof(c))
279 int pid, thread, count, thread_fd = -1;
298 count = write(thread_fd, &c, sizeof(c));
299 if (count != sizeof(c))