growstring        679 src/simh/sim_tmxr.c     (void)sprintf (growstring(&tptr, 33 + strlen (mp->port)), "%s%s",
growstring        682 src/simh/sim_tmxr.c     (void)sprintf (growstring(&tptr, 7 + strlen (mp->logfiletmpl)), ",Log=%s",
growstring        692 src/simh/sim_tmxr.c         char *tempstr = growstring(&tptr, 10 + strlen(lptr));
growstring        732 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 32), "Line=%d", (int)(lp-lp->mp->ldsc));
growstring        734 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 32), ",%s", lp->modem_control ? "Modem" : "NoModem");
growstring        736 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 32), ",Buffered=%d", lp->txbsz);
growstring        738 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 32), ",UnBuffered");
growstring        740 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 8), ",%s", lp->datagram ? "UDP" : "TCP");
growstring        742 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 8), ",Packet");
growstring        744 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 32 + strlen (lp->port)), ",%s%s",
growstring        748 src/simh/sim_tmxr.c             (void)sprintf (growstring(&tptr, 25 + strlen (lp->destination)),
growstring        754 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 12 + strlen (lp->txlogname)), ",Log=%s", lp->txlogname);
growstring        756 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 12 ), ",Loopback");