Lines Matching refs:filefd
336 int filefd;
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;
1368 if ((filefd = open(filename,O_RDWR,0666))<0) {
1371 if (ftruncate(filefd,MINSHMEMSIZE+cliplen)<0) {
1372 close(filefd);
1376 close(filefd);
1393 if ((filefd = open(filename,O_RDWR,0666))<0) {
1396 if (ftruncate(filefd,MINSHMEMSIZE+cliplen)<0) {
1397 close(filefd);
1400 close(filefd);
1419 if ((filefd = open(filename,O_RDWR,0666))<0) {
1423 if (ftruncate(filefd,MINSHMEMSIZE)<0) {
1425 close(filefd);
1428 close(filefd);