OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t2_tsp
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/fsck_udf/
main.c
271
struct timespec t1_tsp,
t2_tsp
;
local in function:udf_compare_mtimes
274
udf_timestamp_to_timespec(t2, &
t2_tsp
);
276
if (t1_tsp.tv_sec <
t2_tsp
.tv_sec)
278
if (t1_tsp.tv_sec >
t2_tsp
.tv_sec)
280
if (t1_tsp.tv_nsec <
t2_tsp
.tv_nsec)
282
if (t1_tsp.tv_nsec >
t2_tsp
.tv_nsec)
Completed in 34 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025