OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libarchive/dist/cpio/test/
test_option_t.c
20
struct tm *
tmptr
;
local
77
tmptr
= localtime_s(&tmbuf, &mtime) ? NULL : &tmbuf;
79
tmptr
= localtime_r(&mtime, &tmbuf);
81
tmptr
= localtime(&mtime);
84
strftime(date2, sizeof(date2)-1, "%b %d %Y",
tmptr
);
87
strftime(date2, sizeof(date2)-1, "%b %e %Y",
tmptr
);
/src/external/bsd/libarchive/dist/test_utils/
test_main.c
3937
struct tm *
tmptr
;
local
4205
tmptr
= localtime_s(&tmbuf, &now) ? NULL : &tmbuf;
4207
tmptr
= localtime_r(&now, &tmbuf);
4209
tmptr
= localtime(&now);
4212
"%Y-%m-%dT%H.%M.%S",
tmptr
);
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026