Searched refs:tmfmt (Results 1 - 13 of 13) sorted by relevance
/ast/src/lib/libast/tm/ |
H A D | tmform.c | 27 * OBSOLETE: use tmfmt() instead 43 return tmfmt(buf, 256, format, clock);
|
H A D | tmfmt.c | 38 tmfmt(char* buf, size_t len, const char* format, time_t* clock) function
|
/ast/src/lib/libast/string/ |
H A D | fmttime.c | 27 * return tmfmt() formatted time 39 tmfmt(buf, z, format, &clock);
|
H A D | fmtls.c | 88 s = tmfmt(s, LS_W_LONG / 2, "%?%QL", &tm);
|
/ast/src/lib/libast/comp/ |
H A D | strftime.c | 99 if (!(s = tmfmt(buf, len, format, &t)))
|
/ast/src/lib/libast/include/ |
H A D | tm.h | 173 extern char* tmfmt(char*, size_t, const char*, time_t*);
|
/ast/src/cmd/mailx/ |
H A D | smtp.c | 224 tmfmt(buf, sizeof(buf), "%+uDate: %a, %d %b %Y %H:%M:%S UT", NiL);
|
/ast/src/cmd/kshlib/open/ |
H A D | open.c | 51 tmfmt(buff,sizeof(buff),format,(time_t*)0);
|
/ast/src/cmd/dsslib/time_t/ |
H A D | time_t.c | 53 s = tmfmt(buf, size, CXDETAILS(details, format, type, "%K"), &t);
|
/ast/src/cmd/cs/ |
H A D | cs.c | 281 tmfmt(time_buf, sizeof(time_buf), "%?%QL", &st.st_mtime);
|
/ast/src/cmd/tw/ |
H A D | expr.c | 735 tmfmt(s = buf, sizeof(buf), "%?%QL", &t);
|
/ast/src/cmd/builtin/ |
H A D | pr.c | 887 tmfmt(pp->date, DATESZ, "%b %e %H:%M %Y", fstat(sffileno(fp), &statb) ? (time_t*)0 : &statb.st_mtime);
|
/ast/src/lib/libast/ |
H A D | Makefile | 100 tmdate.c tmequiv.c tmfix.c tmfmt.c tmform.c tmgoff.c tminit.c \
|
Completed in 62 milliseconds