Home
last modified time | relevance | path

Searched refs:zend_sprintf (Results 1 – 13 of 13) sorted by relevance

/PHP-5.3/Zend/
H A Dacconfig.h67 int zend_sprintf(char *buffer, const char *format, ...);
69 # define zend_sprintf sprintf
H A Dzend_sprintf.c31 int zend_sprintf(char *buffer, const char *format, ...) in zend_sprintf() function
H A Dzend_config.nw.h62 #define zend_sprintf sprintf macro
H A Dzend_config.w32.h60 #define zend_sprintf sprintf macro
H A DMakefile.am15 zend_list.c zend_indent.c zend_builtin_functions.c zend_sprintf.c \
H A Dzend_ini_parser.y81 Z_STRLEN_P(result) = zend_sprintf(str_result, "%d", i_result); in zend_ini_do_op()
H A Dzend_exceptions.c403 int l_tmp = zend_sprintf(s_tmp, "%ld", lval); /* SAFE */ in _build_trace_args()
414 l_tmp = zend_sprintf(s_tmp, "%.*G", (int) EG(precision), dval); /* SAFE */ in _build_trace_args()
H A DZend.dsp234 SOURCE=.\zend_sprintf.c
H A DZendTS.dsp264 SOURCE=.\zend_sprintf.c
H A Dzend_compile.c82 char_pos_len = zend_sprintf(char_pos_buf, "%p", LANG_SCNG(yy_text)); in build_runtime_defined_function_key()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_debug.c1549 int l_tmp = zend_sprintf(s_tmp, "%ld", lval); /* SAFE */ in mysqlnd_build_trace_args()
1560 l_tmp = zend_sprintf(s_tmp, "%.*G", (int) EG(precision), dval); /* SAFE */ in mysqlnd_build_trace_args()
1732 int l_tmp = zend_sprintf(s_tmp, "%ld", lval); /* SAFE */ in mysqlnd_build_trace_args()
1743 l_tmp = zend_sprintf(s_tmp, "%.*G", (int) EG(precision), dval); /* SAFE */ in mysqlnd_build_trace_args()
/PHP-5.3/win32/build/
H A Dconfig.w32327 zend_sprintf.c zend_ini.c zend_qsort.c zend_multibyte.c zend_ts_hash.c \
/PHP-5.3/
H A Dconfigure.in1434 zend_list.c zend_indent.c zend_builtin_functions.c zend_sprintf.c \

Completed in 47 milliseconds