Home
last modified time | relevance | path

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

/original-bsd/lib/libc/gen/
H A Dctime.c918 const time_t * const timep; in localsub()
925 const time_t t = *timep;
963 localtime(timep) in localtime() argument
964 const time_t * const timep; in localtime()
968 localsub(timep, 0L, &tm);
977 gmtsub(timep, offset, tmp) in gmtsub() argument
978 const time_t * const timep; in gmtsub()
1011 gmtime(timep) in gmtime() argument
1012 const time_t * const timep; in gmtime()
1016 gmtsub(timep, 0L, &tm);
[all …]
/original-bsd/sbin/restore/
H A Ddirs.c57 struct timeval timep[2]; member
594 utimes(cp, node.timep);
686 node.timep[0].tv_sec = dip->di_atime;
687 node.timep[0].tv_usec = dip->di_atimensec / 1000;
688 node.timep[1].tv_sec = dip->di_mtime;
689 node.timep[1].tv_usec = dip->di_mtimensec / 1000;
H A Dtape.c486 struct timeval timep[2]; local
491 timep[0].tv_sec = curfile.dip->di_atime;
492 timep[0].tv_usec = curfile.dip->di_atimensec / 1000;
493 timep[1].tv_sec = curfile.dip->di_mtime;
494 timep[1].tv_usec = curfile.dip->di_mtimensec / 1000;
548 utimes(name, timep);
567 utimes(name, timep);
588 utimes(name, timep);
/original-bsd/local/ukc/restore/
H A Dtape.c374 time_t timep[2]; local
381 timep[0] = curfile.dip->di_atime;
382 timep[1] = curfile.dip->di_mtime;
431 utime(name, timep);
447 utime(name, timep);
/original-bsd/share/zoneinfo/
H A Dzic.c132 char * typep, char * monthp, char * dayp, char * timep));
1053 rulesub(rp, loyearp, hiyearp, typep, monthp, dayp, timep) in rulesub() argument
1060 char * const timep;
1071 cp = timep;
1085 rp->r_tod = gethms(timep, "invalid time of day", FALSE);
/original-bsd/old/pcc/lint/llibs/
H A Dllib-lc393 int utime(name, timep) char *name; time_t *timep; { return 0; }