Home
last modified time | relevance | path

Searched refs:pFormat (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/common/lib/libc/misc/
H A Dubsan.c255 static void Report(bool isFatal, const char *pFormat, ...) __printflike(2, 3);
1265 Report(bool isFatal, const char *pFormat, ...) in Report() argument
1269 ASSERT(pFormat); in Report()
1271 va_start(ap, pFormat); in Report()
1274 vpanic(pFormat, ap); in Report()
1276 vprintf(pFormat, ap); in Report()
1323 vprintf(pFormat, tmp); in Report()
1330 vfprintf(stderr, pFormat, tmp); in Report()
1338 ubsan_vsyslog(LOG_DEBUG | LOG_USER, &SyslogData, pFormat, tmp); in Report()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Drpcndr.d413 ubyte * NdrPointerMarshall(PMIDL_STUB_MESSAGE,ubyte*,PFORMAT_STRING pFormat);