Lines Matching defs:off
688 size_t off = 0;
696 off += printed;
698 for (size_t i = 0; off < sz && i < t->ntuples; i++) {
705 printed = snprintf(buf + off, sz - off, "%c%s;", enable ? '+' : '-', name);
707 off += printed;
715 size_t off = 0;
723 off += printed;
725 for (size_t i = 0; off < sz && i < t->ntuples; i++) {
731 printed = snprintf(buf + off, sz - off, "%c%s;", enable ? '+' : '-', name);
733 off += printed;