Searched refs:tmxdate (Results 1 - 9 of 9) sorted by relevance
/ast/src/lib/libast/tm/ |
H A D | tmdate.c | 34 * see tmxdate() for details 40 return tmxsec(tmxdate(s, e, tmxclock(clock)));
|
H A D | tmxduration.c | 49 ns = tmxdate(s, &last, now) - now; 57 ts = tmxdate(t, &x, now); 67 ts = tmxdate(t, &x, now);
|
H A D | tmxscan.c | 396 x = tmxdate(s, e, t); 456 * *format==0 DATEMSK and tmxdate() 527 return tmxdate(s, e, t);
|
H A D | tmxdate.c | 157 tmxdate(register const char* s, char** e, Time_t now) function 193 debug((error(-1, "AHA tmxdate 2009-03-06")));
|
/ast/src/cmd/std/ |
H A D | touch.c | 153 t = tmxdate(opt_info.arg, &e, TMX_NOW); 212 t = tmxdate(file = *argv++, &e, TMX_NOW);
|
/ast/src/cmd/ksh93/bltins/ |
H A D | sleep.c | 77 ns = tmxdate(cp, &last, now); 90 ns = tmxdate(pp, &last, now); 92 ns = tmxdate(pp, &last, now);
|
/ast/src/cmd/dsslib/time_t/ |
H A D | time_t.c | 190 t = tmxdate(buf, &e, now); 193 t = tmxdate(buf, &e, now);
|
/ast/src/cmd/nmake/ |
H A D | misc.c | 424 tm = tmxdate(s, &e, TMX_NOW);
|
/ast/src/lib/libast/ |
H A D | Makefile | 103 tmxdate.c tmxduration.c tmxfmt.c tmxgettime.c tmxleap.c tmxmake.c \
|
Completed in 29 milliseconds