fgets              87 ompi/debuggers/dlopen_test.c         if (0 == fgets(line, sizeof(line) - 1, fp)) {
fgets             207 ompi/mca/mtl/psm/mtl_psm_component.c     fgets(portState, sizeof(portState), devFile);
fgets             304 ompi/mca/mtl/psm2/mtl_psm2_component.c     fgets(portState, sizeof(portState), devFile);
fgets             108 ompi/mca/topo/treematch/treematch/tm_mapping.c   while(fgets(line,LINE_SIZE,pf))
fgets             137 ompi/mca/topo/treematch/treematch/tm_mapping.c   while(fgets(line,LINE_SIZE,pf)){
fgets             268 ompi/mca/topo/treematch/treematch/tm_mapping.c     fgets(line,LINE_SIZE,pf);    
fgets              71 ompi/mca/topo/treematch/treematch/tm_topology.c   fgets(line,1024,pf);
fgets             537 ompi/mca/topo/treematch/treematch/tm_topology.c   fgets(line, LINE_SIZE, pf);
fgets             548 ompi/mca/topo/treematch/treematch/tm_topology.c   fgets(line, LINE_SIZE, pf);
fgets             373 opal/mca/crs/base/crs_base_fns.c         if (NULL == fgets(line, max_len, file) ) {
fgets             420 opal/mca/crs/base/crs_base_fns.c         if (NULL == fgets(line, max_len, file) ) {
fgets             325 opal/mca/hwloc/base/hwloc_base_util.c                         while (fgets(line, sizeof(line), file) != NULL) {
fgets            1430 opal/mca/hwloc/base/hwloc_base_util.c     ret = fgets(input, OPAL_HWLOC_MAX_ELOG_LINE, fp);
fgets            2182 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     while (fgets(line, sizeof(line), file)) {
fgets            3986 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   while (fgets(str,len,fd)!=NULL) {
fgets            4303 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     while (fgets(line, sizeof(line), file)) {
fgets            5026 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   while (NULL != fgets(line, sizeof(line), file)) {
fgets            5564 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     if (!fgets(buffer, sizeof(buffer), fd))
fgets              95 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   while (fgets(line, sizeof(line), file))
fgets             106 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   while (fgets(line, sizeof(line), file)) {
fgets            1382 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   if (!fgets(line, sizeof(line), file)) {
fgets             633 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c     while (fgets(line, sizeof(line), file) != NULL) {
fgets             688 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c             if (!fgets(line, sizeof(line), file)) {
fgets             105 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     ret = fgets(input, 1024, fp);
fgets             389 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c         fgets(tmp, 512, fp);
fgets             490 opal/mca/pstat/linux/pstat_linux_module.c     ret = fgets(input, OPAL_STAT_MAX_LENGTH, fp);
fgets              87 opal/mca/timer/linux/timer_linux_component.c     while (NULL != fgets(buf, buflen, fp)) {
fgets            1007 opal/runtime/opal_cr.c         if( NULL == fgets(tmp_str, OPAL_PATH_MAX, env_data) ) {
fgets             137 orte/mca/ess/singleton/ess_singleton_module.c             if (NULL == fgets(input, 1023, fp)) {
fgets             907 orte/mca/filem/raw/filem_raw_module.c     while (fgets(path, sizeof(path), fp) != NULL) {
fgets             127 orte/mca/ras/alps/ras_alps_component.c         while (NULL != fgets(read_buf, 512, apstat_fp)) {
fgets             359 orte/mca/ras/alps/ras_alps_module.c     ret = fgets(input, RAS_BASE_FILE_MAX_LINE_LENGTH, fp);
fgets              95 orte/mca/ras/gridengine/ras_gridengine_module.c     while (fgets(buf, sizeof(buf), fp)) {
fgets             176 orte/mca/ras/gridengine/ras_gridengine_module.c     while (fgets(buf, sizeof(buf), fp)) {
fgets            1194 orte/mca/ras/slurm/ras_slurm_module.c     while (NULL != fgets(line, ORTE_SLURM_DYN_MAX_SIZE, fp) &&
fgets             244 orte/mca/ras/tm/ras_tm_module.c     ret = fgets(input, TM_FILE_MAX_LINE_LENGTH, fp);
fgets             303 orte/mca/rmaps/resilient/rmaps_resilient.c     ret = fgets(input, 1024, fp);
fgets             536 orte/mca/rmaps/seq/rmaps_seq.c     ret = fgets(input, 1024, fp);
fgets             124 orte/mca/rtc/hwloc/rtc_hwloc.c                 while (fgets(line, sizeof(line), file) != NULL) {
fgets             594 orte/mca/rtc/hwloc/rtc_hwloc.c     while (fgets(line, sizeof(line), file) != NULL) {
fgets             661 orte/mca/rtc/hwloc/rtc_hwloc.c             if (!fgets(line, sizeof(line), file)) {
fgets             156 orte/mca/schizo/slurm/schizo_slurm.c     if (NULL == fgets(output, 256, fp)) {
fgets             877 orte/mca/sstore/base/sstore_base_fns.c     if (NULL == fgets(line, max_len, file) ) {
fgets             931 orte/mca/sstore/base/sstore_base_fns.c         if (NULL == fgets(line, max_len, file) ) {
fgets            1310 orte/orted/orted_comm.c                 while (fgets(path, sizeof(path)-1, fp) != NULL) {
fgets             419 orte/orted/orted_submit.c             if (NULL == fgets(input, 1024, fp)) {
fgets            1939 orte/orted/orted_submit.c         if (NULL == fgets(line + sizeof(bogus) - 1,
fgets              92 orte/orted/pmix/pmix_server_pub.c             if (NULL == fgets(input, 1024, fp)) {
fgets              44 orte/test/mpi/read_write.c         while (NULL != fgets(line, sizeof(line), stdin)) {
fgets              32 orte/test/system/mapper.c     while (fgets(text, sizeof(text), stdin)) {
fgets              38 orte/test/system/reducer.c     while (fgets(text, sizeof(text), stdin)) {
fgets             254 orte/tools/orte-clean/orte-clean.c     ret = fgets(input, 1024, fp);
fgets             180 orte/util/hnp_contact.c     ret = fgets(input, ORTE_HNP_CONTACT_FILE_MAX_LINE_LENGTH, fp);
fgets             185 oshmem/mca/memheap/base/memheap_base_static.c     while (NULL != fgets(line, sizeof(line), fp)) {
fgets             317 oshmem/mca/sshmem/sysv/sshmem_sysv_module.c             while (fgets(buf, sizeof(buf), f)) {
fgets             167 test/util/opal_path_nfs.c     while (NULL != fgets (buffer, SIZE, file)) {
fgets             182 test/util/opal_path_nfs.c     while (i < count && NULL != fgets (buffer, SIZE, file)) {