Searched refs:sLocal (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c13983 struct tm sLocal; local
13985 /* Initialize the contents of sLocal to avoid a compiler warning. */
13986 memset(&sLocal, 0, sizeof(sLocal));
14005 if( osLocaltime(&t, &sLocal) ){
14010 y.Y = sLocal.tm_year + 1900;
14011 y.M = sLocal.tm_mon + 1;
14012 y.D = sLocal.tm_mday;
14013 y.h = sLocal.tm_hour;
14014 y.m = sLocal
[all...]

Completed in 238 milliseconds