HomeSort by relevance Sort by last modified time
    Searched defs:tzset (Results 1 - 4 of 4) 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 57 ** 1. They might reference tzname[0] before calling tzset (explicitly
59 ** 2. They might reference tzname[1] before calling tzset (explicitly
1267 tzset(void) function
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu/icu4c/source/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 625 milliseconds