logfiletmpl       689 src/simh/sim_tmxr.c if (mp->logfiletmpl[0])                                 /* logfile info */
logfiletmpl       690 src/simh/sim_tmxr.c     sprintf (growstring(&tptr, 7 + strlen (mp->logfiletmpl)), ",Log=%s", mp->logfiletmpl);
logfiletmpl      2185 src/simh/sim_tmxr.c      logfiletmpl[CBUFSIZE], buffered[CBUFSIZE], hostport[CBUFSIZE*2],
logfiletmpl      2208 src/simh/sim_tmxr.c     memset(logfiletmpl, '\0', sizeof(logfiletmpl));
logfiletmpl      2244 src/simh/sim_tmxr.c                 strncpy(logfiletmpl, cptr, sizeof(logfiletmpl)-1);
logfiletmpl      2390 src/simh/sim_tmxr.c         if (logfiletmpl[0]) {
logfiletmpl      2401 src/simh/sim_tmxr.c             strncpy(mp->logfiletmpl, logfiletmpl, sizeof(mp->logfiletmpl)-1);
logfiletmpl      2429 src/simh/sim_tmxr.c                     sprintf(lp->txlogname, "%s_%d", mp->logfiletmpl, i);
logfiletmpl      2431 src/simh/sim_tmxr.c                     (void)strcpy (lp->txlogname, mp->logfiletmpl);
logfiletmpl      2497 src/simh/sim_tmxr.c             mp->logfiletmpl[0] = '\0';
logfiletmpl      2640 src/simh/sim_tmxr.c         if (logfiletmpl[0]) {
logfiletmpl      2643 src/simh/sim_tmxr.c             lp->txlogname = (char *)realloc (lp->txlogname, 1 + strlen (logfiletmpl));
logfiletmpl      2656 src/simh/sim_tmxr.c             (void)strcpy (lp->txlogname, logfiletmpl);
logfiletmpl      2663 src/simh/sim_tmxr.c                 return sim_messagef (r, "Can't open log file: %s\n", logfiletmpl);
logfiletmpl       202 src/simh/sim_tmxr.h     char                logfiletmpl[FILENAME_MAX];      /* template logfile name */