Lines Matching refs:vres
3146 size_t vres = 0; in testPath() local
3159 vres = vsnprintf(bfr, 1, a_format, ap); in testPath()
3162 assert(vres > 0); in testPath()
3166 mbPath = (char *)calloc(1, vres+2); in testPath()
3172 vres = vsnprintf(mbPath, vres+1, a_format, ap); in testPath()
3175 assert(vres > 0); in testPath()
3741 size_t vres = 0; in usage() local
3753 vres = vsnprintf(bfr, 1, a_format, ap); in usage()
3756 assert(vres > 0); in usage()
3760 message = (char *)calloc(1, vres+2); in usage()
3767 vres = vsnprintf(message, vres+1, a_format, ap); in usage()
3770 assert(vres > 0); in usage()