Searched defs:localtime (Results 1 - 6 of 6) sorted by last modified time

/external/sqlite/dist/orig/
H A Dsqlite3.c11368 int bLocaltimeFault; /* True to fail localtime() calls */
13961 ** using whatever operating-system specific localtime facility that
13977 pX = localtime(t);
14001 ** Compute the difference (in milliseconds) between localtime and UTC
14074 ** localtime
14078 ** is in a system call (i.e. localtime()), then an error message is written
14095 /* localtime
14100 if( strcmp(z, "localtime")==0 ){
33337 struct tm *__cdecl localtime(const time_t *t) function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11368 int bLocaltimeFault; /* True to fail localtime() calls */
13961 ** using whatever operating-system specific localtime facility that
13977 pX = localtime(t);
14001 ** Compute the difference (in milliseconds) between localtime and UTC
14074 ** localtime
14078 ** is in a system call (i.e. localtime()), then an error message is written
14095 /* localtime
14100 if( strcmp(z, "localtime")==0 ){
33350 struct tm *__cdecl localtime(const time_t *t) function
[all...]
/external/quake/quake/src/QW/server/
H A Dserver.h135 double localtime; // of last message member in struct:client_s
/external/skia/src/xml/
H A DSkJS.cpp62 struct tm * localtime(const time_t *timer) { function
/external/qemu/android/utils/
H A Dtimezone.c103 #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:__anon10310
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 fil
[all...]
/external/icu4c/tools/tzcode/
H A Dlocaltime.c8 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
1332 ** Re-entrant version of localtime.
1344 ** gmtsub is to gmtime as localsub is to localtime.
1572 ** asctime(localtime(timer))
1574 return asctime(localtime(timep));

Completed in 498 milliseconds