Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dprivate.h94 #define timezone_t sys_timezone_t macro
102 #undef timezone_t
463 typedef struct state *timezone_t; typedef
464 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict,
466 time_t mktime_z(timezone_t restrict, struct tm *restrict);
467 timezone_t tzalloc(char const *);
468 void tzfree(timezone_t);
471 time_t posix2time_z(timezone_t, time_t) ATTRIBUTE_PURE;
474 time_t time2posix_z(timezone_t, time_t) ATTRIBUTE_PURE;
Dlocaltime.c1353 timezone_t
1356 timezone_t sp = malloc(sizeof *sp); in tzalloc()
1369 tzfree(timezone_t sp) in tzfree()