Searched refs:Buf (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/win32/ |
H A D | sendmail.h | 50 static int FormatEmailAddress(char* Buf, char* EmailAddress, char* FormatString);
|
H A D | sendmail.c | 978 static int FormatEmailAddress(char* Buf, char* EmailAddress, char* FormatString) { in FormatEmailAddress() argument 984 result = snprintf(Buf, MAIL_BUFFER_SIZE, FormatString , tmpAddress1+1); in FormatEmailAddress() 988 return snprintf(Buf, MAIL_BUFFER_SIZE , FormatString , EmailAddress ); in FormatEmailAddress()
|
Completed in 12 milliseconds