HomeSort by: relevance | last modified time | path
    Searched defs:preformat (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
format.c 981 preformat(struct tm *tm, const char *oldfmt, struct message *mp, int use_hl_date) function in typeref:typename:char *
1050 newfmt = preformat(&tm, fmtstr, mp, use_hl_date);
1052 free(newfmt); /* preformat() uses malloc()/realloc() */
format.c 981 preformat(struct tm *tm, const char *oldfmt, struct message *mp, int use_hl_date) function in typeref:typename:char *
1050 newfmt = preformat(&tm, fmtstr, mp, use_hl_date);
1052 free(newfmt); /* preformat() uses malloc()/realloc() */

Completed in 113 milliseconds