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

/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dformat.c1031 * If a format string begins with the USE_HL_DATE string, smsgprintf
1038 #define USE_HL_DATE "%??" macro
1049 if (strncmp(fmtstr, USE_HL_DATE, sizeof(USE_HL_DATE) - 1) != 0)
1053 fmtstr += sizeof(USE_HL_DATE) - 1;

Completed in 83 milliseconds