Home
last modified time | relevance | path

Searched refs:one_past_end (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dtac-pipe.c24 #define LEN(X, I) ((X)->p[(I)].one_past_end - (X)->p[(I)].start)
27 #define ONE_PAST_END(X, I) ((X)->p[(I)].one_past_end)
39 char *one_past_end; member
79 bp.one_past_end = buf + bytes_read; in buf_init_from_stdin()
107 bp.one_past_end = buf + 1; in buf_init_from_stdin()
119 && x->p[x->n_bufs - 1].start == x->p[x->n_bufs - 1].one_past_end) in buf_init_from_stdin()