Searched refs:statbuf (Results 1 - 5 of 5) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dset-mode-acl.c408 struct stat statbuf;
413 ret = fstat (desc, &statbuf);
415 ret = stat (name, &statbuf);
419 entries[0].uid = statbuf.st_uid;
423 entries[1].gid = statbuf.st_gid;
H A Dfile-has-acl.c491 struct stat statbuf;
493 if (stat (name, &statbuf) < 0)
496 return acl_nontrivial (count, entries, &statbuf);
/ndk/sources/host-tools/make-3.81/
H A Darscan.c769 struct stat statbuf;
790 EINTRLOOP (i, fstat (fd, &statbuf));
797 sprintf (ar_hdr.ar_date, "%ld", (long int) statbuf.st_mtime);
802 ar_hdr.ar_date = statbuf.st_mtime;
765 struct stat statbuf; local
H A Dremake.c1068 struct stat statbuf;
1072 EINTRLOOP (e, fstat (fd, &statbuf));
1084 if (statbuf.st_size == 0)
1062 struct stat statbuf; local
/ndk/sources/host-tools/sed-4.2.1/sed/
H A Dutils.c353 struct stat statbuf;
364 while ((rc = lstat (buf, &statbuf)) == 0
365 && (statbuf.st_mode & S_IFLNK) == S_IFLNK)
351 struct stat statbuf; local

Completed in 71 milliseconds