Home
last modified time | relevance | path

Searched refs:tmdate (Results 1 – 9 of 9) sorted by relevance

/titanic_54/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmdate.c38 tmdate(const char* s, char** e, time_t* clock) in tmdate() function
/titanic_54/usr/src/contrib/ast/src/lib/libast/include/
H A Dtm.h170 extern time_t tmdate(const char*, char**, time_t*);
/titanic_54/usr/src/contrib/ast/src/lib/libast/
H A DREADME92 tmdate convert date string to time_t
H A DRELEASE608 04-10-22 tm/tmdate.c: handle 'final day feb 2004'
625 04-09-14 tm/tmscan.c: add %| alternation and %& => tmdate()
652 04-04-15 tm/tmdate.c,include/tm.h: fix specific and ordinal days
732 tm/tmdate.c: fix > 1 year of seconds arithmetic
785 03-04-21 tm/tmdate.c: fix next hour/min logic
852 03-02-05 tm/tmdate.c,tm/tmword.c,string/strelapsed.c: '_' treated like ' '
1023 tmdate: allow years before 1969
1058 tm/tmdate.c: handle YYYY/MM/DD
1074 01-10-30 tm/tmdate.c: fix cron specs when both wday and mday are specified
1240 00-12-11 tmdate: fix cron format bug that mishandled months
[all …]
H A DMakefile100 tmdate.c tmequiv.c tmfix.c tmfmt.c tmform.c tmgoff.c tminit.c \
H A DMamfile2151 make tmdate.o
2152 make tm/tmdate.c
2154 done tm/tmdate.c
2155 meta tmdate.o %.c>%.o tm/tmdate.c tmdate
2156 prev tm/tmdate.c
2157 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c tm/tmdate.c
2158 done tmdate.o generated
6102 …ata.o sigcrit.o sigunblock.o procopen.o procclose.o procrun.o procfree.o tmdate.o tmequiv.o tmfix.…
/titanic_54/usr/src/cmd/ast/libast/
H A Dmapfile-vers631 tmdate;
H A DMakefile.defs571 tm/tmdate.o \
/titanic_54/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dshiocmd_solaris.c73 t = tmdate(val, &last, (time_t*)0); in put_time()