Home
last modified time | relevance | path

Searched refs:tensptr (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libc/time/
H A Dlocaltime.c147 static int long_normalize_overflow(long * tensptr,
149 static int normalize_overflow(int * tensptr, int * unitsptr,
1598 normalize_overflow(int *tensptr, int *unitsptr, int base) in normalize_overflow() argument
1606 return increment_overflow(tensptr, tensdelta); in normalize_overflow()
1610 long_normalize_overflow(long *tensptr, int *unitsptr, int base) in long_normalize_overflow() argument
1618 return long_increment_overflow(tensptr, tensdelta); in long_normalize_overflow()