Searched refs:vpnprintf (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server/dist/os/
H A Dlog.c418 vpnprintf(char *string, int size_in, const char *f, va_list args) function in typeref:typename:int
588 rc = vpnprintf(string, size, f, args);
787 len = vpnprintf(buf, sizeof(buf), format, args);
816 vprintf_func = vpnprintf;

Completed in 3 milliseconds