fmt                72 ext/com_dotnet/com_wrapper.c static inline void trace(char *fmt, ...)
fmt                80 ext/com_dotnet/com_wrapper.c 	va_start(ap, fmt);
fmt                81 ext/com_dotnet/com_wrapper.c 	vsnprintf(buf, sizeof(buf), fmt, ap);
fmt                62 ext/fileinfo/libmagic/funcs.c file_printf(struct magic_set *ms, const char *fmt, ...)
fmt                68 ext/fileinfo/libmagic/funcs.c 	va_start(ap, fmt);
fmt                69 ext/fileinfo/libmagic/funcs.c 	len = vspprintf(&buf, 0, fmt, ap);
fmt               635 ext/gd/libgd/gd.h void gdImageGd2(gdImagePtr im, FILE *out, int cs, int fmt);
fmt               645 ext/gd/libgd/gd.h void* gdImageGd2Ptr(gdImagePtr im, int cs, int fmt, int *size);
fmt                34 ext/gd/libgd/gd_gd2.c #define gd2_compressed(fmt) (((fmt) == GD2_FMT_COMPRESSED) || ((fmt) == GD2_FMT_TRUECOLOR_COMPRESSED))
fmt                35 ext/gd/libgd/gd_gd2.c #define gd2_truecolor(fmt) (((fmt) == GD2_FMT_TRUECOLOR_RAW) || ((fmt) == GD2_FMT_TRUECOLOR_COMPRESSED))
fmt                54 ext/gd/libgd/gd_gd2.c static int _gd2GetHeader(gdIOCtxPtr in, int *sx, int *sy, int *cs, int *vers, int *fmt, int *ncx, int *ncy, t_chunk_info ** chunkIdx)
fmt               116 ext/gd/libgd/gd_gd2.c 	if (gdGetWord(fmt, in) != 1) {
fmt               119 ext/gd/libgd/gd_gd2.c 	GD2_DBG(php_gd_error("Format: %d", *fmt));
fmt               121 ext/gd/libgd/gd_gd2.c 	if ((*fmt != GD2_FMT_RAW) && (*fmt != GD2_FMT_COMPRESSED) && (*fmt != GD2_FMT_TRUECOLOR_RAW) && (*fmt != GD2_FMT_TRUECOLOR_COMPRESSED)) {
fmt               122 ext/gd/libgd/gd_gd2.c 		GD2_DBG(php_gd_error("Bad data format: %d", *fmt));
fmt               138 ext/gd/libgd/gd_gd2.c 	if (gd2_compressed(*fmt)) {
fmt               165 ext/gd/libgd/gd_gd2.c static gdImagePtr _gd2CreateFromFile (gdIOCtxPtr in, int *sx, int *sy, int *cs, int *vers, int *fmt, int *ncx, int *ncy, t_chunk_info ** cidx)
fmt               169 ext/gd/libgd/gd_gd2.c 	if (_gd2GetHeader (in, sx, sy, cs, vers, fmt, ncx, ncy, cidx) != 1) {
fmt               174 ext/gd/libgd/gd_gd2.c 	if (gd2_truecolor(*fmt)) {
fmt               255 ext/gd/libgd/gd_gd2.c 	int vers, fmt;
fmt               269 ext/gd/libgd/gd_gd2.c 	if (!(im = _gd2CreateFromFile(in, &sx, &sy, &cs, &vers, &fmt, &ncx, &ncy, &chunkIdx))) {
fmt               276 ext/gd/libgd/gd_gd2.c 	if (gd2_compressed(fmt)) {
fmt               308 ext/gd/libgd/gd_gd2.c 			if (gd2_compressed(fmt)) {
fmt               326 ext/gd/libgd/gd_gd2.c 				if (!gd2_compressed(fmt)) {
fmt               421 ext/gd/libgd/gd_gd2.c 	int vers, fmt;
fmt               441 ext/gd/libgd/gd_gd2.c 	if (_gd2GetHeader(in, &fsx, &fsy, &cs, &vers, &fmt, &ncx, &ncy, &chunkIdx) != 1) {
fmt               448 ext/gd/libgd/gd_gd2.c 	if (gd2_truecolor(fmt)) {
fmt               465 ext/gd/libgd/gd_gd2.c 	if (gd2_compressed(fmt)) {
fmt               529 ext/gd/libgd/gd_gd2.c 			if (!gd2_compressed(fmt)) {
fmt               559 ext/gd/libgd/gd_gd2.c 					if (!gd2_compressed(fmt)) {
fmt               622 ext/gd/libgd/gd_gd2.c static void _gd2PutHeader (gdImagePtr im, gdIOCtx * out, int cs, int fmt, int cx, int cy)
fmt               637 ext/gd/libgd/gd_gd2.c 	gdPutWord(fmt, out);
fmt               642 ext/gd/libgd/gd_gd2.c static void _gdImageGd2 (gdImagePtr im, gdIOCtx * out, int cs, int fmt)
fmt               659 ext/gd/libgd/gd_gd2.c 	if ((fmt != GD2_FMT_RAW) && (fmt != GD2_FMT_COMPRESSED)) {
fmt               660 ext/gd/libgd/gd_gd2.c 		fmt = im->trueColor ? GD2_FMT_TRUECOLOR_COMPRESSED : GD2_FMT_COMPRESSED;
fmt               663 ext/gd/libgd/gd_gd2.c 		fmt += 2;
fmt               683 ext/gd/libgd/gd_gd2.c 	_gd2PutHeader (im, out, cs, fmt, ncx, ncy);
fmt               685 ext/gd/libgd/gd_gd2.c 	if (gd2_compressed(fmt)) {
fmt               738 ext/gd/libgd/gd_gd2.c 				if (gd2_compressed(fmt)) {
fmt               765 ext/gd/libgd/gd_gd2.c 			if (gd2_compressed(fmt)) {
fmt               783 ext/gd/libgd/gd_gd2.c 	if (gd2_compressed(fmt)) {
fmt               810 ext/gd/libgd/gd_gd2.c void gdImageGd2 (gdImagePtr im, FILE * outFile, int cs, int fmt)
fmt               814 ext/gd/libgd/gd_gd2.c 	_gdImageGd2(im, out, cs, fmt);
fmt               819 ext/gd/libgd/gd_gd2.c void *gdImageGd2Ptr (gdImagePtr im, int cs, int fmt, int *size)
fmt               824 ext/gd/libgd/gd_gd2.c 	_gdImageGd2(im, out, cs, fmt);
fmt                16 ext/gd/libgd/pngtogd2.c   int cs, fmt;
fmt                46 ext/gd/libgd/pngtogd2.c   fmt = atoi (argv[4]);
fmt                47 ext/gd/libgd/pngtogd2.c   gdImageGd2 (im, out, cs, fmt);
fmt               213 ext/interbase/php_ibase_udf.c 				char const *fmt;
fmt                20 ext/intl/msgformat/msgformat_helpers.h int32_t umsg_format_arg_count(UMessageFormat *fmt);
fmt                23 ext/intl/msgformat/msgformat_helpers.h void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args,
fmt               318 ext/mbstring/oniguruma/regerror.c                            UChar* pat, UChar* pat_end, const UChar *fmt, ...)
fmt               320 ext/mbstring/oniguruma/regerror.c onig_snprintf_with_pattern(buf, bufsize, enc, pat, pat_end, fmt, va_alist)
fmt               326 ext/mbstring/oniguruma/regerror.c     const UChar *fmt;
fmt               335 ext/mbstring/oniguruma/regerror.c   va_init_list(args, fmt);
fmt               336 ext/mbstring/oniguruma/regerror.c   n = xvsnprintf((char* )buf, bufsize, (const char* )fmt, args);
fmt               789 ext/mbstring/oniguruma/regint.h extern void  onig_snprintf_with_pattern PV_((UChar buf[], int bufsize, OnigEncoding enc, UChar* pat, UChar* pat_end, const UChar *fmt, ...));
fmt                87 ext/mysqlnd/mysqlnd_alloc.h #define mnd_sprintf(p, mx_len, fmt,...) mysqlnd_allocator.m_sprintf((p), (mx_len), (fmt), __VA_ARGS__)
fmt                88 ext/mysqlnd/mysqlnd_alloc.h #define mnd_vsprintf(p, mx_len, fmt,ap) mysqlnd_allocator.m_vsprintf((p), (mx_len), (fmt), (ap))
fmt               354 ext/pdo_firebird/firebird_statement.c 				char *fmt;
fmt               386 ext/pdo_firebird/firebird_statement.c 					fmt = S->H->date_format ? S->H->date_format : PDO_FB_DEF_DATE_FMT;
fmt               390 ext/pdo_firebird/firebird_statement.c 						fmt = S->H->time_format ? S->H->time_format : PDO_FB_DEF_TIME_FMT;
fmt               394 ext/pdo_firebird/firebird_statement.c 						fmt = S->H->timestamp_format ? S->H->timestamp_format : PDO_FB_DEF_TIMESTAMP_FMT;
fmt               399 ext/pdo_firebird/firebird_statement.c 					*len = strftime(*ptr, *len, fmt, &t);
fmt               142 ext/sockets/conversions.c 								const char *fmt,
fmt               167 ext/sockets/conversions.c 	user_msg_size = vspprintf(&user_msg, 0, fmt, ap);
fmt               181 ext/sockets/conversions.c static void do_from_zval_err(ser_context *ctx, const char *fmt, ...)
fmt               185 ext/sockets/conversions.c 	va_start(ap, fmt);
fmt               186 ext/sockets/conversions.c 	do_from_to_zval_err(&ctx->err, &ctx->keys, "user", fmt, ap);
fmt               190 ext/sockets/conversions.c static void do_to_zval_err(res_context *ctx, const char *fmt, ...)
fmt               194 ext/sockets/conversions.c 	va_start(ap, fmt);
fmt               195 ext/sockets/conversions.c 	do_from_to_zval_err(&ctx->err, &ctx->keys, "native", fmt, ap);
fmt              21520 ext/sqlite3/libsqlite/sqlite3.c   const char *fmt,           /* Format string */
fmt              21567 ext/sqlite3/libsqlite/sqlite3.c   for(; (c=(*fmt))!=0; ++fmt){
fmt              21569 ext/sqlite3/libsqlite/sqlite3.c       bufpt = (char *)fmt;
fmt              21571 ext/sqlite3/libsqlite/sqlite3.c       fmt = strchrnul(fmt, '%');
fmt              21573 ext/sqlite3/libsqlite/sqlite3.c       do{ fmt++; }while( *fmt && *fmt != '%' );
fmt              21575 ext/sqlite3/libsqlite/sqlite3.c       sqlite3StrAccumAppend(pAccum, bufpt, (int)(fmt - bufpt));
fmt              21576 ext/sqlite3/libsqlite/sqlite3.c       if( *fmt==0 ) break;
fmt              21578 ext/sqlite3/libsqlite/sqlite3.c     if( (c=(*++fmt))==0 ){
fmt              21596 ext/sqlite3/libsqlite/sqlite3.c     }while( !done && (c=(*++fmt))!=0 );
fmt              21608 ext/sqlite3/libsqlite/sqlite3.c       c = *++fmt;
fmt              21613 ext/sqlite3/libsqlite/sqlite3.c         c = *++fmt;
fmt              21621 ext/sqlite3/libsqlite/sqlite3.c       c = *++fmt;
fmt              21628 ext/sqlite3/libsqlite/sqlite3.c         c = *++fmt;
fmt              21636 ext/sqlite3/libsqlite/sqlite3.c           c = *++fmt;
fmt              21647 ext/sqlite3/libsqlite/sqlite3.c       c = *++fmt;
fmt              21650 ext/sqlite3/libsqlite/sqlite3.c         c = *++fmt;
fmt               210 ext/standard/formatted_print.c 						 int adjust, char fmt,
fmt               227 ext/standard/formatted_print.c 				  *buffer, pos, &ZSTR_LEN(*buffer), number, width, padding, alignment, fmt));
fmt               249 ext/standard/formatted_print.c 	switch (fmt) {
fmt               261 ext/standard/formatted_print.c 			s = php_conv_fp((fmt == 'f')?'F':fmt, number, 0, precision,
fmt               262 ext/standard/formatted_print.c 						(fmt == 'f')?LCONV_DECIMAL_POINT:'.',
fmt               289 ext/standard/formatted_print.c 			s = php_gcvt(number, precision, LCONV_DECIMAL_POINT, (fmt == 'G')?'E':'e', &num_buf[1]);
fmt                74 ext/standard/info.c static int php_info_printf(const char *fmt, ...) /* {{{ */
fmt                80 ext/standard/info.c 	va_start(argv, fmt);
fmt                81 ext/standard/info.c 	len = vspprintf(&buf, 0, fmt, argv);
fmt               107 main/fastcgi.h typedef void (*fcgi_logger)(int type, const char *fmt, ...);
fmt               563 main/php_ini.c 			const char *fmt = "php-%s.ini";
fmt               565 main/php_ini.c 			spprintf(&ini_fname, 0, fmt, sapi_module.name);
fmt               316 main/php_streams.h PHPAPI size_t _php_stream_printf(php_stream *stream, const char *fmt, ...) PHP_ATTRIBUTE_FORMAT(printf, 2, 3);
fmt               572 main/php_streams.h PHPAPI void php_stream_wrapper_log_error(php_stream_wrapper *wrapper, int options, const char *fmt, ...) PHP_ATTRIBUTE_FORMAT(printf, 3, 4);
fmt               587 main/snprintf.c static int format_converter(register buffy * odp, const char *fmt, va_list ap) /* {{{ */
fmt               636 main/snprintf.c 	while (*fmt) {
fmt               637 main/snprintf.c 		if (*fmt != '%') {
fmt               638 main/snprintf.c 			INS_CHAR(*fmt, sp, bep, cc);
fmt               649 main/snprintf.c 			fmt++;
fmt               654 main/snprintf.c 			if (isascii((int)*fmt) && !islower((int)*fmt)) {
fmt               658 main/snprintf.c 				for (;; fmt++) {
fmt               659 main/snprintf.c 					if (*fmt == '-')
fmt               661 main/snprintf.c 					else if (*fmt == '+')
fmt               663 main/snprintf.c 					else if (*fmt == '#')
fmt               665 main/snprintf.c 					else if (*fmt == ' ')
fmt               667 main/snprintf.c 					else if (*fmt == '0')
fmt               676 main/snprintf.c 				if (isdigit((int)*fmt)) {
fmt               677 main/snprintf.c 					STR_TO_DEC(fmt, min_width);
fmt               679 main/snprintf.c 				} else if (*fmt == '*') {
fmt               681 main/snprintf.c 					fmt++;
fmt               693 main/snprintf.c 				if (*fmt == '.') {
fmt               695 main/snprintf.c 					fmt++;
fmt               696 main/snprintf.c 					if (isdigit((int)*fmt)) {
fmt               697 main/snprintf.c 						STR_TO_DEC(fmt, precision);
fmt               698 main/snprintf.c 					} else if (*fmt == '*') {
fmt               700 main/snprintf.c 						fmt++;
fmt               717 main/snprintf.c 			switch (*fmt) {
fmt               719 main/snprintf.c 					fmt++;
fmt               723 main/snprintf.c 					fmt++;
fmt               725 main/snprintf.c 					if (*fmt == '6' && *(fmt+1) == '4') {
fmt               726 main/snprintf.c 						fmt += 2;
fmt               730 main/snprintf.c 						if (*fmt == '3' && *(fmt+1) == '2') {
fmt               731 main/snprintf.c 							fmt += 2;
fmt               742 main/snprintf.c 					fmt++;
fmt               744 main/snprintf.c 					if (*fmt == 'l') {
fmt               745 main/snprintf.c 						fmt++;
fmt               752 main/snprintf.c 					fmt++;
fmt               756 main/snprintf.c 					fmt++;
fmt               764 main/snprintf.c 					fmt++;
fmt               772 main/snprintf.c 					fmt++;
fmt               776 main/snprintf.c 					fmt++;
fmt               777 main/snprintf.c 					if (*fmt == 'h') {
fmt               778 main/snprintf.c 						fmt++;
fmt               797 main/snprintf.c 			switch (*fmt) {
fmt               852 main/snprintf.c 					if ((*fmt) != 'u') {
fmt               889 main/snprintf.c 					s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative,
fmt               893 main/snprintf.c 					if (*fmt != 'u') {
fmt               937 main/snprintf.c 					s = ap_php_conv_p2(ui_num, 3, *fmt, &num_buf[NUM_BUF_SIZE], &s_len);
fmt               979 main/snprintf.c 					s = ap_php_conv_p2(ui_num, 4, *fmt, &num_buf[NUM_BUF_SIZE], &s_len);
fmt               982 main/snprintf.c 						*--s = *fmt;	/* 'x' or 'X' */
fmt              1036 main/snprintf.c 						s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form,
fmt              1038 main/snprintf.c 						 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.',
fmt              1097 main/snprintf.c 					s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == 'G' || *fmt == 'H')?'E':'e', &num_buf[1]);
fmt              1169 main/snprintf.c 				php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt);
fmt              1182 main/snprintf.c 					char_buf[1] = *fmt;
fmt              1217 main/snprintf.c 		fmt++;
fmt               203 main/spprintf.c static void xbuf_format_converter(void *xbuf, zend_bool is_char, const char *fmt, va_list ap) /* {{{ */
fmt               244 main/spprintf.c 	while (*fmt) {
fmt               245 main/spprintf.c 		if (*fmt != '%') {
fmt               246 main/spprintf.c 			INS_CHAR(xbuf, *fmt, is_char);
fmt               257 main/spprintf.c 			fmt++;
fmt               262 main/spprintf.c 			if (isascii((int)*fmt) && !islower((int)*fmt)) {
fmt               266 main/spprintf.c 				for (;; fmt++) {
fmt               267 main/spprintf.c 					if (*fmt == '-')
fmt               269 main/spprintf.c 					else if (*fmt == '+')
fmt               271 main/spprintf.c 					else if (*fmt == '#')
fmt               273 main/spprintf.c 					else if (*fmt == ' ')
fmt               275 main/spprintf.c 					else if (*fmt == '0')
fmt               284 main/spprintf.c 				if (isdigit((int)*fmt)) {
fmt               285 main/spprintf.c 					STR_TO_DEC(fmt, min_width);
fmt               287 main/spprintf.c 				} else if (*fmt == '*') {
fmt               289 main/spprintf.c 					fmt++;
fmt               301 main/spprintf.c 				if (*fmt == '.') {
fmt               303 main/spprintf.c 					fmt++;
fmt               304 main/spprintf.c 					if (isdigit((int)*fmt)) {
fmt               305 main/spprintf.c 						STR_TO_DEC(fmt, precision);
fmt               306 main/spprintf.c 					} else if (*fmt == '*') {
fmt               308 main/spprintf.c 						fmt++;
fmt               325 main/spprintf.c 			switch (*fmt) {
fmt               327 main/spprintf.c 					fmt++;
fmt               331 main/spprintf.c 					fmt++;
fmt               333 main/spprintf.c 					if (*fmt == '6' && *(fmt+1) == '4') {
fmt               334 main/spprintf.c 						fmt += 2;
fmt               338 main/spprintf.c 						if (*fmt == '3' && *(fmt+1) == '2') {
fmt               339 main/spprintf.c 							fmt += 2;
fmt               350 main/spprintf.c 					fmt++;
fmt               352 main/spprintf.c 					if (*fmt == 'l') {
fmt               353 main/spprintf.c 						fmt++;
fmt               360 main/spprintf.c 					fmt++;
fmt               364 main/spprintf.c 					fmt++;
fmt               372 main/spprintf.c 					fmt++;
fmt               380 main/spprintf.c 						char __next = *(fmt+1);
fmt               382 main/spprintf.c 							fmt++;
fmt               390 main/spprintf.c 					fmt++;
fmt               391 main/spprintf.c 					if (*fmt == 'h') {
fmt               392 main/spprintf.c 						fmt++;
fmt               411 main/spprintf.c 			switch (*fmt) {
fmt               466 main/spprintf.c 					if ((*fmt) != 'u') {
fmt               503 main/spprintf.c 					s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative,
fmt               507 main/spprintf.c 					if (*fmt != 'u') {
fmt               550 main/spprintf.c 					s = ap_php_conv_p2(ui_num, 3, *fmt,
fmt               593 main/spprintf.c 					s = ap_php_conv_p2(ui_num, 4, *fmt,
fmt               597 main/spprintf.c 						*--s = *fmt;	/* 'x' or 'X' */
fmt               652 main/spprintf.c 						s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form,
fmt               654 main/spprintf.c 						 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.',
fmt               712 main/spprintf.c 					s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == 'G' || *fmt == 'H')?'E':'e', &num_buf[1]);
fmt               782 main/spprintf.c 				php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt);
fmt               795 main/spprintf.c 					char_buf[1] = *fmt;
fmt               829 main/spprintf.c 		fmt++;
fmt               232 main/streams/streams.c PHPAPI void php_stream_wrapper_log_error(php_stream_wrapper *wrapper, int options, const char *fmt, ...)
fmt               237 main/streams/streams.c 	va_start(args, fmt);
fmt               238 main/streams/streams.c 	vspprintf(&buffer, 0, fmt, args);
fmt              1241 main/streams/streams.c PHPAPI size_t _php_stream_printf(php_stream *stream, const char *fmt, ...)
fmt              1247 main/streams/streams.c 	va_start(ap, fmt);
fmt              1248 main/streams/streams.c 	count = vspprintf(&buf, 0, fmt, ap);
fmt                42 main/streams/transports.c #define ERR_REPORT(out_err, fmt, arg) \
fmt                43 main/streams/transports.c 	if (out_err) { *out_err = strpprintf(0, fmt, arg); } \
fmt                44 main/streams/transports.c 	else { php_error_docref(NULL, E_WARNING, fmt, arg); }
fmt                46 main/streams/transports.c #define ERR_RETURN(out_err, local_err, fmt) \
fmt                48 main/streams/transports.c 	else { php_error_docref(NULL, E_WARNING, fmt, local_err ? ZSTR_VAL(local_err) : "Unspecified error"); \
fmt               461 sapi/fpm/fpm/fpm_main.c static void fpm_fcgi_log(int type, const char *fmt, ...) /* {{{ */
fmt               463 sapi/fpm/fpm/fpm_main.c void fcgi_log(int type, const char *fmt, ...)
fmt               467 sapi/fpm/fpm/fpm_main.c 	va_start(args, fmt);
fmt               468 sapi/fpm/fpm/fpm_main.c 	vzlog("", 0, type, fmt, args);
fmt               101 sapi/fpm/fpm/zlog.c void vzlog(const char *function, int line, int flags, const char *fmt, va_list args) /* {{{ */
fmt               113 sapi/fpm/fpm/zlog.c 		len = vsnprintf(buf, buf_size, fmt, ap);
fmt               160 sapi/fpm/fpm/zlog.c 		len += vsnprintf(buf + len, buf_size - len, fmt, args);
fmt               198 sapi/fpm/fpm/zlog.c void zlog_ex(const char *function, int line, int flags, const char *fmt, ...) /* {{{ */ {
fmt               200 sapi/fpm/fpm/zlog.c 	va_start(args, fmt);
fmt               201 sapi/fpm/fpm/zlog.c 	vzlog(function, line, flags, fmt, args);
fmt                22 sapi/fpm/fpm/zlog.h void vzlog(const char *function, int line, int flags, const char *fmt, va_list args);
fmt                23 sapi/fpm/fpm/zlog.h void zlog_ex(const char *function, int line, int flags, const char *fmt, ...)
fmt               132 sapi/phpdbg/phpdbg_out.c static int format_converter(register buffy *odp, const char *fmt, zend_bool escape_xml, va_list ap) {
fmt               176 sapi/phpdbg/phpdbg_out.c 	while (*fmt) {
fmt               177 sapi/phpdbg/phpdbg_out.c 		if (*fmt != '%') {
fmt               178 sapi/phpdbg/phpdbg_out.c 			INS_CHAR(*fmt, sp, bep, cc);
fmt               189 sapi/phpdbg/phpdbg_out.c 			fmt++;
fmt               194 sapi/phpdbg/phpdbg_out.c 			if (isascii((int)*fmt) && !islower((int)*fmt)) {
fmt               198 sapi/phpdbg/phpdbg_out.c 				for (;; fmt++) {
fmt               199 sapi/phpdbg/phpdbg_out.c 					if (*fmt == '-')
fmt               201 sapi/phpdbg/phpdbg_out.c 					else if (*fmt == '+')
fmt               203 sapi/phpdbg/phpdbg_out.c 					else if (*fmt == '#')
fmt               205 sapi/phpdbg/phpdbg_out.c 					else if (*fmt == ' ')
fmt               207 sapi/phpdbg/phpdbg_out.c 					else if (*fmt == '0')
fmt               216 sapi/phpdbg/phpdbg_out.c 				if (isdigit((int)*fmt)) {
fmt               217 sapi/phpdbg/phpdbg_out.c 					STR_TO_DEC(fmt, min_width);
fmt               219 sapi/phpdbg/phpdbg_out.c 				} else if (*fmt == '*') {
fmt               221 sapi/phpdbg/phpdbg_out.c 					fmt++;
fmt               233 sapi/phpdbg/phpdbg_out.c 				if (*fmt == '.') {
fmt               235 sapi/phpdbg/phpdbg_out.c 					fmt++;
fmt               236 sapi/phpdbg/phpdbg_out.c 					if (isdigit((int)*fmt)) {
fmt               237 sapi/phpdbg/phpdbg_out.c 						STR_TO_DEC(fmt, precision);
fmt               238 sapi/phpdbg/phpdbg_out.c 					} else if (*fmt == '*') {
fmt               240 sapi/phpdbg/phpdbg_out.c 						fmt++;
fmt               246 sapi/phpdbg/phpdbg_out.c 					if (precision > FORMAT_CONV_MAX_PRECISION && *fmt != 's' && *fmt != 'v' && *fmt != 'b') {
fmt               257 sapi/phpdbg/phpdbg_out.c 			switch (*fmt) {
fmt               259 sapi/phpdbg/phpdbg_out.c 					fmt++;
fmt               263 sapi/phpdbg/phpdbg_out.c 					fmt++;
fmt               265 sapi/phpdbg/phpdbg_out.c 					if (*fmt == '6' && *(fmt+1) == '4') {
fmt               266 sapi/phpdbg/phpdbg_out.c 						fmt += 2;
fmt               270 sapi/phpdbg/phpdbg_out.c 						if (*fmt == '3' && *(fmt+1) == '2') {
fmt               271 sapi/phpdbg/phpdbg_out.c 							fmt += 2;
fmt               282 sapi/phpdbg/phpdbg_out.c 					fmt++;
fmt               284 sapi/phpdbg/phpdbg_out.c 					if (*fmt == 'l') {
fmt               285 sapi/phpdbg/phpdbg_out.c 						fmt++;
fmt               292 sapi/phpdbg/phpdbg_out.c 					fmt++;
fmt               296 sapi/phpdbg/phpdbg_out.c 					fmt++;
fmt               304 sapi/phpdbg/phpdbg_out.c 					fmt++;
fmt               312 sapi/phpdbg/phpdbg_out.c 					fmt++;
fmt               313 sapi/phpdbg/phpdbg_out.c 					if (*fmt == 'h') {
fmt               314 sapi/phpdbg/phpdbg_out.c 						fmt++;
fmt               333 sapi/phpdbg/phpdbg_out.c 			switch (*fmt) {
fmt               384 sapi/phpdbg/phpdbg_out.c 					if ((*fmt) != 'u') {
fmt               418 sapi/phpdbg/phpdbg_out.c 					s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative,
fmt               422 sapi/phpdbg/phpdbg_out.c 					if (*fmt != 'u') {
fmt               463 sapi/phpdbg/phpdbg_out.c 					s = ap_php_conv_p2(ui_num, 3, *fmt, &num_buf[NUM_BUF_SIZE], &s_len);
fmt               502 sapi/phpdbg/phpdbg_out.c 					s = ap_php_conv_p2(ui_num, 4, *fmt, &num_buf[NUM_BUF_SIZE], &s_len);
fmt               505 sapi/phpdbg/phpdbg_out.c 						*--s = *fmt;	/* 'x' or 'X' */
fmt               629 sapi/phpdbg/phpdbg_out.c 						s = php_conv_fp((*fmt == 'f')?'F':*fmt, fp_num, alternate_form,
fmt               631 sapi/phpdbg/phpdbg_out.c 						 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.',
fmt               686 sapi/phpdbg/phpdbg_out.c 					s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == 'G' || *fmt == 'H')?'E':'e', &num_buf[1]);
fmt               758 sapi/phpdbg/phpdbg_out.c 				php_error(E_ERROR, "Illegal length modifier specified '%c' in s[np]printf call", *fmt);
fmt               771 sapi/phpdbg/phpdbg_out.c 					char_buf[1] = *fmt;
fmt               811 sapi/phpdbg/phpdbg_out.c 		fmt++;
fmt              1203 sapi/phpdbg/phpdbg_out.c PHPDBG_API int phpdbg_xml_internal(int fd, const char *fmt, ...) {
fmt              1215 sapi/phpdbg/phpdbg_out.c 		va_start(args, fmt);
fmt              1216 sapi/phpdbg/phpdbg_out.c 		buflen = phpdbg_xml_vasprintf(&buffer, fmt, 1, args);
fmt              1233 sapi/phpdbg/phpdbg_out.c PHPDBG_API int phpdbg_log_internal(int fd, const char *fmt, ...) {
fmt              1239 sapi/phpdbg/phpdbg_out.c 	va_start(args, fmt);
fmt              1240 sapi/phpdbg/phpdbg_out.c 	buflen = phpdbg_xml_vasprintf(&buffer, fmt, 0, args);
fmt              1249 sapi/phpdbg/phpdbg_out.c PHPDBG_API int phpdbg_out_internal(int fd, const char *fmt, ...) {
fmt              1259 sapi/phpdbg/phpdbg_out.c 	va_start(args, fmt);
fmt              1260 sapi/phpdbg/phpdbg_out.c 	buflen = phpdbg_xml_vasprintf(&buffer, fmt, 0, args);
fmt              1289 sapi/phpdbg/phpdbg_out.c PHPDBG_API int phpdbg_rlog_internal(int fd, const char *fmt, ...) { /* {{{ */
fmt              1295 sapi/phpdbg/phpdbg_out.c 	va_start(args, fmt);
fmt              1307 sapi/phpdbg/phpdbg_out.c 		phpdbg_asprintf(&format, "[%s]: %s\n", buffer, fmt);
fmt                38 sapi/phpdbg/phpdbg_out.h PHPDBG_API int phpdbg_xml_internal(int fd, const char *fmt, ...) PHP_ATTRIBUTE_FORMAT(printf, 2, 3);
fmt                39 sapi/phpdbg/phpdbg_out.h PHPDBG_API int phpdbg_log_internal(int fd, const char *fmt, ...) PHP_ATTRIBUTE_FORMAT(printf, 2, 3);
fmt                40 sapi/phpdbg/phpdbg_out.h PHPDBG_API int phpdbg_out_internal(int fd, const char *fmt, ...) PHP_ATTRIBUTE_FORMAT(printf, 2, 3);
fmt                41 sapi/phpdbg/phpdbg_out.h PHPDBG_API int phpdbg_rlog_internal(int fd, const char *fmt, ...) PHP_ATTRIBUTE_FORMAT(printf, 2, 3);
fmt                47 sapi/phpdbg/phpdbg_out.h #define phpdbg_script(type, fmt, ...)                       phpdbg_print(type     , PHPDBG_G(io)[PHPDBG_STDOUT].fd, NULL, NULL,   fmt,    ##__VA_ARGS__)
fmt                48 sapi/phpdbg/phpdbg_out.h #define phpdbg_log(fmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
fmt                49 sapi/phpdbg/phpdbg_out.h #define phpdbg_xml(fmt, ...) phpdbg_xml_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
fmt                50 sapi/phpdbg/phpdbg_out.h #define phpdbg_out(fmt, ...) phpdbg_out_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__)
fmt                56 sapi/phpdbg/phpdbg_out.h #define phpdbg_script_ex(out, type, fmt, ...)               phpdbg_print(type     , out, NULL, NULL,   fmt,    ##__VA_ARGS__)
fmt                57 sapi/phpdbg/phpdbg_out.h #define phpdbg_log_ex(out, fmt, ...) phpdbg_log_internal(out, fmt, ##__VA_ARGS__)
fmt                58 sapi/phpdbg/phpdbg_out.h #define phpdbg_xml_ex(out, fmt, ...) phpdbg_xml_internal(out, fmt, ##__VA_ARGS__)
fmt                59 sapi/phpdbg/phpdbg_out.h #define phpdbg_out_ex(out, fmt, ...) phpdbg_out_internal(out, fmt, ##__VA_ARGS__)
fmt                61 sapi/phpdbg/phpdbg_out.h #define phpdbg_rlog(fd, fmt, ...) phpdbg_rlog_internal(fd, fmt, ##__VA_ARGS__)
fmt                71 sapi/phpdbg/phpdbg_out.h #	define phpdbg_debug(fmt, ...) phpdbg_log_ex(PHPDBG_G(io)[PHPDBG_STDERR].fd, fmt, ##__VA_ARGS__)
fmt                73 sapi/phpdbg/phpdbg_out.h #	define phpdbg_debug(fmt, ...)