CBUFSIZ
char cbuf[CBUFSIZ];
if (buflen < CBUFSIZ) {
static char cbuf[CBUFSIZ];
return (asctime_r(t, cbuf, CBUFSIZ));
char cbuf[CBUFSIZ];
if (buflen < CBUFSIZ) {
char *cbuf = tsdalloc(_T_CTIME, CBUFSIZ, NULL);
char *cbuf = tsdalloc(_T_CTIME, CBUFSIZ, NULL);
char cbuf[CBUFSIZ]; /* char buffer for number */
char cbuf[CBUFSIZ];
static char cbuf[CBUFSIZ];