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

/haiku/src/kits/mail/
H A Dmail_util.cpp1296 char tempDateString[80]; local
1306 strncpy (tempDateString, DateString, sizeof (tempDateString));
1307 tempDateString[sizeof (tempDateString) - 1] = 0;
1310 zonePntr = tempDateString + strlen (tempDateString) - 1;
1311 while (zonePntr >= tempDateString && isspace (*zonePntr))
1313 if (zonePntr < tempDateString)
1319 if (tempDateString[strle
[all...]

Completed in 64 milliseconds