fp                 63 ompi/debuggers/dlopen_test.c     FILE *fp;
fp                 71 ompi/debuggers/dlopen_test.c     fp = fopen(full_filename, "r");
fp                 72 ompi/debuggers/dlopen_test.c     if (NULL == fp) {
fp                 87 ompi/debuggers/dlopen_test.c         if (0 == fgets(line, sizeof(line) - 1, fp)) {
fp                 99 ompi/debuggers/dlopen_test.c     fclose(fp);
fp                150 ompi/debuggers/ompi_debuggers.c         FILE *fp;
fp                153 ompi/debuggers/ompi_debuggers.c         if (NULL != (fp = fopen(str, "r"))) {
fp                154 ompi/debuggers/ompi_debuggers.c             fclose(fp);
fp                265 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iwrite_all (ompio_file_t *fp, const void *buf,
fp                268 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iwrite_at_all (ompio_file_t *fp, OMPI_MPI_OFFSET_TYPE offset, const void *buf,
fp                299 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iread_all (ompio_file_t *fp, void *buf, int count, struct ompi_datatype_t *datatype,
fp                302 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iread_at_all (ompio_file_t *fp, OMPI_MPI_OFFSET_TYPE offset,
fp                484 ompi/mca/common/ompio/common_ompio_file_read.c int mca_common_ompio_file_iread_all (ompio_file_t *fp,
fp                492 ompi/mca/common/ompio/common_ompio_file_read.c     if ( NULL != fp->f_fcoll->fcoll_file_iread_all ) {
fp                493 ompi/mca/common/ompio/common_ompio_file_read.c 	ret = fp->f_fcoll->fcoll_file_iread_all (fp,
fp                503 ompi/mca/common/ompio/common_ompio_file_read.c 	ret = mca_common_ompio_file_iread ( fp, buf, count, datatype, request );
fp                509 ompi/mca/common/ompio/common_ompio_file_read.c int mca_common_ompio_file_iread_at_all (ompio_file_t *fp,
fp                519 ompi/mca/common/ompio/common_ompio_file_read.c     mca_common_ompio_file_get_position (fp, &prev_offset );
fp                520 ompi/mca/common/ompio/common_ompio_file_read.c     mca_common_ompio_set_explicit_offset (fp, offset);
fp                522 ompi/mca/common/ompio/common_ompio_file_read.c     ret = mca_common_ompio_file_iread_all (fp,
fp                528 ompi/mca/common/ompio/common_ompio_file_read.c     mca_common_ompio_set_explicit_offset (fp, prev_offset);
fp                462 ompi/mca/common/ompio/common_ompio_file_write.c int mca_common_ompio_file_iwrite_all (ompio_file_t *fp,
fp                470 ompi/mca/common/ompio/common_ompio_file_write.c     if ( NULL != fp->f_fcoll->fcoll_file_iwrite_all ) {
fp                471 ompi/mca/common/ompio/common_ompio_file_write.c 	ret = fp->f_fcoll->fcoll_file_iwrite_all (fp,
fp                481 ompi/mca/common/ompio/common_ompio_file_write.c 	ret = mca_common_ompio_file_iwrite ( fp, buf, count, datatype, request );
fp                488 ompi/mca/common/ompio/common_ompio_file_write.c int mca_common_ompio_file_iwrite_at_all (ompio_file_t *fp,
fp                499 ompi/mca/common/ompio/common_ompio_file_write.c     mca_common_ompio_file_get_position (fp, &prev_offset );
fp                500 ompi/mca/common/ompio/common_ompio_file_write.c     mca_common_ompio_set_explicit_offset (fp, offset);
fp                502 ompi/mca/common/ompio/common_ompio_file_write.c     ret = mca_common_ompio_file_iwrite_all ( fp, buf, count, datatype, request );
fp                504 ompi/mca/common/ompio/common_ompio_file_write.c     mca_common_ompio_set_explicit_offset (fp, prev_offset);
fp                132 ompi/mca/io/ompio/io_ompio.c 	FILE *fp;
fp                286 ompi/mca/io/ompio/io_ompio.c 	    fp = fopen("fileview_info.out", "w+");
fp                287 ompi/mca/io/ompio/io_ompio.c             if ( NULL == fp ) {
fp                299 ompi/mca/io/ompio/io_ompio.c 	    fprintf(fp,"FILEVIEW\n");
fp                303 ompi/mca/io/ompio/io_ompio.c                 fclose(fp);
fp                318 ompi/mca/io/ompio/io_ompio.c                 fclose(fp);
fp                336 ompi/mca/io/ompio/io_ompio.c                 fclose(fp);
fp                350 ompi/mca/io/ompio/io_ompio.c 	    fprintf(fp,"%d %d\n", m, fh->f_size+1);
fp                359 ompi/mca/io/ompio/io_ompio.c 			fprintf(fp,"%d ", column_list[column_index]);
fp                368 ompi/mca/io/ompio/io_ompio.c 	    fprintf(fp,"\n");
fp                370 ompi/mca/io/ompio/io_ompio.c 		fprintf(fp, "%d ", values[i]);
fp                372 ompi/mca/io/ompio/io_ompio.c 	    fprintf(fp, "\n");
fp                374 ompi/mca/io/ompio/io_ompio.c 		fprintf(fp, "%d ", row_index[i]);
fp                376 ompi/mca/io/ompio/io_ompio.c 	    fprintf(fp, "\n");
fp                377 ompi/mca/io/ompio/io_ompio.c 	    fclose(fp);
fp                502 ompi/mca/io/ompio/io_ompio_file_open.c int mca_io_ompio_file_seek_shared (ompi_file_t *fp,
fp                511 ompi/mca/io/ompio/io_ompio_file_open.c     data = (mca_common_ompio_data_t *) fp->f_io_selected_data;
fp                521 ompi/mca/io/ompio/io_ompio_file_open.c     OPAL_THREAD_LOCK(&fp->f_lock);
fp                523 ompi/mca/io/ompio/io_ompio_file_open.c     OPAL_THREAD_UNLOCK(&fp->f_lock);
fp                529 ompi/mca/io/ompio/io_ompio_file_open.c int mca_io_ompio_file_get_position_shared (ompi_file_t *fp,
fp                537 ompi/mca/io/ompio/io_ompio_file_open.c     data = (mca_common_ompio_data_t *) fp->f_io_selected_data;
fp                546 ompi/mca/io/ompio/io_ompio_file_open.c     OPAL_THREAD_LOCK(&fp->f_lock);
fp                549 ompi/mca/io/ompio/io_ompio_file_open.c     OPAL_THREAD_UNLOCK(&fp->f_lock);
fp                 54 ompi/mca/io/ompio/io_ompio_file_read.c int mca_io_ompio_file_read (ompi_file_t *fp,
fp                 63 ompi/mca/io/ompio/io_ompio_file_read.c     data = (mca_common_ompio_data_t *) fp->f_io_selected_data;
fp                 64 ompi/mca/io/ompio/io_ompio_file_read.c     OPAL_THREAD_LOCK(&fp->f_lock);
fp                 66 ompi/mca/io/ompio/io_ompio_file_read.c     OPAL_THREAD_UNLOCK(&fp->f_lock);
fp                164 ompi/mca/io/ompio/io_ompio_file_read.c     ompio_file_t *fp=NULL;
fp                167 ompi/mca/io/ompio/io_ompio_file_read.c     fp = &data->ompio_fh;
fp                220 ompi/mca/io/ompio/io_ompio_file_read.c int mca_io_ompio_file_read_shared (ompi_file_t *fp,
fp                231 ompi/mca/io/ompio/io_ompio_file_read.c     data = (mca_common_ompio_data_t *) fp->f_io_selected_data;
fp                240 ompi/mca/io/ompio/io_ompio_file_read.c     OPAL_THREAD_LOCK(&fp->f_lock);
fp                242 ompi/mca/io/ompio/io_ompio_file_read.c     OPAL_THREAD_UNLOCK(&fp->f_lock);
fp                360 ompi/mca/io/ompio/io_ompio_file_read.c     ompio_file_t *fp;
fp                364 ompi/mca/io/ompio/io_ompio_file_read.c     fp = &data->ompio_fh;
fp                365 ompi/mca/io/ompio/io_ompio_file_read.c     if ( true == fp->f_split_coll_in_use ) {
fp                370 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_io_ompio_file_iread_all ( fh, buf, count, datatype, &fp->f_split_coll_req );
fp                371 ompi/mca/io/ompio/io_ompio_file_read.c     fp->f_split_coll_in_use = true;
fp                381 ompi/mca/io/ompio/io_ompio_file_read.c     ompio_file_t *fp;
fp                385 ompi/mca/io/ompio/io_ompio_file_read.c     fp = &data->ompio_fh;
fp                386 ompi/mca/io/ompio/io_ompio_file_read.c     ret = ompi_request_wait ( &fp->f_split_coll_req, status );
fp                389 ompi/mca/io/ompio/io_ompio_file_read.c     fp->f_split_coll_in_use = false;
fp                401 ompi/mca/io/ompio/io_ompio_file_read.c     ompio_file_t *fp=NULL;
fp                403 ompi/mca/io/ompio/io_ompio_file_read.c     fp = &data->ompio_fh;
fp                405 ompi/mca/io/ompio/io_ompio_file_read.c     if ( true == fp->f_split_coll_in_use ) {
fp                410 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_iread_at_all ( fp, offset, buf, count, datatype, &fp->f_split_coll_req );
fp                412 ompi/mca/io/ompio/io_ompio_file_read.c     fp->f_split_coll_in_use = true;
fp                422 ompi/mca/io/ompio/io_ompio_file_read.c     ompio_file_t *fp=NULL;
fp                425 ompi/mca/io/ompio/io_ompio_file_read.c     fp = &data->ompio_fh;
fp                426 ompi/mca/io/ompio/io_ompio_file_read.c     ret = ompi_request_wait ( &fp->f_split_coll_req, status );
fp                429 ompi/mca/io/ompio/io_ompio_file_read.c     fp->f_split_coll_in_use = false;
fp                 58 ompi/mca/io/ompio/io_ompio_file_set_view.c int mca_io_ompio_file_set_view (ompi_file_t *fp,
fp                 74 ompi/mca/io/ompio/io_ompio_file_set_view.c     data = (mca_common_ompio_data_t *) fp->f_io_selected_data;
fp                 81 ompi/mca/io/ompio/io_ompio_file_set_view.c     OPAL_THREAD_LOCK(&fp->f_lock);
fp                 83 ompi/mca/io/ompio/io_ompio_file_set_view.c     OPAL_THREAD_UNLOCK(&fp->f_lock);
fp                 87 ompi/mca/io/ompio/io_ompio_file_set_view.c int mca_io_ompio_file_get_view (struct ompi_file_t *fp,
fp                 96 ompi/mca/io/ompio/io_ompio_file_set_view.c     data = (mca_common_ompio_data_t *) fp->f_io_selected_data;
fp                 99 ompi/mca/io/ompio/io_ompio_file_set_view.c     OPAL_THREAD_LOCK(&fp->f_lock);
fp                104 ompi/mca/io/ompio/io_ompio_file_set_view.c     OPAL_THREAD_UNLOCK(&fp->f_lock);
fp                 57 ompi/mca/io/ompio/io_ompio_file_write.c int mca_io_ompio_file_write (ompi_file_t *fp,
fp                 67 ompi/mca/io/ompio/io_ompio_file_write.c     data = (mca_common_ompio_data_t *) fp->f_io_selected_data;
fp                 69 ompi/mca/io/ompio/io_ompio_file_write.c     OPAL_THREAD_LOCK(&fp->f_lock);
fp                 71 ompi/mca/io/ompio/io_ompio_file_write.c     OPAL_THREAD_UNLOCK(&fp->f_lock);
fp                 94 ompi/mca/io/ompio/io_ompio_file_write.c int mca_io_ompio_file_iwrite (ompi_file_t *fp,
fp                103 ompi/mca/io/ompio/io_ompio_file_write.c     data = (mca_common_ompio_data_t *) fp->f_io_selected_data;
fp                104 ompi/mca/io/ompio/io_ompio_file_write.c     OPAL_THREAD_LOCK(&fp->f_lock);
fp                106 ompi/mca/io/ompio/io_ompio_file_write.c     OPAL_THREAD_UNLOCK(&fp->f_lock);
fp                188 ompi/mca/io/ompio/io_ompio_file_write.c     ompio_file_t *fp=NULL;
fp                191 ompi/mca/io/ompio/io_ompio_file_write.c     fp = &data->ompio_fh;
fp                227 ompi/mca/io/ompio/io_ompio_file_write.c int mca_io_ompio_file_write_shared (ompi_file_t *fp,
fp                238 ompi/mca/io/ompio/io_ompio_file_write.c     data = (mca_common_ompio_data_t *) fp->f_io_selected_data;
fp                247 ompi/mca/io/ompio/io_ompio_file_write.c     OPAL_THREAD_LOCK(&fp->f_lock);
fp                249 ompi/mca/io/ompio/io_ompio_file_write.c     OPAL_THREAD_UNLOCK(&fp->f_lock);
fp                254 ompi/mca/io/ompio/io_ompio_file_write.c int mca_io_ompio_file_iwrite_shared (ompi_file_t *fp,
fp                265 ompi/mca/io/ompio/io_ompio_file_write.c     data = (mca_common_ompio_data_t *) fp->f_io_selected_data;
fp                274 ompi/mca/io/ompio/io_ompio_file_write.c     OPAL_THREAD_LOCK(&fp->f_lock);
fp                276 ompi/mca/io/ompio/io_ompio_file_write.c     OPAL_THREAD_UNLOCK(&fp->f_lock);
fp                281 ompi/mca/io/ompio/io_ompio_file_write.c int mca_io_ompio_file_write_ordered (ompi_file_t *fp,
fp                292 ompi/mca/io/ompio/io_ompio_file_write.c     data = (mca_common_ompio_data_t *) fp->f_io_selected_data;
fp                301 ompi/mca/io/ompio/io_ompio_file_write.c     OPAL_THREAD_LOCK(&fp->f_lock);
fp                303 ompi/mca/io/ompio/io_ompio_file_write.c     OPAL_THREAD_UNLOCK(&fp->f_lock);
fp                308 ompi/mca/io/ompio/io_ompio_file_write.c int mca_io_ompio_file_write_ordered_begin (ompi_file_t *fp,
fp                318 ompi/mca/io/ompio/io_ompio_file_write.c     data = (mca_common_ompio_data_t *) fp->f_io_selected_data;
fp                327 ompi/mca/io/ompio/io_ompio_file_write.c     OPAL_THREAD_LOCK(&fp->f_lock);
fp                329 ompi/mca/io/ompio/io_ompio_file_write.c     OPAL_THREAD_UNLOCK(&fp->f_lock);
fp                334 ompi/mca/io/ompio/io_ompio_file_write.c int mca_io_ompio_file_write_ordered_end (ompi_file_t *fp,
fp                343 ompi/mca/io/ompio/io_ompio_file_write.c     data = (mca_common_ompio_data_t *) fp->f_io_selected_data;
fp                352 ompi/mca/io/ompio/io_ompio_file_write.c     OPAL_THREAD_LOCK(&fp->f_lock);
fp                354 ompi/mca/io/ompio/io_ompio_file_write.c     OPAL_THREAD_UNLOCK(&fp->f_lock);
fp                368 ompi/mca/io/ompio/io_ompio_file_write.c     ompio_file_t *fp;
fp                372 ompi/mca/io/ompio/io_ompio_file_write.c     fp = &data->ompio_fh;
fp                373 ompi/mca/io/ompio/io_ompio_file_write.c     if ( true == fp->f_split_coll_in_use ) {
fp                378 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_io_ompio_file_iwrite_all ( fh, buf, count, datatype, &fp->f_split_coll_req );
fp                379 ompi/mca/io/ompio/io_ompio_file_write.c     fp->f_split_coll_in_use = true;
fp                389 ompi/mca/io/ompio/io_ompio_file_write.c     ompio_file_t *fp;
fp                393 ompi/mca/io/ompio/io_ompio_file_write.c     fp = &data->ompio_fh;
fp                394 ompi/mca/io/ompio/io_ompio_file_write.c     ret = ompi_request_wait ( &fp->f_split_coll_req, status );
fp                397 ompi/mca/io/ompio/io_ompio_file_write.c     fp->f_split_coll_in_use = false;
fp                410 ompi/mca/io/ompio/io_ompio_file_write.c     ompio_file_t *fp=NULL;
fp                413 ompi/mca/io/ompio/io_ompio_file_write.c     fp = &data->ompio_fh;
fp                415 ompi/mca/io/ompio/io_ompio_file_write.c     if ( true == fp->f_split_coll_in_use ) {
fp                420 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_iwrite_at_all ( fp, offset, buf, count, datatype, &fp->f_split_coll_req );
fp                422 ompi/mca/io/ompio/io_ompio_file_write.c     fp->f_split_coll_in_use = true;
fp                434 ompi/mca/io/ompio/io_ompio_file_write.c     ompio_file_t *fp=NULL;
fp                437 ompi/mca/io/ompio/io_ompio_file_write.c     fp = &data->ompio_fh;
fp                438 ompi/mca/io/ompio/io_ompio_file_write.c     ret = ompi_request_wait ( &fp->f_split_coll_req, status );
fp                441 ompi/mca/io/ompio/io_ompio_file_write.c     fp->f_split_coll_in_use = false;
fp                349 ompi/runtime/ompi_mpi_params.c     FILE *fp = NULL;
fp                362 ompi/runtime/ompi_mpi_params.c         if ( NULL == (fp = fopen(ompi_mpi_show_mca_params_file, "w")) ) {
fp                366 ompi/runtime/ompi_mpi_params.c         fprintf(fp, "#\n");
fp                367 ompi/runtime/ompi_mpi_params.c         fprintf(fp, "# This file was automatically generated on %s", ctime(&timestamp));
fp                368 ompi/runtime/ompi_mpi_params.c         fprintf(fp, "# by MPI_COMM_WORLD rank %d (out of a total of %d) on %s\n", rank, requested, nodename );
fp                369 ompi/runtime/ompi_mpi_params.c         fprintf(fp, "#\n");
fp                422 ompi/runtime/ompi_mpi_params.c             fprintf(fp, "%s\n", var_dump[0]);
fp                433 ompi/runtime/ompi_mpi_params.c         fclose(fp);
fp                142 ompi/tools/mpisync/sync.c         FILE *fp = fopen(filename,"w");
fp                143 ompi/tools/mpisync/sync.c         if( fp == NULL ){
fp                150 ompi/tools/mpisync/sync.c         fprintf(fp, "# Used algorithm: %s\n", (alg ? "binary tree" : "linear"));
fp                152 ompi/tools/mpisync/sync.c             fprintf(fp, "%s %lf %lf\n", h[i], m[i][0], m[i][1]);
fp                154 ompi/tools/mpisync/sync.c         fclose(fp);
fp                 42 opal/mca/btl/usnic/btl_usnic_map.c static int map_output_modules(FILE *fp)
fp                 52 opal/mca/btl/usnic/btl_usnic_map.c     fprintf(fp, "# Devices possibly used by this process:\n");
fp                 78 opal/mca/btl/usnic/btl_usnic_map.c         fprintf(fp, "device=%s,ip=%s,mss=%" PRIsize_t "\n",
fp                114 opal/mca/btl/usnic/btl_usnic_map.c static int map_output_endpoints(FILE *fp, opal_btl_usnic_proc_t *proc)
fp                145 opal/mca/btl/usnic/btl_usnic_map.c             fprintf(fp, ",");
fp                152 opal/mca/btl/usnic/btl_usnic_map.c         fprintf(fp, "device=%s@peer_ip=%s",
fp                157 opal/mca/btl/usnic/btl_usnic_map.c     fprintf(fp, "\n");
fp                189 opal/mca/btl/usnic/btl_usnic_map.c static int map_output_procs(FILE *fp)
fp                196 opal/mca/btl/usnic/btl_usnic_map.c     fprintf(fp, "# Endpoints used to communicate to each peer MPI process:\n");
fp                218 opal/mca/btl/usnic/btl_usnic_map.c         fprintf(fp, "peer=%d,", procs[i]->proc_opal->proc_name.vpid);
fp                219 opal/mca/btl/usnic/btl_usnic_map.c         fprintf(fp, "hostname=%s,", opal_get_proc_hostname(procs[i]->proc_opal));
fp                220 opal/mca/btl/usnic/btl_usnic_map.c         if (OPAL_SUCCESS != map_output_endpoints(fp, procs[i])) {
fp                239 opal/mca/btl/usnic/btl_usnic_map.c     FILE *fp;
fp                258 opal/mca/btl/usnic/btl_usnic_map.c     fp = fopen(filename, "w");
fp                259 opal/mca/btl/usnic/btl_usnic_map.c     if (NULL == fp) {
fp                272 opal/mca/btl/usnic/btl_usnic_map.c     if (OPAL_SUCCESS == map_output_modules(fp)) {
fp                273 opal/mca/btl/usnic/btl_usnic_map.c         map_output_procs(fp);
fp                276 opal/mca/btl/usnic/btl_usnic_map.c     fclose(fp);
fp                188 opal/mca/common/ucx/common_ucx_wpool.h     opal_common_ucx_tlocal_fast_ptrs_t *fp = NULL;
fp                193 opal/mca/common/ucx/common_ucx_wpool.h     rc = opal_tsd_getspecific(mem->mem_tls_key, (void**)&fp);
fp                197 opal/mca/common/ucx/common_ucx_wpool.h     expr = fp && (NULL != fp->winfo) && (fp->winfo->endpoints[target]) &&
fp                198 opal/mca/common/ucx/common_ucx_wpool.h             (NULL != fp->rkeys[target]);
fp                204 opal/mca/common/ucx/common_ucx_wpool.h         rc = opal_tsd_getspecific(mem->mem_tls_key, (void**)&fp);
fp                209 opal/mca/common/ucx/common_ucx_wpool.h     MCA_COMMON_UCX_ASSERT(fp && (NULL != fp->winfo) &&
fp                210 opal/mca/common/ucx/common_ucx_wpool.h                           (fp->winfo->endpoints[target])
fp                211 opal/mca/common/ucx/common_ucx_wpool.h                           && (NULL != fp->rkeys[target]));
fp                213 opal/mca/common/ucx/common_ucx_wpool.h     *_rkey = fp->rkeys[target];
fp                214 opal/mca/common/ucx/common_ucx_wpool.h     *_winfo = fp->winfo;
fp                215 opal/mca/common/ucx/common_ucx_wpool.h     *_ep = fp->winfo->endpoints[target];
fp               1425 opal/mca/hwloc/base/hwloc_base_util.c static char *hwloc_getline(FILE *fp)
fp               1430 opal/mca/hwloc/base/hwloc_base_util.c     ret = fgets(input, OPAL_HWLOC_MAX_ELOG_LINE, fp);
fp               1450 opal/mca/hwloc/base/hwloc_base_util.c     FILE *fp;
fp               1460 opal/mca/hwloc/base/hwloc_base_util.c     if (NULL == (fp = fopen("/proc/elog", "r"))) {
fp               1467 opal/mca/hwloc/base/hwloc_base_util.c     while (NULL != (cptr = hwloc_getline(fp))) {
fp               1485 opal/mca/hwloc/base/hwloc_base_util.c     fclose(fp);
fp                100 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c static char *pmix_getline(FILE *fp)
fp                105 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     ret = fgets(input, 1024, fp);
fp                382 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     FILE *fp;
fp                386 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     fp = fopen(tmp, "r");
fp                387 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     if (NULL != fp) {
fp                389 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c         fgets(tmp, 512, fp);
fp                390 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c         fclose(fp);
fp                735 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     FILE *fp;
fp                743 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     fp = fopen(filename, "r");
fp                744 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     if (NULL == fp) {
fp                767 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c                     fp = fopen(filename, "r");
fp                768 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c                     if (NULL != fp) {
fp                781 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     srvr = pmix_getline(fp);
fp                784 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c         fclose(fp);
fp                788 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     p2 = pmix_getline(fp);
fp                817 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     fclose(fp);
fp                663 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             FILE *fp;
fp                664 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             fp = fopen(mca_ptl_tcp_component.report_uri, "w");
fp                665 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             if (NULL == fp) {
fp                674 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             fprintf(fp, "%s\n", lt->uri);
fp                676 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             fprintf(fp, "v%s\n", PMIX_VERSION);
fp                677 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             fclose(fp);
fp                683 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         FILE *fp;
fp                688 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         fp = fopen(mca_ptl_tcp_component.rendezvous_filename, "w");
fp                689 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         if (NULL == fp) {
fp                699 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         fprintf(fp, "%s\n", lt->uri);
fp                701 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         fprintf(fp, "v%s\n", PMIX_VERSION);
fp                702 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         fclose(fp);
fp                715 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         FILE *fp;
fp                725 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         fp = fopen(mca_ptl_tcp_component.system_filename, "w");
fp                726 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         if (NULL == fp) {
fp                736 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         fprintf(fp, "%s\n", lt->uri);
fp                738 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         fprintf(fp, "v%s\n", PMIX_VERSION);
fp                739 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         fclose(fp);
fp                750 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         FILE *fp;
fp                763 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         fp = fopen(mca_ptl_tcp_component.session_filename, "w");
fp                764 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         if (NULL == fp) {
fp                774 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         fprintf(fp, "%s\n", lt->uri);
fp                776 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         fprintf(fp, "%s\n", PMIX_VERSION);
fp                777 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         fclose(fp);
fp                797 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         fp = fopen(mca_ptl_tcp_component.nspace_filename, "w");
fp                798 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         if (NULL == fp) {
fp                808 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         fprintf(fp, "%s\n", lt->uri);
fp                810 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         fprintf(fp, "%s\n", PMIX_VERSION);
fp                811 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         fclose(fp);
fp                329 opal/mca/pmix/pmix4x/pmix/src/util/timings.c     FILE *fp = NULL;
fp                336 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         fp = fopen(fname,"a");
fp                337 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         if( fp == NULL ){
fp                397 opal/mca/pmix/pmix4x/pmix/src/util/timings.c             if( fp != NULL ){
fp                398 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                 fprintf(fp,"%s", buf);
fp                399 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                 fprintf(fp,"\n");
fp                413 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         if( fp != NULL ){
fp                414 opal/mca/pmix/pmix4x/pmix/src/util/timings.c             fprintf(fp,"%s", buf);
fp                415 opal/mca/pmix/pmix4x/pmix/src/util/timings.c             fprintf(fp,"\n");
fp                430 opal/mca/pmix/pmix4x/pmix/src/util/timings.c     if( fp != NULL ){
fp                431 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         fflush(fp);
fp                432 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         fclose(fp);
fp                443 opal/mca/pmix/pmix4x/pmix/src/util/timings.c     FILE *fp = NULL;
fp                450 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         fp = fopen(fname,"a");
fp                451 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         if( fp == NULL ){
fp                593 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         if( fp != NULL ){
fp                594 opal/mca/pmix/pmix4x/pmix/src/util/timings.c             fprintf(fp,"%s", buf);
fp                595 opal/mca/pmix/pmix4x/pmix/src/util/timings.c             fprintf(fp,"\n");
fp                610 opal/mca/pmix/pmix4x/pmix/src/util/timings.c     if( fp != NULL ){
fp                611 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         fflush(fp);
fp                612 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         fclose(fp);
fp                 72 opal/mca/pstat/linux/pstat_linux_module.c static char *local_getline(FILE *fp);
fp                135 opal/mca/pstat/linux/pstat_linux_module.c     FILE *fp;
fp                292 opal/mca/pstat/linux/pstat_linux_module.c         if (NULL == (fp = fopen(data, "r"))) {
fp                298 opal/mca/pstat/linux/pstat_linux_module.c         while (NULL != (dptr = local_getline(fp))) {
fp                312 opal/mca/pstat/linux/pstat_linux_module.c         fclose(fp);
fp                321 opal/mca/pstat/linux/pstat_linux_module.c         if (NULL == (fp = fopen(data, "r"))) {
fp                327 opal/mca/pstat/linux/pstat_linux_module.c         while (NULL != (dptr = local_getline(fp))) {
fp                337 opal/mca/pstat/linux/pstat_linux_module.c         fclose(fp);
fp                368 opal/mca/pstat/linux/pstat_linux_module.c         if (NULL == (fp = fopen("/proc/meminfo", "r"))) {
fp                374 opal/mca/pstat/linux/pstat_linux_module.c         while (NULL != (dptr = local_getline(fp))) {
fp                397 opal/mca/pstat/linux/pstat_linux_module.c         fclose(fp);
fp                401 opal/mca/pstat/linux/pstat_linux_module.c         if (NULL == (fp = fopen("/proc/diskstats", "r"))) {
fp                408 opal/mca/pstat/linux/pstat_linux_module.c         while (NULL != (dptr = local_getline(fp))) {
fp                440 opal/mca/pstat/linux/pstat_linux_module.c         fclose(fp);
fp                444 opal/mca/pstat/linux/pstat_linux_module.c         if (NULL == (fp = fopen("/proc/net/dev", "r"))) {
fp                451 opal/mca/pstat/linux/pstat_linux_module.c         local_getline(fp);
fp                452 opal/mca/pstat/linux/pstat_linux_module.c         local_getline(fp);
fp                454 opal/mca/pstat/linux/pstat_linux_module.c         while (NULL != (dptr = local_getline(fp))) {
fp                479 opal/mca/pstat/linux/pstat_linux_module.c         fclose(fp);
fp                486 opal/mca/pstat/linux/pstat_linux_module.c static char *local_getline(FILE *fp)
fp                490 opal/mca/pstat/linux/pstat_linux_module.c     ret = fgets(input, OPAL_STAT_MAX_LENGTH, fp);
fp                 82 opal/mca/timer/linux/timer_linux_component.c find_info(FILE* fp, char *str, char *buf, size_t buflen)
fp                 86 opal/mca/timer/linux/timer_linux_component.c     rewind(fp);
fp                 87 opal/mca/timer/linux/timer_linux_component.c     while (NULL != fgets(buf, buflen, fp)) {
fp                107 opal/mca/timer/linux/timer_linux_component.c     FILE *fp;
fp                113 opal/mca/timer/linux/timer_linux_component.c     fp = fopen("/proc/cpuinfo", "r");
fp                114 opal/mca/timer/linux/timer_linux_component.c     if (NULL == fp) {
fp                127 opal/mca/timer/linux/timer_linux_component.c         loc = find_info(fp, "timebase", buf, 1024);
fp                140 opal/mca/timer/linux/timer_linux_component.c         loc = find_info(fp, "bogomips", buf, 1024);
fp                154 opal/mca/timer/linux/timer_linux_component.c         loc = find_info(fp, "cpu MHz", buf, 1024);
fp                166 opal/mca/timer/linux/timer_linux_component.c         loc = find_info(fp, "Cpu0ClkTck", buf, 1024);
fp                176 opal/mca/timer/linux/timer_linux_component.c     fclose(fp);
fp                110 orte/mca/ess/singleton/ess_singleton_module.c             FILE *fp;
fp                130 orte/mca/ess/singleton/ess_singleton_module.c             fp = fopen(filename, "r");
fp                131 orte/mca/ess/singleton/ess_singleton_module.c             if (NULL == fp) { /* can't find or read file! */
fp                137 orte/mca/ess/singleton/ess_singleton_module.c             if (NULL == fgets(input, 1023, fp)) {
fp                139 orte/mca/ess/singleton/ess_singleton_module.c                 fclose(fp);
fp                144 orte/mca/ess/singleton/ess_singleton_module.c             fclose(fp);
fp                887 orte/mca/filem/raw/filem_raw_module.c     FILE *fp;
fp                897 orte/mca/filem/raw/filem_raw_module.c     fp = popen(cmd, "r");
fp                899 orte/mca/filem/raw/filem_raw_module.c     if (NULL == fp) {
fp                907 orte/mca/filem/raw/filem_raw_module.c     while (fgets(path, sizeof(path), fp) != NULL) {
fp                941 orte/mca/filem/raw/filem_raw_module.c     pclose(fp);
fp                 45 orte/mca/ras/alps/ras_alps_module.c typedef int (*parser_fn_t)(char **val_if_found, FILE *fp,
fp                 62 orte/mca/ras/alps/ras_alps_module.c static char *ras_alps_getline(FILE *fp);
fp                 70 orte/mca/ras/alps/ras_alps_module.c static int parser_ini(char **val_if_found, FILE *fp, const char *var_name);
fp                 72 orte/mca/ras/alps/ras_alps_module.c static int parser_separated_columns(char **val_if_found, FILE *fp,
fp                 94 orte/mca/ras/alps/ras_alps_module.c parser_ini(char **val_if_found, FILE *fp, const char *var_name)
fp                109 orte/mca/ras/alps/ras_alps_module.c     while ((alps_config_str = ras_alps_getline(fp))) {
fp                164 orte/mca/ras/alps/ras_alps_module.c parser_separated_columns(char **val_if_found, FILE *fp, const char *var_name)
fp                181 orte/mca/ras/alps/ras_alps_module.c     while ((alps_config_str = ras_alps_getline(fp))) {
fp                239 orte/mca/ras/alps/ras_alps_module.c     FILE *fp = NULL;
fp                250 orte/mca/ras/alps/ras_alps_module.c         if (NULL == (fp = fopen(sysconfigs[i].path, "r"))) {
fp                259 orte/mca/ras/alps/ras_alps_module.c         rc = sysconfigs[i].parse(&appinfo_path, fp, sysconfigs[i].var_name);
fp                261 orte/mca/ras/alps/ras_alps_module.c         fclose(fp);
fp                349 orte/mca/ras/alps/ras_alps_module.c ras_alps_getline(FILE *fp)
fp                359 orte/mca/ras/alps/ras_alps_module.c     ret = fgets(input, RAS_BASE_FILE_MAX_LINE_LENGTH, fp);
fp                 69 orte/mca/ras/gridengine/ras_gridengine_module.c     FILE *fp;
fp                 81 orte/mca/ras/gridengine/ras_gridengine_module.c     if (!(fp = fopen(pe_hostfile, "r"))) {
fp                 95 orte/mca/ras/gridengine/ras_gridengine_module.c     while (fgets(buf, sizeof(buf), fp)) {
fp                124 orte/mca/ras/gridengine/ras_gridengine_module.c                 fclose(fp);
fp                140 orte/mca/ras/gridengine/ras_gridengine_module.c     fclose(fp);
fp                166 orte/mca/ras/gridengine/ras_gridengine_module.c     FILE *fp;
fp                169 orte/mca/ras/gridengine/ras_gridengine_module.c     if (!(fp = fopen(pe_hostfile, "r"))) {
fp                176 orte/mca/ras/gridengine/ras_gridengine_module.c     while (fgets(buf, sizeof(buf), fp)) {
fp                187 orte/mca/ras/gridengine/ras_gridengine_module.c             fclose(fp);
fp                193 orte/mca/ras/gridengine/ras_gridengine_module.c     fclose(fp);
fp               1182 orte/mca/ras/slurm/ras_slurm_module.c     FILE *fp;
fp               1188 orte/mca/ras/slurm/ras_slurm_module.c     if (NULL == (fp = fopen(filename, "r"))) {
fp               1194 orte/mca/ras/slurm/ras_slurm_module.c     while (NULL != fgets(line, ORTE_SLURM_DYN_MAX_SIZE, fp) &&
fp               1212 orte/mca/ras/slurm/ras_slurm_module.c     fclose(fp);
fp                 48 orte/mca/ras/tm/ras_tm_module.c static char *tm_getline(FILE *fp);
fp                129 orte/mca/ras/tm/ras_tm_module.c     FILE *fp;
fp                160 orte/mca/ras/tm/ras_tm_module.c     fp = fopen(filename, "r");
fp                161 orte/mca/ras/tm/ras_tm_module.c     if (NULL == fp) {
fp                173 orte/mca/ras/tm/ras_tm_module.c     while (NULL != (hostname = tm_getline(fp))) {
fp                234 orte/mca/ras/tm/ras_tm_module.c     fclose(fp);
fp                239 orte/mca/ras/tm/ras_tm_module.c static char *tm_getline(FILE *fp)
fp                244 orte/mca/ras/tm/ras_tm_module.c     ret = fgets(input, TM_FILE_MAX_LINE_LENGTH, fp);
fp                 51 orte/mca/rmaps/resilient/rmaps_resilient.c static char *orte_getline(FILE *fp);
fp                298 orte/mca/rmaps/resilient/rmaps_resilient.c static char *orte_getline(FILE *fp)
fp                303 orte/mca/rmaps/resilient/rmaps_resilient.c     ret = fgets(input, 1024, fp);
fp                318 orte/mca/rmaps/resilient/rmaps_resilient.c     FILE *fp;
fp                337 orte/mca/rmaps/resilient/rmaps_resilient.c     fp = fopen(mca_rmaps_resilient_component.fault_group_file, "r");
fp                338 orte/mca/rmaps/resilient/rmaps_resilient.c     if (NULL == fp) { /* not found */
fp                346 orte/mca/rmaps/resilient/rmaps_resilient.c     while (NULL != (ftinput = orte_getline(fp))) {
fp                373 orte/mca/rmaps/resilient/rmaps_resilient.c     fclose(fp);
fp                 86 orte/mca/rmaps/seq/rmaps_seq.c static char *orte_getline(FILE *fp);
fp                109 orte/mca/rmaps/seq/rmaps_seq.c     FILE *fp;
fp                165 orte/mca/rmaps/seq/rmaps_seq.c         fp = fopen(orte_default_hostfile, "r");
fp                166 orte/mca/rmaps/seq/rmaps_seq.c         if (NULL == fp) {
fp                171 orte/mca/rmaps/seq/rmaps_seq.c         while (NULL != (hstname = orte_getline(fp))) {
fp                206 orte/mca/rmaps/seq/rmaps_seq.c         fclose(fp);
fp                272 orte/mca/rmaps/seq/rmaps_seq.c             fp = fopen(hosts, "r");
fp                273 orte/mca/rmaps/seq/rmaps_seq.c             if (NULL == fp) {
fp                279 orte/mca/rmaps/seq/rmaps_seq.c             while (NULL != (hstname = orte_getline(fp))) {
fp                314 orte/mca/rmaps/seq/rmaps_seq.c             fclose(fp);
fp                531 orte/mca/rmaps/seq/rmaps_seq.c static char *orte_getline(FILE *fp)
fp                536 orte/mca/rmaps/seq/rmaps_seq.c     ret = fgets(input, 1024, fp);
fp                138 orte/mca/schizo/slurm/schizo_slurm.c     FILE *fp;
fp                151 orte/mca/schizo/slurm/schizo_slurm.c     fp = popen(cmd, "r");
fp                152 orte/mca/schizo/slurm/schizo_slurm.c     if (NULL == fp) {
fp                156 orte/mca/schizo/slurm/schizo_slurm.c     if (NULL == fgets(output, 256, fp)) {
fp                158 orte/mca/schizo/slurm/schizo_slurm.c         pclose(fp);
fp                162 orte/mca/schizo/slurm/schizo_slurm.c     pclose(fp);
fp                121 orte/orted/orted_comm.c     FILE *fp;
fp               1286 orte/orted/orted_comm.c                 fp = NULL;
fp               1290 orte/orted/orted_comm.c                     fp = popen(gscmd, "r");
fp               1295 orte/orted/orted_comm.c                 if (NULL == gstack_exec || NULL == fp) {
fp               1310 orte/orted/orted_comm.c                 while (fgets(path, sizeof(path)-1, fp) != NULL) {
fp               1318 orte/orted/orted_comm.c                 pclose(fp);
fp                393 orte/orted/orted_submit.c             FILE *fp;
fp                411 orte/orted/orted_submit.c             fp = fopen(filename, "r");
fp                412 orte/orted/orted_submit.c             if (NULL == fp) { /* can't find or read file! */
fp                419 orte/orted/orted_submit.c             if (NULL == fgets(input, 1024, fp)) {
fp                421 orte/orted/orted_submit.c                 fclose(fp);
fp                425 orte/orted/orted_submit.c             fclose(fp);
fp               1037 orte/orted/orted_submit.c             FILE *fp;
fp               1047 orte/orted/orted_submit.c                 fp = fopen(orte_cmd_options.report_uri, "w");
fp               1048 orte/orted/orted_submit.c                 if (NULL == fp) {
fp               1053 orte/orted/orted_submit.c                 fprintf(fp, "%s\n", (NULL == rml_uri) ? "NULL" : rml_uri);
fp               1054 orte/orted/orted_submit.c                 fclose(fp);
fp               1233 orte/orted/orted_submit.c         FILE *fp;
fp               1241 orte/orted/orted_submit.c             fp = fopen(orte_cmd_options.report_pid, "w");
fp               1242 orte/orted/orted_submit.c             if (NULL == fp) {
fp               1247 orte/orted/orted_submit.c             fprintf(fp, "%d\n", (int)getpid());
fp               1248 orte/orted/orted_submit.c             fclose(fp);
fp               1897 orte/orted/orted_submit.c     FILE *fp;
fp               1917 orte/orted/orted_submit.c     fp = fopen(filename, "r");
fp               1918 orte/orted/orted_submit.c     if (NULL == fp) {
fp               1940 orte/orted/orted_submit.c                           sizeof(line) - sizeof(bogus) - 1, fp)) {
fp               2000 orte/orted/orted_submit.c                     fclose(fp);
fp               2025 orte/orted/orted_submit.c     } while (!feof(fp));
fp               2026 orte/orted/orted_submit.c     fclose(fp);
fp                 55 orte/orted/pmix/pmix_server_pub.c     FILE *fp;
fp                 86 orte/orted/pmix/pmix_server_pub.c             fp = fopen(filename, "r");
fp                 87 orte/orted/pmix/pmix_server_pub.c             if (NULL == fp) { /* can't find or read file! */
fp                 92 orte/orted/pmix/pmix_server_pub.c             if (NULL == fgets(input, 1024, fp)) {
fp                 94 orte/orted/pmix/pmix_server_pub.c                 fclose(fp);
fp                100 orte/orted/pmix/pmix_server_pub.c             fclose(fp);
fp                 55 orte/test/mpi/singleton_client_server.c   FILE *fp ;
fp                103 orte/test/mpi/singleton_client_server.c     fp = fopen("server_port_name.txt", "w") ;
fp                104 orte/test/mpi/singleton_client_server.c     if(fp == NULL)
fp                109 orte/test/mpi/singleton_client_server.c     fprintf(fp, "%s", server_port_name) ;
fp                110 orte/test/mpi/singleton_client_server.c     fclose(fp) ;
fp                139 orte/test/mpi/singleton_client_server.c     fp = fopen("server_port_name.txt", "r") ;
fp                140 orte/test/mpi/singleton_client_server.c     if(fp == NULL)
fp                145 orte/test/mpi/singleton_client_server.c     fscanf(fp, "%s", server_port_name) ;
fp                146 orte/test/mpi/singleton_client_server.c     fclose(fp) ;
fp                248 orte/tools/orte-clean/orte-clean.c static char *orte_getline(FILE *fp)
fp                254 orte/tools/orte-clean/orte-clean.c     ret = fgets(input, 1024, fp);
fp                217 orte/tools/orte-server/orte-server.c             FILE *fp;
fp                218 orte/tools/orte-server/orte-server.c             fp = fopen(report_uri, "w");
fp                219 orte/tools/orte-server/orte-server.c             if (NULL == fp) {
fp                224 orte/tools/orte-server/orte-server.c             fprintf(fp, "%s\n", rml_uri);
fp                225 orte/tools/orte-server/orte-server.c             fclose(fp);
fp                 75 orte/util/hnp_contact.c static char *orte_getline(FILE *fp);
fp                 79 orte/util/hnp_contact.c     FILE *fp;
fp                 87 orte/util/hnp_contact.c     fp = fopen(filename, "w");
fp                 88 orte/util/hnp_contact.c     if (NULL == fp) {
fp                 95 orte/util/hnp_contact.c     fprintf(fp, "%s\n", my_uri);
fp                 98 orte/util/hnp_contact.c     fprintf(fp, "%lu\n", (unsigned long)orte_process_info.pid);
fp                 99 orte/util/hnp_contact.c     fclose(fp);
fp                107 orte/util/hnp_contact.c     FILE *fp;
fp                111 orte/util/hnp_contact.c     fp = fopen(filename, "r");
fp                112 orte/util/hnp_contact.c     if (NULL == fp) { /* failed on first read - wait and try again */
fp                113 orte/util/hnp_contact.c         fp = fopen(filename, "r");
fp                114 orte/util/hnp_contact.c         if (NULL == fp) { /* failed twice - give up */
fp                119 orte/util/hnp_contact.c     hnp_uri = orte_getline(fp);
fp                122 orte/util/hnp_contact.c         fclose(fp);
fp                127 orte/util/hnp_contact.c     pidstr = orte_getline(fp);
fp                130 orte/util/hnp_contact.c         fclose(fp);
fp                136 orte/util/hnp_contact.c     fclose(fp);
fp                175 orte/util/hnp_contact.c static char *orte_getline(FILE *fp)
fp                180 orte/util/hnp_contact.c     ret = fgets(input, ORTE_HNP_CONTACT_FILE_MAX_LINE_LENGTH, fp);
fp                173 oshmem/mca/memheap/base/memheap_base_static.c     FILE *fp;
fp                179 oshmem/mca/memheap/base/memheap_base_static.c     fp = fopen("/proc/self/maps", "r");
fp                180 oshmem/mca/memheap/base/memheap_base_static.c     if (NULL == fp) {
fp                185 oshmem/mca/memheap/base/memheap_base_static.c     while (NULL != fgets(line, sizeof(line), fp)) {
fp                197 oshmem/mca/memheap/base/memheap_base_static.c             fclose(fp);
fp                231 oshmem/mca/memheap/base/memheap_base_static.c     fclose(fp);
fp               3202 oshmem/mca/memheap/ptmalloc/malloc.c     size_t fp = 0;
fp               3208 oshmem/mca/memheap/ptmalloc/malloc.c       fp = m->footprint;
fp               3209 oshmem/mca/memheap/ptmalloc/malloc.c       used = fp - (m->topsize + TOP_FOOT_SIZE);
fp               3224 oshmem/mca/memheap/ptmalloc/malloc.c     fprintf(stderr, "system bytes     = %10lu\n", (unsigned long)(fp));
fp                283 test/util/orte_session_dir.c     FILE *fp;
fp                301 test/util/orte_session_dir.c     fp = fopen(filenm[0], "w");
fp                302 test/util/orte_session_dir.c     fprintf(fp, "ss");
fp                303 test/util/orte_session_dir.c     fclose(fp);
fp                306 test/util/orte_session_dir.c     fp = fopen(filenm[1], "w");
fp                307 test/util/orte_session_dir.c     fprintf(fp, "ss");
fp                308 test/util/orte_session_dir.c     fclose(fp);
fp                311 test/util/orte_session_dir.c     fp = fopen(filenm[2], "w");
fp                312 test/util/orte_session_dir.c     fprintf(fp, "ss");
fp                313 test/util/orte_session_dir.c     fclose(fp);
fp                328 test/util/orte_session_dir.c     FILE *fp;
fp                346 test/util/orte_session_dir.c     fp = fopen(filenm[0], "w");
fp                347 test/util/orte_session_dir.c     fprintf(fp, "ss");
fp                348 test/util/orte_session_dir.c     fclose(fp);
fp                351 test/util/orte_session_dir.c     fp = fopen(filenm[1], "w");
fp                352 test/util/orte_session_dir.c     fprintf(fp, "ss");
fp                353 test/util/orte_session_dir.c     fclose(fp);
fp                356 test/util/orte_session_dir.c     fp = fopen(filenm[2], "w");
fp                357 test/util/orte_session_dir.c     fprintf(fp, "ss");
fp                358 test/util/orte_session_dir.c     fclose(fp);