Lines Matching refs:a_format
218 static int usage(char *a_format, ...);
3136 testPath(TEST_TYPES a_tt, char *a_format, ...) in testPath() argument
3148 assert(a_format != NULL); in testPath()
3149 assert(*a_format != '\0'); in testPath()
3153 va_start(ap, a_format); in testPath()
3154 vres = vsnprintf(bfr, 1, a_format, ap); in testPath()
3166 va_start(ap, a_format); in testPath()
3167 vres = vsnprintf(mbPath, vres+1, a_format, ap); in testPath()
3728 usage(char *a_format, ...) in usage() argument
3740 assert(a_format != NULL); in usage()
3741 assert(*a_format != '\0'); in usage()
3745 va_start(ap, a_format); in usage()
3747 vres = vsnprintf(bfr, 1, a_format, ap); in usage()
3759 va_start(ap, a_format); in usage()
3761 vres = vsnprintf(message, vres+1, a_format, ap); in usage()