Searched defs:vspprintf (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/main/ | ||
| H A D | spprintf.c | 795 PHPAPI int vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) /* {{{ */ function 818 cc = vspprintf(pbuf, max_len, format, ap); |
Completed in 3 milliseconds