print.c | 118 safe_strftime(char *buf, size_t bufsiz, const char *fmt, function in typeref:typename:void 808 safe_strftime(buf, sizeof(buf) - 1, "%l:%M%p", tp); 810 safe_strftime(buf, sizeof(buf) - 1, "%a%I%p", tp); 812 safe_strftime(buf, sizeof(buf) - 1, "%e%b%y", tp); 852 safe_strftime(buf, sizeof(buf) - 1, "%c", localtime(&startt));
|