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

/openbsd-current/libexec/mail.local/
H A Dmail.local.c115 char *tbuf, *line = NULL, *cnow; local
127 cnow = ctime(&tval);
128 (void)fprintf(fp, "From %s %s", from, cnow ? cnow : "?\n");
/openbsd-current/libexec/ftpd/
H A Dftpd.c2742 char *cnow; local
2745 cnow = ctime(&now);
2761 cnow ? cnow : "?",

Completed in 102 milliseconds