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 668 # define TZ_TIME_T true
670 # define TZ_TIME_T false
673 #if defined LOCALTIME_IMPLEMENTATION && TZ_TIME_T
677 #if TZ_TIME_T
679 typedef time_tz tz_time_t; typedef in typeref:typename:time_tz
716 # define time_t tz_time_t
814 #if 2 <= HAVE_TZNAME + (TZ_TIME_T || !HAVE_POSIX_DECLS)
817 #if 2 <= USG_COMPAT + (TZ_TIME_T || !HAVE_POSIX_DECLS)
821 #if 2 <= ALTZONE + (TZ_TIME_T || !HAVE_POSIX_DECLS)
838 # if TZ_TIME_T || !defined tzsetwal
    [all...]
localtime.c 336 # if 2 <= HAVE_TZNAME + TZ_TIME_T || defined(__NetBSD__)
349 # if 2 <= USG_COMPAT + TZ_TIME_T || defined(__NetBSD__)
354 # endif /* 2<= USG_COMPAT + TZ_TIME_T */
356 # if 2 <= ALTZONE + TZ_TIME_T
358 # endif /* 2 <= ALTZONE + TZ_TIME_T */
2708 # if TZ_TIME_T
2722 define a function named 'tz_time' that returns tz_time_t. The call

Completed in 16 milliseconds