Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds