Home | History | Annotate | Download | only in sys

Lines Matching refs:seq

52 	uintmax_t seq;
69 p.seq = 0;
72 p.seq++)
74 // printf(">>%zd %d %ju\n", n, errno, p.seq);
86 uintmax_t seq = 0;
96 if (p.seq != seq)
97 printf("%ju != %ju\n", p.seq, seq);
98 if (seq % 10 == 0)
100 seq = p.seq + 1;
102 // printf("<<%zd %d %ju\n", n, errno, seq);