Searched refs:tmzone (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/ |
H A D | tmzone.c | 49 tmzone(register const char* name, char** end, const char* type, int* dst) in tmzone() function
|
H A D | tmxfmt.c | 587 if ((zp = tmzone(arg, &f, 0, 0)) && !*f && tm->tm_zone != zp) in tmxfmt() 597 if ((zp = tmzone(arg, &f, 0, 0)) && !*f && tm->tm_zone != zp) in tmxfmt()
|
H A D | tmxscan.c | 385 if ((zp = tmzone(s, &u, u, &m))) in scan()
|
H A D | tmxdate.c | 1546 if (!(state & ZONE) && (zp = tmzone(s, &t, type, &dst))) in tmxdate()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | tm.h | 188 extern Tm_zone_t* tmzone(const char*, char**, const char*, int*);
|
/illumos-gate/usr/src/lib/libzoneinfo/common/ |
H A D | libzone.c | 446 get_timezones_by_country(struct tz_timezone **tmzone, in get_timezones_by_country() argument 635 *tmzone = head; in get_timezones_by_country()
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | mapfile-vers | 890 tmzone;
|
H A D | Makefile.defs | 600 tm/tmzone.o \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 102 tmsleep.c tmtime.c tmtype.c tmweek.c tmword.c tmzone.c \
|
H A D | Mamfile | 2320 make tmzone.o 2321 make tm/tmzone.c 2324 done tm/tmzone.c 2325 meta tmzone.o %.c>%.o tm/tmzone.c tmzone 2326 prev tm/tmzone.c 2327 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c tm/tmzone.c 2328 done tmzone.o generated 6102 …tmmake.o tmpoff.o tmscan.o tmsleep.o tmtime.o tmtype.o tmweek.o tmword.o tmzone.o tmxdate.o tmxdur…
|
H A D | RELEASE | 388 07-04-13 tm/tmxdate.c,tm/tmzone.c: handle [-+]0000 UTC zone offset 1410 tmzone,tmdate: handle +-minutes, nn/MMM/yyyy
|