Home
last modified time | relevance | path

Searched refs:timeptr (Results 1 – 4 of 4) sorted by relevance

/original-bsd/old/adb/adb.tahoe/
H A Doutput.c181 REG STRING timeptr; local
185 timeptr = ctime(&tvec);
187 timeptr="????????????????????????";
189 FOR i=20; i<24; i++ DO *digitptr++ = *(timeptr+i); OD
190 FOR i=3; i<19; i++ DO *digitptr++ = *(timeptr+i); OD
/original-bsd/old/adb/adb.vax/
H A Doutput.c239 REG STRING timeptr; local
241 timeptr = ctime(&tvec);
243 timeptr="????????????????????????";
245 FOR i=20; i<24; i++ DO *digitptr++ = *(timeptr+i); OD
246 FOR i=3; i<19; i++ DO *digitptr++ = *(timeptr+i); OD
/original-bsd/lib/libc/gen/
H A Dctime.c1117 asctime(timeptr) in asctime() argument
1118 register const struct tm * timeptr; in asctime()
1130 wday_name[timeptr->tm_wday],
1131 mon_name[timeptr->tm_mon],
1132 timeptr->tm_mday, timeptr->tm_hour,
1133 timeptr->tm_min, timeptr->tm_sec,
1134 TM_YEAR_BASE + timeptr->tm_year);
/original-bsd/usr.bin/pr/
H A Dpr.c1233 struct tm *timeptr = NULL; local
1259 timeptr = localtime(&(tv.tv_sec));
1282 timeptr = localtime(&(tv.tv_sec));
1313 timeptr = localtime(&(tv.tv_sec));
1323 timeptr = localtime(&(statbuf.st_mtime));
1334 if (strftime(buf, HDBUF, timefrmt, timeptr) <= 0) {