Lines Matching refs:buffer
993 static bool toss_coin(struct drand48_data *buffer, unsigned int prob)
997 if (unlikely(lrand48_r(buffer, &r))) {
1073 const struct timespec *timestamp, char *buffer,
1078 char *p = &buffer[0];
1107 write_or_die(fd_stdout, buffer, bytes);
1112 const struct timespec *timestamp, char *buffer,
1116 __print_skipmessage(resize_msg, timestamp, buffer, bufspace, req,
1120 static void print_lostmessage(const struct timespec *timestamp, char *buffer,
1124 __print_skipmessage(NULL, timestamp, buffer, bufspace, req, true,
1129 const struct timespec *timestamp, char *buffer,
1134 char *p = &buffer[0];
1230 write_or_die(fd_stdout, buffer, bytes_tot);
1460 char *buffer;
1466 buffer = malloc_or_die(bufspace);
1505 warnx("inotify() buffer filled, skipping events");
1528 print_lostmessage(×tamp, buffer,
1552 char *buffer;
1568 buffer = malloc_or_die(bufspace);
1578 print_lostmessage(×tamp, buffer, bufspace,
1622 print_tracefile(&resize_msg, ×tamp, buffer,
1626 buffer, bufspace, &req, true);
1628 print_skipmessage(&resize_msg, ×tamp, buffer,