Lines Matching refs:out
298 output_t *out;
301 if ((out = calloc(1, sizeof (*src))) == NULL) {
314 (void) memcpy(out, src, sizeof (*src));
315 *tailp = out;
316 tailp = &out->next;
353 * run out of data.
861 output_t *out;
897 for (out = head; out != NULL; out = out->next) {
899 if (out == head) {
905 for (i = 0, j = buffer.cons; i < mx; i += out->width) {
906 out->func(&buffer, j);
907 j += out->width;