Home
last modified time | relevance | path

Searched refs:statbuf (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Darscan.c765 struct stat statbuf; in ar_member_touch() local
786 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()
Dremake.c1062 struct stat statbuf; in touch_file() local
1066 EINTRLOOP (e, fstat (fd, &statbuf)); in touch_file()
1078 if (statbuf.st_size == 0) in touch_file()