Searched refs:ostat (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/apr-32/apr/apr/build/
H A Dlineends.pl106 @ostat = stat($oname);
141 utime $ostat[9], $ostat[9], @anames;
143 chmod $ostat[2] & 07777, @anames;
144 chown $ostat[5], $ostat[6], @anames;
H A Dfixwin32mak.pl131 @ostat = stat($oname);
132 if ($ostat[9] && $dstat[9] && ($ostat[9] != $dstat[9])) {
160 @ostat = stat($oname);
161 if ($ostat[9] && $dstat[9] && ($ostat[9] != $dstat[9])) {
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h401 struct ostat;
411 void cvtstat(struct stat *st, struct ostat *ost);
H A Dstat.h118 struct ostat { struct

Completed in 109 milliseconds