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

/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c14379 #if !defined(HAVE_LOCALTIME_R) && !defined(HAVE_LOCALTIME_S) && \
14381 #define HAVE_LOCALTIME_S 1 macro
14397 && (!defined(HAVE_LOCALTIME_S) || !HAVE_LOCALTIME_S)
14419 #endif /* HAVE_LOCALTIME_R || HAVE_LOCALTIME_S */
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c13617 #if !defined(HAVE_LOCALTIME_R) && !defined(HAVE_LOCALTIME_S) && \
13619 #define HAVE_LOCALTIME_S 1 macro
13635 && (!defined(HAVE_LOCALTIME_S) || !HAVE_LOCALTIME_S)
13657 #endif /* HAVE_LOCALTIME_R || HAVE_LOCALTIME_S */
[all...]

Completed in 634 milliseconds