Home
last modified time | relevance | path

Searched refs:statx (Results 1 – 3 of 3) sorted by relevance

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