Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dlog.c411 vpnprintf(char *string, int size_in, const char *f, va_list args) in vpnprintf() function
581 rc = vpnprintf(string, size, f, args); in pnprintf()
780 len = vpnprintf(buf, sizeof(buf), format, args); in LogVMessageVerbSigSafe()
809 vprintf_func = vpnprintf; in LogVHdrMessageVerb()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog36689 os: Teach vpnprintf() how to handle "%*.*s"
36691 XdmcpFatal uses the format specifier %*.*s, which vpnprintf() doesn't
36699 "%*.*s" is also currently used in a few other places, so teach vpnprintf() how
45766 This requires renaming pnprintf to vpnprintf and changing the size_t to int to