Lines Matching defs:extra
569 * should be able to print a zero. Thus we need this extra test
581 int extra = 0;
593 extra = 2;
597 * Thus we need to print an extra leading 0x00 so that the
601 extra = 1;
612 if (extra == 1)
614 else if (extra)
616 memcpy(s, tmp, n-!!extra);
669 int extra = 0;
681 extra = 2;
685 extra = 1;
700 if (extra == 1)
702 else if (extra)
704 memcpy(s, tmp, n-!!extra);
712 int extra = 0;
719 extra = 2;
721 if (buffer && 2*n + extra + negative + 1 > len) {
730 if (extra) {
745 *nwritten = 2*n + extra + negative + 1;