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

  /ndk/sources/host-tools/sed-4.2.1/lib/
gettimeofday.c 38 the static buffer that localtime uses for its return value. The
46 #undef localtime macro
47 extern struct tm *localtime (time_t const *);
52 /* This is a wrapper for localtime. It is used only on systems for which
53 gettimeofday clobbers the static buffer used for localtime's result.
56 localtime uses for its result. */
61 struct tm *tm = localtime (timep);
69 /* Same as above, since gmtime and localtime use the same buffer. */
89 the static buffer used for localtime's result. */
93 /* Save and restore the contents of the buffer used for localtime'
    [all...]
  /external/chromium_org/third_party/skia/src/xml/
SkJS.cpp 62 struct tm * localtime(const time_t *timer) { function
  /external/skia/src/xml/
SkJS.cpp 62 struct tm * localtime(const time_t *timer) { function
  /bionic/libc/tzcode/
private.h 247 # undef localtime macro
248 # define localtime tz_localtime macro
265 struct tm *localtime(time_t const *);
localtime.c 227 ** ctime, gmtime, localtime] return values in one of two static
1360 localtime(const time_t * const timep) function
    [all...]
  /development/scripts/app_engine_server/
memcache_zipserve.py 44 from time import localtime, strftime namespace
470 expireDate = time.mktime(localtime()) + 60 * 60 * 24 * 365 * 10
473 (langName, strftime("%a, %d %b %Y %H:%M:%S", localtime(expireDate))))
  /external/qemu/android/utils/
timezone.c 103 #define LOCALTIME_FILE "/etc/localtime"
144 * but should be /usr/share/zoneinfo by default. /etc/localtime is not guaranteed to exist on
145 * all platforms, so if it doesn't, try $TZDIR/localtime, then /usr/share/zoneinfo/locatime
148 * besides, modern Linux distribution don't make /etc/localtime a symlink but a straight copy of
163 #define LOCALTIME_FILE1 "/etc/localtime"
166 const char* localtime; member in struct:__anon26546
192 fd1 = open( scan->localtime, O_RDONLY );
194 D(" can't open %s: %s\n", scan->localtime, strerror(errno) );
308 char* localtime = NULL; local
343 /* try to find the localtime file *
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 8 static char elsieid[] = "@(#)localtime.c 8.9";
214 ** ctime, gmtime, localtime] return values in one of two static
1222 ** The easy way to behave "as if no library function calls" localtime
1324 localtime(timep) function
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_win.c 306 ** WindowsCE does not have a localtime() function. So create a
310 struct tm *__cdecl localtime(const time_t *t) function
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 8 static char elsieid[] = "@(#)localtime.c 8.9";
214 ** ctime, gmtime, localtime] return values in one of two static
1222 ** The easy way to behave "as if no library function calls" localtime
1324 localtime(timep) function
    [all...]
  /external/chromium_org/third_party/mongoose/
mongoose.c 949 static struct tm *localtime(const time_t *ptime, struct tm *ptm) { function
978 return localtime(ptime, ptm);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 31444 struct tm *__cdecl localtime(const time_t *t) function
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 33337 struct tm *__cdecl localtime(const time_t *t) function
    [all...]
  /external/sqlite/dist/
sqlite3.c 33365 struct tm *__cdecl localtime(const time_t *t) function
    [all...]

Completed in 576 milliseconds