Searched refs:tmpAddress2 (Results 1 – 1 of 1) sorted by relevance
979 char *tmpAddress1, *tmpAddress2; in FormatEmailAddress() local982 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