Symbol: int_fast32_t
lib/libc/stdtime/localtime.c
1031
int_fast32_t
lib/libc/stdtime/localtime.c
1034
int_fast32_t
lib/libc/stdtime/localtime.c
1039
int_fast32_t swap = starttime;
lib/libc/stdtime/localtime.c
1069
int_fast32_t theirstdoffset;
lib/libc/stdtime/localtime.c
1070
int_fast32_t theirdstoffset;
lib/libc/stdtime/localtime.c
1071
int_fast32_t theiroffset;
lib/libc/stdtime/localtime.c
1278
localsub(const time_t * const timep, const int_fast32_t offset __unused,
lib/libc/stdtime/localtime.c
139
int_fast32_t r_time; /* transition time of rule */
lib/libc/stdtime/localtime.c
1412
gmtsub(const time_t * const timep, const int_fast32_t offset,
lib/libc/stdtime/localtime.c
1494
timesub(const time_t * const timep, const int_fast32_t offset,
lib/libc/stdtime/localtime.c
150
static int_fast32_t detzcode(const char * codep);
lib/libc/stdtime/localtime.c
1557
int_fast32_t seconds;
lib/libc/stdtime/localtime.c
157
static const char * getsecs(const char * strp, int_fast32_t * secsp);
lib/libc/stdtime/localtime.c
158
static const char * getoffset(const char * strp, int_fast32_t * offsetp);
lib/libc/stdtime/localtime.c
161
static struct tm * gmtsub(const time_t * timep, int_fast32_t offset,
lib/libc/stdtime/localtime.c
163
static struct tm * localsub(const time_t * timep, int_fast32_t offset,
lib/libc/stdtime/localtime.c
167
static int increment_overflow32(int_fast32_t * number, int delta);
lib/libc/stdtime/localtime.c
168
static int increment_overflow_time(time_t *t, int_fast32_t delta);
lib/libc/stdtime/localtime.c
1681
increment_overflow32(int_fast32_t * const lp, int const m)
lib/libc/stdtime/localtime.c
1683
int_fast32_t const l = *lp;
lib/libc/stdtime/localtime.c
169
static int normalize_overflow32(int_fast32_t * tensptr,
lib/libc/stdtime/localtime.c
1692
increment_overflow_time(time_t *tp, int_fast32_t j)
lib/libc/stdtime/localtime.c
1720
normalize_overflow32(int_fast32_t * const tensptr, int * const unitsptr,
lib/libc/stdtime/localtime.c
1749
struct tm * (* const funcp)(const time_t *, int_fast32_t, struct tm *),
lib/libc/stdtime/localtime.c
1750
const int_fast32_t offset, int * const okayp, const int do_norm_secs)
lib/libc/stdtime/localtime.c
1756
int_fast32_t li;
lib/libc/stdtime/localtime.c
1759
int_fast32_t y;
lib/libc/stdtime/localtime.c
176
int_fast32_t, struct tm *),
lib/libc/stdtime/localtime.c
177
int_fast32_t offset);
lib/libc/stdtime/localtime.c
180
int_fast32_t, struct tm*),
lib/libc/stdtime/localtime.c
181
int_fast32_t offset, int * okayp);
lib/libc/stdtime/localtime.c
184
int_fast32_t, struct tm*),
lib/libc/stdtime/localtime.c
185
int_fast32_t offset, int * okayp, int do_norm_secs);
lib/libc/stdtime/localtime.c
186
static struct tm * timesub(const time_t * timep, int_fast32_t offset,
lib/libc/stdtime/localtime.c
190
static int_fast32_t transtime(int year, const struct rule * rulep,
lib/libc/stdtime/localtime.c
191
int_fast32_t offset) __pure;
lib/libc/stdtime/localtime.c
1915
struct tm * (* const funcp)(const time_t *, int_fast32_t, struct tm *),
lib/libc/stdtime/localtime.c
1916
const int_fast32_t offset, int * const okayp)
lib/libc/stdtime/localtime.c
1931
struct tm * (* const funcp)(const time_t *, int_fast32_t, struct tm *),
lib/libc/stdtime/localtime.c
1932
const int_fast32_t offset)
lib/libc/stdtime/localtime.c
236
static int_fast32_t
lib/libc/stdtime/localtime.c
239
int_fast32_t result;
lib/libc/stdtime/localtime.c
730
getsecs(const char *strp, int_fast32_t * const secsp)
lib/libc/stdtime/localtime.c
743
*secsp = num * (int_fast32_t) SECSPERHOUR;
lib/libc/stdtime/localtime.c
770
getoffset(const char *strp, int_fast32_t * const offsetp)
lib/libc/stdtime/localtime.c
845
static int_fast32_t
lib/libc/stdtime/localtime.c
847
const int_fast32_t offset)
lib/libc/stdtime/localtime.c
850
int_fast32_t value;
lib/libc/stdtime/localtime.c
943
int_fast32_t stdoffset;
lib/libc/stdtime/localtime.c
944
int_fast32_t dstoffset;
lib/libc/stdtime/localtime.c
97
int_fast32_t tt_gmtoff; /* UT offset in seconds */
lib/libc/stdtime/tzfile.h
126
#define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
usr.sbin/zic/zdump.c
89
#define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
usr.sbin/zic/zic.c
1297
convert(const int_fast32_t val, char *const buf)
usr.sbin/zic/zic.c
1319
puttzcode(const int_fast32_t val, FILE *const fp)