Searched refs:filefd (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Drtn_grab.c626 int filefd; local
731 if ((filefd = open(path,O_RDWR,0666))<0) {
756 if (fstat(filefd, &rstat) < 0) {
760 (void) close(filefd);
768 (void) close(filefd);
779 filefd,
787 (void) close(filefd);
802 (void) close(filefd);
813 filefd,
821 (void) close(filefd);
[all...]
H A Dwin_grab.c336 int filefd; local
497 if ((filefd = open(filename,O_RDWR,0666))<0) {
506 filefd,
510 close(filefd);
535 close(filefd) ;
598 close(filefd);
618 close(filefd);
629 close(filefd);
857 close(filefd) ;
1342 int filefd; local
[all...]
H A Ddga_ab.c91 int filefd = -1; local
95 if ((filefd = open(filename,O_RDWR,0666)) != -1 ) {
97 PROT_READ|PROT_WRITE, MAP_SHARED, filefd, (off_t)0);
98 close (filefd); /* May need to keep trap of fds... */
115 int filefd = -1; local

Completed in 267 milliseconds