Home | History | Annotate | Download | only in dist

Lines Matching refs:tmplen

502 	size_t	tmplen;
514 tmplen = xsnprintf(tmp, sizeof tmp, "!%u%c", count, ch);
515 sixel_print_add(buf, len, used, tmp, tmplen);
575 size_t len, used = 0, tmplen;
595 tmplen = xsnprintf(tmp, sizeof tmp, "\033P0;%uq", si->p2);
596 sixel_print_add(&buf, &len, &used, tmp, tmplen);
599 tmplen = xsnprintf(tmp, sizeof tmp, "\"1;1;%u;%u", si->ra_x,
601 sixel_print_add(&buf, &len, &used, tmp, tmplen);
609 tmplen = xsnprintf(tmp, sizeof tmp, "#%u;%u;%u;%u;%u",
611 sixel_print_add(&buf, &len, &used, tmp, tmplen);
627 tmplen = xsnprintf(tmp, sizeof tmp, "#%u", c);
628 sixel_print_add(&buf, &len, &used, tmp, tmplen);