OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:abs_time_zone
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/xcvs/dist/lib/
getdate.c
3294
long int
abs_time_zone
= time_zone < 0 ? - time_zone : time_zone;
3295
long int abs_time_zone_hour =
abs_time_zone
/ 60;
3296
int abs_time_zone_min =
abs_time_zone
% 60;
3291
long int
abs_time_zone
= time_zone < 0 ? - time_zone : time_zone;
local
getdate.c
3294
long int
abs_time_zone
= time_zone < 0 ? - time_zone : time_zone;
3295
long int abs_time_zone_hour =
abs_time_zone
/ 60;
3296
int abs_time_zone_min =
abs_time_zone
% 60;
3291
long int
abs_time_zone
= time_zone < 0 ? - time_zone : time_zone;
local
Completed in 42 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026