OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leapcnt
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/time/
localtime.c
575
int
leapcnt
;
member in struct:state
1149
int_fast32_t
leapcnt
= detzcode(up->tzhead.tzh_leapcnt);
local
1157
if (! (0 <=
leapcnt
&&
leapcnt
< TZ_MAX_LEAPS
1169
+
leapcnt
* (stored + 4) /* lsinfos */
1181
sp->
leapcnt
= (int)
leapcnt
;
1241
leapcnt
= 0;
1242
for (i = 0; i < sp->
leapcnt
; ++i) {
1267
sp->lsis[
leapcnt
].ls_trans = (time_t)tr
[
all
...]
zic.c
321
static int
leapcnt
;
variable
2746
j =
leapcnt
;
2756
rangeall.leapcount =
leapcnt
;
3833
if (TZ_MAX_LEAPS <=
leapcnt
) {
3841
for (i = 0; i <
leapcnt
; ++i)
3844
memmove(&trans[i + 1], &trans[i], (
leapcnt
- i) * sizeof *trans);
3845
memmove(&corr[i + 1], &corr[i], (
leapcnt
- i) * sizeof *corr);
3846
memmove(&roll[i + 1], &roll[i], (
leapcnt
- i) * sizeof *roll);
3850
++
leapcnt
;
3863
for (i = 0; i <
leapcnt
; ++i)
[
all
...]
Completed in 19 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026