Searched refs:TZDEFAULT (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | tzfile.h | 28 #ifndef TZDEFAULT 29 #define TZDEFAULT "/etc/localtime" macro 30 #endif /* !defined TZDEFAULT */
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | tzfile.h | 26 #ifndef TZDEFAULT 27 #define TZDEFAULT "localtime" macro 28 #endif /* !defined TZDEFAULT */
|
H A D | zic.c | 751 dolink(lcltime, TZDEFAULT); in main() 1153 if (strcmp(fields[ZF_NAME], TZDEFAULT) == 0 && lcltime != NULL) { in inzone() 1156 TZDEFAULT); in inzone()
|
H A D | localtime.c | 352 if (name == NULL && (name = TZDEFAULT) == NULL) in tzload()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | tzfile.h | 26 #ifndef TZDEFAULT 27 #define TZDEFAULT "localtime" macro 28 #endif /* !defined TZDEFAULT */
|
H A D | zic.c | 750 dolink(lcltime, TZDEFAULT); in main() 1152 if (strcmp(fields[ZF_NAME], TZDEFAULT) == 0 && lcltime != NULL) { in inzone() 1155 TZDEFAULT); in inzone()
|
H A D | localtime.c | 350 if (name == NULL && (name = TZDEFAULT) == NULL) in tzload()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | putil.cpp | 692 /* common targets of the symbolic link at TZDEFAULT are: 707 #define TZDEFAULT "/etc/localtime" macro 711 #define TZDEFAULT "/etc/localtime" macro 1031 if(compareBinaryFiles(TZDEFAULT, newpath.data(), tzInfo)) { in searchForTZFile() 1174 char *ret = realpath(TZDEFAULT, gTimeZoneBuffer); in uprv_tzname() 1175 if (ret != nullptr && uprv_strcmp(TZDEFAULT, gTimeZoneBuffer) != 0) { in uprv_tzname() 1187 ssize_t size = readlink(TZDEFAULT, gTimeZoneBuffer, sizeof(gTimeZoneBuffer)-1); in uprv_tzname()
|
/third_party/icu/icu4c/source/common/ |
H A D | putil.cpp | 692 /* common targets of the symbolic link at TZDEFAULT are: 707 #define TZDEFAULT "/etc/localtime" macro 711 #define TZDEFAULT "/etc/localtime" macro 1031 if(compareBinaryFiles(TZDEFAULT, newpath.data(), tzInfo)) { in searchForTZFile() 1174 int32_t ret = (int32_t)readlink(TZDEFAULT, gTimeZoneBuffer, sizeof(gTimeZoneBuffer)-1); in uprv_tzname()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | putil.cpp | 692 /* common targets of the symbolic link at TZDEFAULT are: 707 #define TZDEFAULT "/etc/localtime" macro 711 #define TZDEFAULT "/etc/localtime" macro 1022 if(compareBinaryFiles(TZDEFAULT, newpath.data(), tzInfo)) { in searchForTZFile() 1165 int32_t ret = (int32_t)readlink(TZDEFAULT, gTimeZoneBuffer, sizeof(gTimeZoneBuffer)-1); in uprv_tzname()
|
/third_party/tzdata/ |
H A D | Makefile | 102 # The default local timezone is taken from the file TZDEFAULT. 103 TZDEFAULT = $(TOPDIR)/etc/localtime macro 646 -t '$(DESTDIR)$(TZDEFAULT)' 702 '#ifndef TZDEFAULT' \ 703 '# define TZDEFAULT "$(TZDEFAULT)" /* default zone */' \ 759 TZDEFAULT='$(TZDEFAULT)' \
|
H A D | localtime.c | 424 name = TZDEFAULT; in tzloadbody()
|
H A D | zic.c | 1127 tzdefault = TZDEFAULT; in main()
|
Completed in 31 milliseconds