format 2096 MMgc/GC.cpp (void)format; format 2100 MMgc/GC.cpp va_start(argptr, format); format 2101 MMgc/GC.cpp vsprintf(buf, format, argptr); format 1339 MMgc/GC.h void gclog(const char *format, ...); format 52 MMgc/GCDebug.cpp va_start(args, format); format 54 MMgc/GCDebug.cpp int chars = vsnprintf(buf, sizeof(buf)-2, format, args); format 63 MMgc/GCDebug.cpp (void)format; format 47 MMgc/GCDebug.h void GCDebugMsg(bool debuggerBreak, const char* format, ...); format 46 MMgc/GCLog.cpp va_start(args, format); format 49 MMgc/GCLog.cpp vsnprintf(buf, sizeof(buf), format, args); format 43 MMgc/GCLog.h void GCLog(const char* format, ...); format 281 axscript/axtam.cpp ATLTRACE2((const wchar_t *)exception->getStackTrace()->format(this)->c_str()); format 411 axscript/axtam.cpp s = concatStrings(s, exception->getStackTrace()->format(this)); format 532 core/AbcParser.cpp << " name=" << Multiname::format(core, ns, name) format 563 core/AbcParser.cpp << " name=" << Multiname::format(core,ns,name) format 581 core/AbcParser.cpp << " name=" << Multiname::format(core, ns, name) format 1386 core/AbcParser.cpp core->console << core->format(cpool_ns[i]->atom()); format 1428 core/AbcParser.cpp core->console << cpool_ns_set[i]->format(core); format 137 core/ArrayObject.h Stringp format(AvmCore* core) const; format 1174 core/AvmCore.cpp out = this->format(a); format 1227 core/AvmCore.cpp s = m->format(this); format 1241 core/AvmCore.cpp s = n.format(this, Multiname::MULTI_FORMAT_NAME_ONLY); format 1254 core/AvmCore.cpp s = n->format(this, Multiname::MULTI_FORMAT_NAME_ONLY); format 1269 core/AvmCore.cpp s = ns->format(this); format 1323 core/AvmCore.cpp const char *format = errorUTF8.c_str(); format 1329 core/AvmCore.cpp buffer.formatP( format, arg1, arg2, arg3); format 1594 core/AvmCore.cpp String *s = format(pool->getString(index)->atom()); format 1789 core/AvmCore.cpp buffer << " " << format(pool->getString(index)->atom()); format 3738 core/AvmCore.cpp return atomToNamespace(atom)->format(this); format 3740 core/AvmCore.cpp return atomToScriptObject(atom)->format(this); format 3876 core/AvmCore.cpp buffer << "Stack Trace:\n" << newStackTrace()->format(this) << '\n'; format 1421 core/AvmCore.h Stringp format(Atom atom); format 48 core/AvmDebug.cpp va_start(args, format); format 50 core/AvmDebug.cpp vsnprintf(buf, sizeof(buf), format, args); format 55 core/AvmDebug.cpp (void)format; format 54 core/AvmDebug.h void AvmDebugMsg(bool debuggerBreak, const char* format, ...); format 45 core/AvmLog.cpp va_start(args, format); format 48 core/AvmLog.cpp vsnprintf(buf, sizeof(buf), format, args); format 43 core/AvmLog.h void AvmLog(const char* format, ...); format 309 core/CdeclThunk.cpp core->console << "argc bad: " << m_methInfo->format(core) << " : " << argc << "\n"; format 1247 core/CdeclThunk.cpp core->console << "argCoercer: " << info->format(core) << " "; format 1249 core/CdeclThunk.cpp core->console << callerRT->format(core); format 1254 core/CdeclThunk.cpp core->console << calleeRT->format(core); format 152 core/ClassClosure.cpp return traits()->format(core); format 84 core/ClassClosure.h Stringp format(AvmCore* core) const; format 5161 core/CodegenLIR.cpp buffer.format("@%s", frag->lirbuf->names->formatRef(opr)); format 338 core/Date.cpp va_start(ap, format); format 339 core/Date.cpp while (*format) { format 340 core/Date.cpp if (*format == '%') { format 341 core/Date.cpp switch (*++format) { format 385 core/Date.cpp *buffer++ = *format; format 387 core/Date.cpp format++; format 467 core/Date.cpp format(buffer, format 481 core/Date.cpp format(buffer, format 493 core/Date.cpp format(buffer, format 548 core/Date.cpp format(buffer, format 556 core/Date.cpp format(buffer, format 566 core/Date.cpp format(buffer, format 128 core/Date.h void format(wchar *buffer, format 129 core/Date.h const char *format, ...) const; format 119 core/DateObject.h Stringp format(AvmCore* core) const; format 88 core/ErrorClass.cpp buffer = core->concatStrings(buffer, stackTrace->format(core)); format 3380 core/Interpreter.cpp core->console << " " << core->format(framep[i]); format 3387 core/Interpreter.cpp core->console << core->format(framep[i]) << " "; format 3394 core/Interpreter.cpp core->console << core->format(framep[i]) << " "; format 952 core/MathUtils.cpp int32_t format; format 959 core/MathUtils.cpp format = kFixedFraction; format 961 core/MathUtils.cpp format = kNormal; format 969 core/MathUtils.cpp format = kFraction; format 971 core/MathUtils.cpp format = kExponential; format 973 core/MathUtils.cpp format = kNormal; format 978 core/MathUtils.cpp format = kExponential; format 987 core/MathUtils.cpp format = kFraction; format 989 core/MathUtils.cpp format = kExponential; format 991 core/MathUtils.cpp format = kNormal; format 1008 core/MathUtils.cpp switch (format) { format 76 core/MethodClosure.cpp Stringp MethodClosure::format(AvmCore* core) const format 79 core/MethodClosure.cpp prefix = core->concatStrings(prefix, core->format(_savedThis)); format 81 core/MethodClosure.cpp prefix = core->concatStrings(prefix, _call->method->format(core)); format 93 core/MethodClosure.h Stringp format(AvmCore* core) const; format 1175 core/MethodInfo.cpp Stringp tname = t->format(core, includeAllNamespaces); format 332 core/MethodInfo.h Stringp format(AvmCore* core) const; format 425 core/Multiname-inlines.h REALLY_INLINE Stringp HeapMultiname::format(AvmCore* core, Multiname::MultiFormat form) const format 427 core/Multiname-inlines.h return name.format(core, form); format 430 core/Multiname-inlines.h REALLY_INLINE Stringp HeapMultiname::format(AvmCore* core, Namespacep ns, Stringp name, bool attr, format 433 core/Multiname-inlines.h return format(core, ns, name, attr, hideNonPublicNamespaces); format 171 core/Multiname.cpp return format(core, getNamespace(), core->concatStrings(attr,name), false, false); format 153 core/Multiname.h Stringp format(AvmCore* core, MultiFormat form=MULTI_FORMAT_FULL) const; format 154 core/Multiname.h static Stringp format(AvmCore* core, Namespacep ns, Stringp name, bool attr=false, bool hideNonPublicNamespaces=true); format 194 core/Multiname.h Stringp format(AvmCore* core, Multiname::MultiFormat form=Multiname::MULTI_FORMAT_FULL) const; format 195 core/Multiname.h static Stringp format(AvmCore* core, Namespacep ns, Stringp name, bool attr=false, bool hideNonPublicNamespaces=true); format 140 core/Namespace.cpp Stringp Namespace::format(AvmCore* core) const format 124 core/Namespace.h Stringp format(AvmCore* core) const; format 86 core/NamespaceSet.h Stringp format(AvmCore* core) const; format 733 core/PoolObject.cpp name = Multiname::format(core, mn.getNamespace(), mn.getName()); format 202 core/PrintWriter.cpp return *this << obj->format(m_core); format 216 core/PrintWriter.cpp return *this << obj->format(m_core); format 230 core/PrintWriter.cpp return *this << obj->format(m_core); format 246 core/PrintWriter.cpp return *this << obj.format(m_core); format 259 core/PrintWriter.cpp return *this << ns->format(m_core); format 272 core/PrintWriter.cpp return *this << s->format(m_core); format 280 core/PrintWriter.cpp return *this << s->format(m_core); format 349 core/PrintWriter.cpp while (*format) format 351 core/PrintWriter.cpp if (*format == '%') format 353 core/PrintWriter.cpp switch (*++format) format 377 core/PrintWriter.cpp *this << *format; format 379 core/PrintWriter.cpp format++; format 386 core/PrintWriter.cpp va_start(ap, format); format 387 core/PrintWriter.cpp formatV(format, ap); format 393 core/PrintWriter.cpp while (*format) { format 394 core/PrintWriter.cpp if (*format == '%') { format 395 core/PrintWriter.cpp switch (*++format) { format 403 core/PrintWriter.cpp *this << m_core->format(va_arg(ap, Atom)); format 415 core/PrintWriter.cpp *this << va_arg(ap, Multiname*)->format(m_core, Multiname::MULTI_FORMAT_NAME_ONLY); format 418 core/PrintWriter.cpp *this << va_arg(ap, Multiname*)->format(m_core, Multiname::MULTI_FORMAT_NS_ONLY); format 456 core/PrintWriter.cpp *this << *format; format 458 core/PrintWriter.cpp format++; format 148 core/PrintWriter.h void format(const char *format, ...); format 149 core/PrintWriter.h void formatV(const char *format, va_list ap); format 150 core/PrintWriter.h void formatP(const char* format, Stringp arg1=0, Stringp arg2=0, Stringp arg3=0); format 117 core/ScopeChain.cpp r = r->append(_traits->format(core)); format 125 core/ScopeChain.cpp r = r->append(t->format(core)); format 176 core/ScopeChain.cpp r = r->append(_defaultXmlNamespace->format(core)); format 178 core/ScopeChain.cpp r = r->append(_scopeTraits->format(core)); format 184 core/ScopeChain.cpp r = r->append(core->format(_scopes[i])); format 67 core/ScopeChain.h Stringp format(AvmCore* core) const; format 118 core/ScopeChain.h Stringp format(AvmCore* core) const; format 507 core/ScriptObject.cpp return core->concatStrings(traits()->format(core), format 226 core/ScriptObject.h virtual Stringp format(AvmCore* core) const; format 237 core/StackTrace.cpp s = core->concatStrings(s, method->format(core)); format 217 core/StackTrace.h Stringp format(AvmCore* core); format 1632 core/Traits.cpp return Multiname::format(core, ns(), name(), false, !includeAllNamespaces); format 394 core/Traits.h Stringp format(AvmCore* core, bool includeAllNamespaces = false) const; format 64 core/VTable-inlines.h REALLY_INLINE Stringp VTable::format(AvmCore* core) const format 66 core/VTable-inlines.h return traits->format(core); format 126 core/VTable.h Stringp format(AvmCore* core) const; format 2924 core/Verifier.cpp core->console << t->format(core); format 2504 core/XMLObject.cpp Stringp result = ScriptObject::format(core); format 287 core/XMLObject.h Stringp format(AvmCore* core) const; format 367 core/avmplusDebugger.cpp args = core->concatStrings(args, core->format(arr[i])); format 1964 nanojit/Assembler.cpp va_start(args, format); format 1967 nanojit/Assembler.cpp vsprintf(outline, format, args); format 1974 nanojit/Assembler.cpp va_start(args, format); format 1977 nanojit/Assembler.cpp vsprintf(outlineEOL, format, args); format 200 nanojit/Assembler.h void outputf(const char* format, ...); format 217 nanojit/Assembler.h void setOutputForEOL(const char* format, ...); format 1697 nanojit/LIR.cpp VMPI_sprintf(buf,"#%s",labels->format((void*)c)); format 2146 nanojit/LIR.cpp labels->format(frag)); format 2192 nanojit/LIR.cpp labels->format(frag)); format 2198 nanojit/LIR.cpp labels->format(frag)); format 2359 nanojit/LIR.cpp va_start(vargs, format); format 2360 nanojit/LIR.cpp vfprintf(stdout, format, vargs); format 1071 nanojit/LIR.h const char *format(const void *p); format 238 nanojit/nanojit.h # define PRINTF_CHECK(x, y) __attribute__((format(__printf__, x, y))) format 266 nanojit/nanojit.h void printf( const char* format, ... ) PRINTF_CHECK(2,3); format 610 other-licenses/zlib/gzio.c va_start(va, format); format 613 other-licenses/zlib/gzio.c (void)vsprintf(buf, format, va); format 618 other-licenses/zlib/gzio.c len = vsprintf(buf, format, va); format 623 other-licenses/zlib/gzio.c (void)vsnprintf(buf, sizeof(buf), format, va); format 627 other-licenses/zlib/gzio.c len = vsnprintf(buf, sizeof(buf), format, va); format 650 other-licenses/zlib/gzio.c sprintf(buf, format, a1, a2, a3, a4, a5, a6, a7, a8, format 655 other-licenses/zlib/gzio.c len = sprintf(buf, format, a1, a2, a3, a4, a5, a6, a7, a8, format 660 other-licenses/zlib/gzio.c snprintf(buf, sizeof(buf), format, a1, a2, a3, a4, a5, a6, a7, a8, format 664 other-licenses/zlib/gzio.c len = snprintf(buf, sizeof(buf), format, a1, a2, a3, a4, a5, a6, a7, a8, format 1122 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...)); format 190 platform/win32/Vtune.cpp Stringp name = inf->method->format(core); format 234 shell/DebugCLI.cpp core->console << core->format(a) << "."; format 254 shell/DebugCLI.cpp core->console << core->format(*ptr++); format 481 shell/DebugCLI.cpp core->console << " = " << core->format(*ptr++) << "\n"; format 542 shell/DebugCLI.cpp core->console << " Type mismatch : current value is " << core->format(ptr[i]); format 558 shell/DebugCLI.cpp core->console << " Type mismatch : current value is " << core->format(ptr[i]); format 285 shell/ShellCore.cpp console << exception->getStackTrace()->format(this) << '\n'; format 453 shell/ShellCore.cpp console << exception->getStackTrace()->format(this) << '\n'; format 551 shell/ShellCore.cpp console << exception->getStackTrace()->format(this) << '\n'; format 96 vprof/vprof.cpp va_start(args, format); format 99 vprof/vprof.cpp vsnprintf(buf, sizeof(buf), format, args);