Lines Matching refs:vres
3141 size_t vres = 0; in testPath() local
3154 vres = vsnprintf(bfr, 1, a_format, ap); in testPath()
3157 assert(vres > 0); in testPath()
3161 mbPath = (char *)calloc(1, vres+2); in testPath()
3167 vres = vsnprintf(mbPath, vres+1, a_format, ap); in testPath()
3170 assert(vres > 0); in testPath()
3735 size_t vres = 0; in usage() local
3747 vres = vsnprintf(bfr, 1, a_format, ap); in usage()
3750 assert(vres > 0); in usage()
3754 message = (char *)calloc(1, vres+2); in usage()
3761 vres = vsnprintf(message, vres+1, a_format, ap); in usage()
3764 assert(vres > 0); in usage()