iFd 380 orte/mca/ras/alps/ras_alps_module.c int iFd; /* file descriptor for appinfo */ iFd 411 orte/mca/ras/alps/ras_alps_module.c iFd=open( filename, O_RDONLY ); iFd 412 orte/mca/ras/alps/ras_alps_module.c if( iFd==-1 ) { /* If file absent, ALPS is down */ iFd 422 orte/mca/ras/alps/ras_alps_module.c if( fstat( iFd, &ssBuf )==-1 ) { /* If stat fails, access denied */ iFd 437 orte/mca/ras/alps/ras_alps_module.c if( (oNow=read( iFd, cpBuf, szLen ))!=(off_t)szLen ) { iFd 444 orte/mca/ras/alps/ras_alps_module.c close(iFd); /* Close (old) descriptor */ iFd 454 orte/mca/ras/alps/ras_alps_module.c close(iFd);