Searched refs:tmpAddress2 (Results 1 – 1 of 1) sorted by relevance
1011 char *tmpAddress1, *tmpAddress2; in FormatEmailAddress() local1014 if( (tmpAddress1 = strchr(EmailAddress, '<')) && (tmpAddress2 = strchr(tmpAddress1, '>')) ) { in FormatEmailAddress()1015 *tmpAddress2 = 0; // terminate the string temporarily. in FormatEmailAddress()1017 *tmpAddress2 = '>'; // put it back the way it was. in FormatEmailAddress()
Completed in 9 milliseconds