HomeSort by: relevance | last modified time | path
    Searched refs:TZ_TIME_T (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
private.h 710 # define TZ_TIME_T true
712 # define TZ_TIME_T false
715 #if defined LOCALTIME_IMPLEMENTATION && TZ_TIME_T
719 #if TZ_TIME_T
721 typedef time_tz tz_time_t; typedef
760 # define time_t tz_time_t
876 #if 2 <= HAVE_TZNAME + (TZ_TIME_T || !HAVE_POSIX_DECLS)
879 #if 2 <= USG_COMPAT + (TZ_TIME_T || !HAVE_POSIX_DECLS)
883 #if 2 <= ALTZONE + (TZ_TIME_T || !HAVE_POSIX_DECLS)
900 # if TZ_TIME_T || !defined tzsetwal
    [all...]
localtime.c 686 # if 2 <= HAVE_TZNAME + TZ_TIME_T || defined(__NetBSD__)
699 # if 2 <= USG_COMPAT + TZ_TIME_T || defined(__NetBSD__)
704 # endif /* 2<= USG_COMPAT + TZ_TIME_T */
706 # if 2 <= ALTZONE + TZ_TIME_T
708 # endif /* 2 <= ALTZONE + TZ_TIME_T */
3332 # if TZ_TIME_T
3346 define a function named 'tz_time' that returns tz_time_t. The call

Completed in 22 milliseconds