Searched refs:retcount (Results 1 – 1 of 1) sorted by relevance
594 int retcount; in VASNPRINTF() local598 retcount = 0; in VASNPRINTF()605 retcount = SNPRINTF (result + length, maxlen, buf, \ in VASNPRINTF()609 retcount = SNPRINTF (result + length, maxlen, buf, \ in VASNPRINTF()613 retcount = SNPRINTF (result + length, maxlen, buf, \ in VASNPRINTF()767 if (retcount > count) in VASNPRINTF()768 count = retcount; in VASNPRINTF()784 if (retcount < 0) in VASNPRINTF()797 count = retcount; in VASNPRINTF()