Searched refs:vsnprintf (Results 1 - 10 of 10) sorted by relevance
| /PHP_TRUNK/ext/bcmath/libbcmath/src/ |
| H A D | rt.c | 48 vsnprintf (error_mesg, sizeof(error_mesg), mesg, args); 61 vsnprintf (error_mesg, sizeof(error_mesg), mesg, args);
|
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | zlog.c | 113 len = vsnprintf(buf, buf_size, fmt, args); 161 len += vsnprintf(buf + len, buf_size - len, fmt, args);
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regint.h | 144 #define xvsnprintf vsnprintf
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_config.w32.h | 52 #define vsnprintf _vsnprintf macro
|
| H A D | zend.c | 1268 vsnprintf(output_buf, 1024, format, args);
|
| /PHP_TRUNK/ext/com_dotnet/ |
| H A D | com_wrapper.c | 81 vsnprintf(buf, sizeof(buf), fmt, ap);
|
| /PHP_TRUNK/ext/interbase/ |
| H A D | interbase.c | 534 /* vsnprintf NUL terminates the buf and writes at most n-1 chars+NUL */ 535 vsnprintf(IBG(errmsg), MAX_ERRMSG, msg, ap);
|
| /PHP_TRUNK/main/ |
| H A D | snprintf.h | 109 #ifdef vsnprintf 110 #undef vsnprintf macro 112 #define vsnprintf ap_php_vsnprintf macro
|
| /PHP_TRUNK/ext/intl/converter/ |
| H A D | converter.c | 51 vsnprintf(message, sizeof(message), format, vargs);
|
| /PHP_TRUNK/ext/snmp/ |
| H A D | snmp.c | 525 vsnprintf(snmp_object->snmp_errstr, sizeof(snmp_object->snmp_errstr) - 1, format, args);
|
Completed in 26 milliseconds