Home | History | Annotate | Download | only in pkgdata

Lines Matching defs:newName

1353             char newName[SMALL_BUFFER_MAX_SIZE];
1360 newName[0] = dataName[0] = 0;
1379 sprintf(newName, "%s_%s",
1386 if (newName[0] != 0) {
1391 writeCCode(file, o->tmpDir, dataName[0] != 0 ? dataName : o->shortName, newName[0] != 0 ? newName : NULL, gencmnFile);