Lines Matching refs:a_format
222 static int usage(char *a_format, ...);
3141 testPath(TEST_TYPES a_tt, char *a_format, ...) in testPath() argument
3153 assert(a_format != NULL); in testPath()
3154 assert(*a_format != '\0'); in testPath()
3158 va_start(ap, a_format); in testPath()
3159 vres = vsnprintf(bfr, 1, a_format, ap); in testPath()
3171 va_start(ap, a_format); in testPath()
3172 vres = vsnprintf(mbPath, vres+1, a_format, ap); in testPath()
3734 usage(char *a_format, ...) in usage() argument
3746 assert(a_format != NULL); in usage()
3747 assert(*a_format != '\0'); in usage()
3751 va_start(ap, a_format); in usage()
3753 vres = vsnprintf(bfr, 1, a_format, ap); in usage()
3765 va_start(ap, a_format); in usage()
3767 vres = vsnprintf(message, vres+1, a_format, ap); in usage()