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

/solaris-x11-s11/open-src/app/installalias/sun-src/
H A Dinstallalias.c133 struct stat statb; local
143 if (fstat (fileno(file), &statb) == -1)
155 dir->dir_mtime = statb.st_mtime;
506 struct stat statb; local
516 if (fstat (fileno(file), &statb) == -1)
/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c847 struct stat statb; local
888 if (fstat (fileno (old), &statb) != -1)
889 chmod (new_name, (int) (statb.st_mode & 0777));

Completed in 394 milliseconds