HomeSort by relevance Sort by last modified time
    Searched defs:tzset (Results 1 - 3 of 3) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
gettimeofday.c 40 this problem. The tzset replacement is necessary for at least
85 #undef tzset macro
86 extern void tzset (void);
88 /* This is a wrapper for tzset, for systems on which tzset may clobber
94 result around the call to tzset. */
96 tzset ();
  /bionic/libc/tzcode/
localtime.c 114 ** 1. They might reference tzname[0] before calling tzset (explicitly
116 ** 2. They might reference tzname[1] before calling tzset (explicitly
1316 tzset P((void)) function
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 51 ** 1. They might reference tzname[0] before calling tzset (explicitly
53 ** 2. They might reference tzname[1] before calling tzset (explicitly
1179 tzset(void) function
    [all...]

Completed in 1371 milliseconds