Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/tnf/prex/
H A Dmain.c822 struct stat file_att; in get_executable() local
845 if (fstat(fd, &file_att) || !S_ISREG(file_att.st_mode)) { in get_executable()