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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c22486 #if !HAVE_LOCALTIME_R && !HAVE_LOCALTIME_S \
22488 #undef HAVE_LOCALTIME_S macro
22489 #define HAVE_LOCALTIME_S 1 macro
22507 #if !HAVE_LOCALTIME_R && !HAVE_LOCALTIME_S
22529 #endif /* HAVE_LOCALTIME_R || HAVE_LOCALTIME_S */
[all...]

Completed in 780 milliseconds