Home
last modified time | relevance | path

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

/coreutils/src/
Dtail.c752 typedef struct charbuffer CBUFFER; in pipe_bytes() typedef
753 CBUFFER *first, *last, *tmp; in pipe_bytes()
759 first = last = xmalloc (sizeof (CBUFFER)); in pipe_bytes()
762 tmp = xmalloc (sizeof (CBUFFER)); in pipe_bytes()
799 tmp = xmalloc (sizeof (CBUFFER)); in pipe_bytes()