Searched defs:scnprintf (Results 1 - 1 of 1) sorted by relevance

/lib/
H A Dvsprintf.c16 * - scnprintf and vscnprintf
1882 * If you're not already dealing with a va_list consider using scnprintf().
1928 * scnprintf - Format a string and place it in a buffer
1938 int scnprintf(char *buf, size_t size, const char *fmt, ...) function
1949 EXPORT_SYMBOL(scnprintf); variable
1978 * into @buf. Use snprintf() or scnprintf() in order to avoid

Completed in 7 milliseconds