Lines Matching defs:new
520 char *new;
533 new = malloc(newlen);
537 (void) sprintf(new, "(%s) && (%s %s 0x%p)",
540 (void) sprintf(new, "(%s) && (%s)", *pred, what);
544 (void) sprintf(new, "%s %s 0x%p",
547 (void) sprintf(new, "%s", what);
552 *pred = new;
565 char buf[256], *c = buf, *new;
577 new = malloc(newlen);
578 bcopy(*filt, new, len);
579 (void) strcat(new, c);
581 *filt = new;