Home
last modified time | relevance | path

Searched refs:datebuf (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/sys/arch/i386/stand/libsa/
Dtime.c117 u_int8_t timebuf[4], datebuf[4]; in getsecs() local
120 if (!biostime(timebuf) && !biosdate(datebuf)) { in getsecs()
127 return (compute(datebuf[0] * 100 + datebuf[1], in getsecs()
128 datebuf[2], datebuf[3], in getsecs()
/mirbsd/src/gnu/usr.bin/rcs/src/
Drcstime.c90 date2str(char const date[datesize], char datebuf[datesize + zonelenmax]) in date2str()
93 char *b = datebuf; in date2str()
103 snprintf(b, datesize + zonelenmax - (b - datebuf), in date2str()
106 return datebuf; in date2str()
Drcsrev.c283 char datebuf[datesize + zonelenmax]; local
288 date ? date2str(date,datebuf) : "",
409 char datebuf[datesize + zonelenmax]; local
493 date2str(next->date, datebuf)
542 char datebuf[datesize + zonelenmax]; local
628 date2str(trail->date, datebuf)
Drcsedit.c778 char datebuf[datesize + zonelenmax]; local
801 aputs(date2str(date,datebuf), out);
813 date2str(date, datebuf),
947 sp1 = date2str(date, datebuf);
956 delta->num, (int)(sp1-datebuf), datebuf, sp1,
Drlog.c570 char datebuf[datesize + zonelenmax]; local
585 date2str(node->date, datebuf),
/mirbsd/src/gnu/usr.bin/cvs/src/
Drcs.c8770 char datebuf[MAXDATELEN + 1]; in make_file_label() local
8778 RCS_getrevtime (rcs, rev, datebuf, 0); in make_file_label()
8779 (void) date_to_internet (date, datebuf); in make_file_label()
8803 (void) tm_to_internet (datebuf, wm); in make_file_label()
8804 label = Xasprintf ("-L%s\t%s", path, datebuf); in make_file_label()