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

/osnet-11/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))

Completed in 15 milliseconds