Searched refs:tformat (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.c830 char tformat[127+1]; local
837 strcpy (tformat, "%b %d %Y %T");
839 strcpy (tformat, "%b %d %Y %R");
841 strcat (tformat, " %z");
843 strftime (timestr, sizeof (timestr), tformat, t);
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c102 static const char *tformat(void);
124 (void) fprintf(stderr, tformat(), *tp);
134 (void) fprintf(stderr, tformat(), t);
502 (void) printf(tformat(), t);
545 tformat() function

Completed in 283 milliseconds