Home
last modified time | relevance | path

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

/malloc/
A Dtst-interpose-aux.c39 __attribute__ ((format (printf, 1, 2)))
41 fail (const char *format, ...) in fail() argument
47 va_start (ap, format); in fail()
48 vsnprintf (message, sizeof (message), format, ap); in fail()

Completed in 3 milliseconds