growstring        680 src/simh/sim_tmxr.c     (void)sprintf (growstring(&tptr, 33 + strlen (mp->port)), "%s%s",
growstring        683 src/simh/sim_tmxr.c     (void)sprintf (growstring(&tptr, 7 + strlen (mp->logfiletmpl)), ",Log=%s",
growstring        693 src/simh/sim_tmxr.c         char *tempstr = growstring(&tptr, 10 + strlen(lptr));
growstring        733 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 32), "Line=%d", (int)(lp-lp->mp->ldsc));
growstring        735 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 32), ",%s", lp->modem_control ? "Modem" : "NoModem");
growstring        737 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 32), ",Buffered=%d", lp->txbsz);
growstring        739 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 32), ",UnBuffered");
growstring        741 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 8), ",%s", lp->datagram ? "UDP" : "TCP");
growstring        743 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 8), ",Packet");
growstring        745 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 32 + strlen (lp->port)), ",%s%s",
growstring        749 src/simh/sim_tmxr.c             (void)sprintf (growstring(&tptr, 25 + strlen (lp->destination)),
growstring        755 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 12 + strlen (lp->txlogname)), ",Log=%s", lp->txlogname);
growstring        757 src/simh/sim_tmxr.c         (void)sprintf (growstring(&tptr, 12 ), ",Loopback");