Home
last modified time | relevance | path

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

/PHP-5.4/win32/
H A Dsendmail.c979 char *tmpAddress1, *tmpAddress2; in FormatEmailAddress() local
982 if( (tmpAddress1 = strchr(EmailAddress, '<')) && (tmpAddress2 = strchr(tmpAddress1, '>')) ) { in FormatEmailAddress()
983 *tmpAddress2 = 0; // terminate the string temporarily. in FormatEmailAddress()
985 *tmpAddress2 = '>'; // put it back the way it was. in FormatEmailAddress()

Completed in 5 milliseconds