strftime         306 missing/strftime.c 			strftime(tbuf, sizeof tbuf, "%a %b %e %H:%M:%S %Y", timeptr);
strftime         369 missing/strftime.c 			strftime(tbuf, sizeof tbuf, "%m/%d/%y", timeptr);
strftime         373 missing/strftime.c 			strftime(tbuf, sizeof tbuf, "%H:%M:%S", timeptr);
strftime         473 missing/strftime.c 			strftime(tbuf, sizeof tbuf, "%m/%d/%y", timeptr);
strftime         481 missing/strftime.c 			strftime(tbuf, sizeof tbuf, "%I:%M:%S %p", timeptr);
strftime         485 missing/strftime.c 			strftime(tbuf, sizeof tbuf, "%H:%M", timeptr);
strftime         489 missing/strftime.c 			strftime(tbuf, sizeof tbuf, "%H:%M:%S", timeptr);
strftime         887 missing/strftime.c 		length = strftime(string, MAXTIME, next, tm);
strftime         939 time.c         	len = strftime(buf, 128, "%a %b %d %H:%M:%S UTC %Y", &tobj->tm);
strftime         942 time.c         	len = strftime(buf, 128, "%a %b %d %H:%M:%S %Z %Y", &tobj->tm);
strftime         1175 time.c             len = strftime(buf, 64, "%Z", &tobj->tm);
strftime         1260 time.c             len = strftime(*buf, SMALLBUF, format, time);
strftime         1265 time.c         	len = strftime(*buf, size, format, time);