Lines Matching defs:buf
379 char buf[2 * sizeof(struct tzhead) + 2 * sizeof(struct state)
467 nread = read(fid, up->buf, sizeof up->buf);
487 char const *p = up->buf + tzheadsize;
634 nread -= p - up->buf;
635 memmove(up->buf, p, nread);
642 up->buf[0] == '\n' && up->buf[nread - 1] == '\n' &&
646 up->buf[nread - 1] = '\0';
647 if (tzparse(&up->buf[1], ts, sp)) {