OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tm_time
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/dump/
optr.c
217
struct tm
tm_time
;
local in function:do_timestamp
220
(void) localtime_r(&thistime, &
tm_time
);
221
if (strftime(then, STAMP_LENGTH, time_string, &
tm_time
) == 0) {
223
strftime(then, STAMP_LENGTH, time_string, &
tm_time
);
optr.c
217
struct tm
tm_time
;
local in function:do_timestamp
220
(void) localtime_r(&thistime, &
tm_time
);
221
if (strftime(then, STAMP_LENGTH, time_string, &
tm_time
) == 0) {
223
strftime(then, STAMP_LENGTH, time_string, &
tm_time
);
Completed in 70 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025