Lines Matching defs:ver
60 unsigned int ver;64 ver = chan->out.file.versions;65 if (ver < 1)67 if (ver > LOG_MAX_VERSIONS)68 ver = LOG_MAX_VERSIONS;74 for (ver--; ver > 0; ver--) {75 sprintf(old_name, "%s.%d", chan->out.file.name, ver-1);76 sprintf(new_name, "%s.%d", chan->out.file.name, ver);