Lines Matching defs:localtime
103 # /stage/etc/localtime instead of to /etc/localtime). Files under
116 TZDEFAULT = $(TOPDIR)/etc/localtime
298 # See localtime.c for details.
305 # with external linkage, e.g., applications cannot define 'localtime'.
314 # -DTHREAD_SAFE to make localtime.c thread-safe, as POSIX requires;
329 # -DTHREAD_TM_MULTI to have gmtime, localtime, and offtime
332 # gmtime/localtime/offtime when they should call
342 # This option is intended for platforms that want localtime etc.
344 # TZDEFAULT (normally /etc/localtime) if TZ is unset.
487 # If you want to allocate state structures in localtime, add
647 TZDOBJS= zdump.o localtime.o strftime.o
648 DATEOBJS= date.o localtime.o strftime.o
649 LIBSRCS= localtime.c asctime.c difftime.c strftime.c
650 LIBOBJS= localtime.o asctime.o difftime.o strftime.o
688 TZS_DEPS= $(YDATA) localtime.c private.h \
705 leap-seconds.list leapseconds.awk localtime.c \
854 # TZ='right/Australia/Adelaide' got you localtime with leap seconds,
856 # like sendmail that subtract gmtime from localtime.
1442 localtime.o: private.h tzdir.h tzfile.h
1443 strftime.o: localtime.c private.h tzdir.h tzfile.h