Searched defs:filefd (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s11/open-src/lib/libdga/sun-src/ |
H A D | rtn_grab.c | 626 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 D | dga_ab.c | 91 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
|
H A D | win_grab.c | 336 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...] |
Completed in 618 milliseconds