bin/ps/print.c
808
safe_strftime(buf, sizeof(buf) - 1, "%l:%M%p", tp);
bin/ps/print.c
810
safe_strftime(buf, sizeof(buf) - 1, "%a%I%p", tp);
bin/ps/print.c
812
safe_strftime(buf, sizeof(buf) - 1, "%e%b%y", tp);
bin/ps/print.c
852
safe_strftime(buf, sizeof(buf) - 1, "%c", localtime(&startt));