OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:safe_strftime
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/ps/
print.c
118
safe_strftime
(char *buf, size_t bufsiz, const char *fmt,
function
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));
print.c
118
safe_strftime
(char *buf, size_t bufsiz, const char *fmt,
function
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));
print.c
118
safe_strftime
(char *buf, size_t bufsiz, const char *fmt,
function
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 55 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026