Lines Matching +full:43 +full:s

31 **	Borenstein's "code.c" module.  Again, it functioned as
133 if (tTd(43, 4))
141 if (tTd(43, 1))
149 sm_dprintf(" %s", boundaries[i]);
182 if (tTd(43, 40))
185 sm_dprintf("pvp[%d] = \"%s\"\n", i, pvp[i]);
243 (void) sm_snprintf(buf, sizeof(buf), "%.100s/%.100s", type, subtype);
276 usrerr("mime8to7: Content-Type: \"%s\": %s boundary",
290 usrerr("mime8to7: multipart boundary \"%s\" too long",
297 if (tTd(43, 1))
298 sm_dprintf("mime8to7: multipart boundary \"%s\"\n",
307 if (tTd(43, 4))
336 if (tTd(43, 99))
337 sm_dprintf(" ...%s", buf);
348 if (tTd(43, 35))
349 sm_dprintf(" ...%s\n", buf);
351 if (tTd(43, 101))
355 if (tTd(43, 101))
365 if (tTd(43, 35))
366 sm_dprintf(" ...%s\n", buf);
380 if (tTd(43, 99))
381 sm_dprintf(" ...%s", buf);
385 if (tTd(43, 3))
386 sm_dprintf("\t\t\tmime8to7=>%s (multipart)\n",
394 ** Class 's' is predefined to have "rfc822" only.
399 if (!wordinclass(subtype, 's') ||
413 if (tTd(43, 101))
417 if (tTd(43, 101))
444 syserr("mime8to7: cannot sm_io_tell on %cf%s",
475 syserr("mime8to7: cannot sm_io_fseek on %cf%s",
489 if (tTd(43, 8))
491 sm_dprintf("mime8to7: %ld high bit(s) in %ld byte(s), cte=%s, type=%s/%s\n",
518 "Content-Transfer-Encoding: %.200s", cte);
521 if (tTd(43, 36))
522 sm_dprintf(" ...%s\n", buf);
549 if (tTd(43, 36))
554 "X-MIME-Autoconverted: from 8bit to base64 by %s id %s",
618 if (tTd(43, 36))
624 "X-MIME-Autoconverted: from 8bit to quoted-printable by %s id %s",
723 if (tTd(43, 3))
724 sm_dprintf("\t\t\tmime8to7=>%s (basic)\n", MimeBoundaryNames[bt]);
914 if (tTd(43, 5))
915 sm_dprintf("mimeboundary: line=\"%s\"... ", line);
930 if (tTd(43, 5))
931 sm_dprintf("%s\n", MimeBoundaryNames[type]);
1027 41,42,43,44, 45,46,47,48, 49,50,51,-1, -1,-1,-1,-1
1055 syserr("mime7to8: unparsable CTE %s", p == NULL ? "<NULL>" : p);
1064 "Content-Transfer-Encoding: %s", p);
1086 "X-MIME-Autoconverted: from %.200s to 8bit by %s id %s",
1225 if (tTd(43, 3))
1226 sm_dprintf("\t\t\tmime7to8 => %s to 8bit done\n", cte);
1233 ** The following is based on Borenstein's "codes.c" module, with simplifying