Searched refs:zonePntr (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/mail/
H A Dmail_util.cpp1300 char *zonePntr; local
1310 zonePntr = tempDateString + strlen (tempDateString) - 1;
1311 while (zonePntr >= tempDateString && isspace (*zonePntr))
1312 *zonePntr-- = 0;
1313 if (zonePntr < tempDateString)
1321 zonePntr = strrchr (tempDateString, '(');
1322 if (zonePntr != NULL)
1324 *zonePntr-- = 0; // Zap the '(', then remove trailing spaces.
1325 while (zonePntr >
[all...]

Completed in 32 milliseconds