new 482 src/dps8/dps8_console.c unsigned char * new = (unsigned char *) strdupesc (cptr); new 485 src/dps8/dps8_console.c size_t nl = strlen ((char *) new); new 501 src/dps8/dps8_console.c strcpy ((char *) old + ol, (char *) new); new 503 src/dps8/dps8_console.c FREE (new); new 506 src/dps8/dps8_console.c csp->auto_input = new; new 531 src/dps8/dps8_console.c unsigned char * new = (unsigned char *) strdupesc (cptr); new 534 src/dps8/dps8_console.c size_t nl = strlen ((char *) new); new 550 src/dps8/dps8_console.c strcpy ((char *) old + ol, (char *) new); new 552 src/dps8/dps8_console.c FREE (new); new 555 src/dps8/dps8_console.c csp->auto_input = new; new 2624 src/dps8/dps8_fnp2.c unsigned char * new = realloc (linep->inBuffer, (unsigned long) (linep->inSize + nread)); new 2625 src/dps8/dps8_fnp2.c if (! new) new 2630 src/dps8/dps8_fnp2.c memcpy (new + linep->inSize, buf, (unsigned long) nread); new 2632 src/dps8/dps8_fnp2.c linep->inBuffer = new; new 2702 src/dps8/dps8_fnp2.c unsigned char * new = realloc (stn_p->stn_in_buffer, (unsigned long) (stn_p->stn_in_size + nread)); new 2703 src/dps8/dps8_fnp2.c if (! new) new 2708 src/dps8/dps8_fnp2.c memcpy (new + stn_p->stn_in_size, buf, (unsigned long) nread); new 2710 src/dps8/dps8_fnp2.c stn_p->stn_in_buffer = new; new 1313 src/dps8/fnpuv.c unsigned char * new = realloc (linep->inBuffer, (unsigned long) (linep->inSize + nread)); new 1314 src/dps8/fnpuv.c if (! new) new 1326 src/dps8/fnpuv.c memcpy (new + linep->inSize, buf, (unsigned long) nread); new 1328 src/dps8/fnpuv.c linep->inBuffer = new; new 371 src/dps8/uvutil.c unsigned char * new = new 374 src/dps8/uvutil.c if (! new) new 386 src/dps8/uvutil.c memcpy (new + access->inSize, buf, (unsigned long) nread); new 388 src/dps8/uvutil.c access->inBuffer = new; new 613 src/simh/linehistory.c char *new = realloc(ab->b, 1 + ab->len + len); new 615 src/simh/linehistory.c if (new == NULL) new 620 src/simh/linehistory.c memcpy(new + ab->len, s, len); new 621 src/simh/linehistory.c ab->b = new; new 1812 src/simh/linehistory.c char **new; new 1823 src/simh/linehistory.c new = malloc(sizeof ( char * ) * len); new 1824 src/simh/linehistory.c if (new == NULL) new 1842 src/simh/linehistory.c memset(new, 0, sizeof ( char * ) * len); new 1844 src/simh/linehistory.c new, new 1848 src/simh/linehistory.c history = new;