Lines Matching defs:new
524 /* First, lose the old size, then add the new size. */
582 /* Copy everything from the new entry to the old */
649 * Replace the old package database entry with the new one preserving the
658 repl_cfent(struct cfent *new, struct cfent *old)
664 /* Copy everything from the new entry over */
665 (void) memcpy(old, new, sizeof (struct cfent));
667 if (strchr("sl", new->ftype) == NULL)
683 * the new structure :
690 * copies over whatever the default value is from the new structure.
711 /* Now overlay new items from the pkgmap */
720 * The paths are identical, so we get them from the new entry. These
737 /* Copy everything from the temporary structure to the new entry */