Searched defs:format (Results 1 - 3 of 3) sorted by path

/build/kati/
H A Dstringprintf.cc22 string StringPrintf(const char* format, ...) { argument
27 va_start(args, format);
28 int ret = vsnprintf(&str[0], str.size(), format, args);
/build/make/tools/atree/
H A Datree.cpp40 "FILELIST file format:\n"
46 " are of the format:\n"
81 debug_printf(const char* format, ...) argument
86 va_start(ap, format);
87 vprintf(format, ap);
153 "expected format is '-v VAR=VALUE'.\n",
/build/tools/atree/
H A Datree.cpp40 "FILELIST file format:\n"
46 " are of the format:\n"
81 debug_printf(const char* format, ...) argument
86 va_start(ap, format);
87 vprintf(format, ap);
153 "expected format is '-v VAR=VALUE'.\n",

Completed in 342 milliseconds