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

  /src/bin/ps/
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));

Completed in 12 milliseconds