Home
last modified time | relevance | path

Searched refs:to_r (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/standard/
H A Dmail.c108 char *to_r, *subject_r; in PHP_FUNCTION() local
128 to_r = estrndup(to, to_len); in PHP_FUNCTION()
130 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()
133 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()
135 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()
136 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
141 SKIP_LONG_HEADER_SEP(to_r, i); in PHP_FUNCTION()
142 to_r[i] = ' '; in PHP_FUNCTION()
146 to_r = to; in PHP_FUNCTION()
186 if (to_r != to) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/mbstring/
H A Dmbstring.c4032 char *to_r = NULL; in PHP_FUNCTION() local
4153 to_r = estrndup(to, to_len); in PHP_FUNCTION()
4155 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()
4158 to_r[to_len - 1] = '\0'; in PHP_FUNCTION()
4160 for (i = 0; to_r[i]; i++) { in PHP_FUNCTION()
4161 if (iscntrl((unsigned char) to_r[i])) { in PHP_FUNCTION()
4167 SKIP_LONG_HEADER_SEP_MBSTRING(to_r, i); in PHP_FUNCTION()
4168 to_r[i] = ' '; in PHP_FUNCTION()
4172 to_r = to; in PHP_FUNCTION()
4287 if (to_r != to) { in PHP_FUNCTION()
[all …]

Completed in 17 milliseconds