new 483 src/dps8/dps8_console.c unsigned char * new = (unsigned char *) strdupesc (cptr); new 486 src/dps8/dps8_console.c size_t nl = strlen ((char *) new); new 502 src/dps8/dps8_console.c strcpy ((char *) old + ol, (char *) new); new 504 src/dps8/dps8_console.c FREE (new); new 507 src/dps8/dps8_console.c csp->auto_input = new; new 532 src/dps8/dps8_console.c unsigned char * new = (unsigned char *) strdupesc (cptr); new 535 src/dps8/dps8_console.c size_t nl = strlen ((char *) new); new 551 src/dps8/dps8_console.c strcpy ((char *) old + ol, (char *) new); new 553 src/dps8/dps8_console.c FREE (new); new 556 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 608 src/simh/linehistory.c char *new = realloc(ab->b, 1 + ab->len + len); new 610 src/simh/linehistory.c if (new == NULL) new 615 src/simh/linehistory.c memcpy(new + ab->len, s, len); new 616 src/simh/linehistory.c ab->b = new; new 1807 src/simh/linehistory.c char **new; new 1818 src/simh/linehistory.c new = malloc(sizeof ( char * ) * len); new 1819 src/simh/linehistory.c if (new == NULL) new 1837 src/simh/linehistory.c memset(new, 0, sizeof ( char * ) * len); new 1839 src/simh/linehistory.c new, new 1843 src/simh/linehistory.c history = new;