Searched refs:safe_strftime (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/bin/ps/ |
H A D | print.c | 118 safe_strftime(char *buf, size_t bufsiz, const char *fmt, in safe_strftime() function 808 safe_strftime(buf, sizeof(buf) - 1, "%l:%M%p", tp); in started() 810 safe_strftime(buf, sizeof(buf) - 1, "%a%I%p", tp); in started() 812 safe_strftime(buf, sizeof(buf) - 1, "%e%b%y", tp); in started() 852 safe_strftime(buf, sizeof(buf) - 1, "%c", localtime(&startt)); in lstarted()
|