Lines Matching refs:t
1146 char *s, *t; /* source, target */ in _php_math_number_format_ex() local
1209 t = ZSTR_VAL(res) + reslen; in _php_math_number_format_ex()
1210 *t-- = '\0'; in _php_math_number_format_ex()
1221 *t-- = '0'; in _php_math_number_format_ex()
1226 t -= declen; in _php_math_number_format_ex()
1229 memcpy(t + 1, dp + 1, declen); in _php_math_number_format_ex()
1234 t -= dec_point_len; in _php_math_number_format_ex()
1235 memcpy(t + 1, dec_point, dec_point_len); in _php_math_number_format_ex()
1242 *t-- = *s--; in _php_math_number_format_ex()
1244 t -= thousand_sep_len; in _php_math_number_format_ex()
1245 memcpy(t + 1, thousand_sep, thousand_sep_len); in _php_math_number_format_ex()
1251 *t-- = '-'; in _php_math_number_format_ex()