Searched refs:statbuf (Results 1 – 2 of 2) sorted by relevance
765 struct stat statbuf; in ar_member_touch() local786 EINTRLOOP (i, fstat (fd, &statbuf)); in ar_member_touch()793 sprintf (ar_hdr.ar_date, "%ld", (long int) statbuf.st_mtime); in ar_member_touch()798 ar_hdr.ar_date = statbuf.st_mtime; in ar_member_touch()
1062 struct stat statbuf; in touch_file() local1066 EINTRLOOP (e, fstat (fd, &statbuf)); in touch_file()1078 if (statbuf.st_size == 0) in touch_file()