Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/tm/
H A Dtmdate.c38 tmdate(const char* s, char** e, time_t* clock) in tmdate() function
/titanic_44/usr/src/lib/libast/common/include/
H A Dtm.h170 extern time_t tmdate(const char*, char**, time_t*);
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h183 extern __MANGLE__ time_t tmdate __PROTO__((const char*, char**, time_t*));
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dtm.h183 extern __MANGLE__ time_t tmdate __PROTO__((const char*, char**, time_t*));
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dtm.h183 extern __MANGLE__ time_t tmdate __PROTO__((const char*, char**, time_t*));
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dtm.h183 extern __MANGLE__ time_t tmdate __PROTO__((const char*, char**, time_t*));
/titanic_44/usr/src/lib/libast/common/
H A DREADME92 tmdate convert date string to time_t
H A DRELEASE420 04-10-22 tm/tmdate.c: handle 'final day feb 2004'
437 04-09-14 tm/tmscan.c: add %| alternation and %& => tmdate()
464 04-04-15 tm/tmdate.c,include/tm.h: fix specific and ordinal days
544 tm/tmdate.c: fix > 1 year of seconds arithmetic
597 03-04-21 tm/tmdate.c: fix next hour/min logic
664 03-02-05 tm/tmdate.c,tm/tmword.c,string/strelapsed.c: '_' treated like ' '
835 tmdate: allow years before 1969
870 tm/tmdate.c: handle YYYY/MM/DD
886 01-10-30 tm/tmdate.c: fix cron specs when both wday and mday are specified
1052 00-12-11 tmdate: fix cron format bug that mishandled months
[all …]
/titanic_44/usr/src/lib/libast/
H A Dmapfile-vers623 tmdate;
H A DMakefile.com540 common/tm/tmdate.o \
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c73 t = tmdate(val, &last, (time_t*)0); in put_time()