Lines Matching defs:oldvalue
726 char *fullpath, *oldvalue, *newvalue;
729 oldvalue = pkgdb_retrieve(fullpath);
730 if (oldvalue) {
731 if (strncmp(oldvalue, "@pkgdir ", 8) != 0)
733 newvalue = xasprintf("%s %s", oldvalue, pkg);
748 char *fullpath, *oldvalue, *newvalue, *iter;
751 oldvalue = pkgdb_retrieve(fullpath);
752 if (oldvalue && strncmp(oldvalue, "@pkgdir ", 8) == 0) {
753 newvalue = xstrdup(oldvalue);