HomeSort by relevance Sort by last modified time
    Searched refs:timezone_t (Results 1 - 2 of 2) sorted by null

  /bionic/libc/tzcode/
private.h 94 #define timezone_t sys_timezone_t macro
102 #undef timezone_t macro
456 ** better prototypes. NetBSD 6.1.4 defines a pointer type timezone_t
457 ** and labors under the misconception that 'const timezone_t' is a
463 typedef struct state *timezone_t; typedef in typeref:struct:state
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
    [all...]
localtime.c     [all...]

Completed in 116 milliseconds