Searched refs:statx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsuid_exec.c101 struct stat statx; local
193 if(stat(p, &statx) < 0 ||
194 statb.st_ino != statx.st_ino || statb.st_dev != statx.st_dev)
196 if(stat(THISPROG, &statx) < 0 ||
197 (statb.st_ino == statx.st_ino && statb.st_dev == statx.st_dev))
H A Dsubshell.c145 struct stat statb,statx; local
164 if(fd==1 || ((shp->fdstatus[fd]&(IONOSEEK|IOSEEK|IOWRITE))!=(IOSEEK|IOWRITE)) || fstat(fd,&statx)<0)
166 if(statb.st_ino==statx.st_ino && statb.st_dev==statx.st_dev)

Completed in 60 milliseconds