Searched refs:strx_printv (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/main/ |
H A D | snprintf.c | 1071 static size_t strx_printv(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in strx_printv() function 1106 cc = strx_printv(buf, len, format, ap); in ap_php_slprintf() 1118 size_t cc = strx_printv(buf, len, format, ap); in ap_php_vslprintf() 1133 cc = strx_printv(buf, len, format, ap); in ap_php_snprintf() 1141 size_t cc = strx_printv(buf, len, format, ap); in ap_php_vsnprintf()
|
Completed in 8 milliseconds