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

/illumos-gate/usr/src/cmd/bnu/
H A Duucico.c468 struct stat ttysbuf; local
469 if ( fstat(Ifn,&ttysbuf) == 0 )
470 Dev_mode = ttysbuf.st_mode;
563 struct stat ttysbuf; local
564 if ( fstat(Ifn,&ttysbuf) == 0 )
565 Dev_mode = ttysbuf.st_mode;

Completed in 46 milliseconds