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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex.c742 struct stat64 exrc_stat; local
745 if (stat64((char *)exrc_path, &exrc_stat) == -1)
749 if (process_uid && process_uid != exrc_stat.st_uid)
751 if ((exrc_stat.st_mode & (S_IWGRP | S_IWOTH)) != 0)

Completed in 57 milliseconds