file                1 contrib/coverity/coverity-model.c void opal_btl_usnic_util_abort(const char *msg, const char *file, int line) {
file              133 ompi/debuggers/ompi_debuggers.c static void check(char *dir, char *file, char **locations)
file              137 ompi/debuggers/ompi_debuggers.c     opal_asprintf(&str, "%s/%s.so", dir, file);
file              145 ompi/debuggers/ompi_debuggers.c             opal_argv_append_nosize(&locations, file);
file              155 ompi/debuggers/ompi_debuggers.c             opal_argv_append_nosize(&locations, file);
file               58 ompi/debuggers/predefined_pad_test.c     PAD_CHECK(file);
file               42 ompi/errhandler/errhandler_invoke.c     ompi_file_t *file;
file               95 ompi/errhandler/errhandler_invoke.c         file = (ompi_file_t *) mpi_object;
file               98 ompi/errhandler/errhandler_invoke.c             errhandler->eh_file_fn(&file, &err_code, message, NULL);
file              102 ompi/errhandler/errhandler_invoke.c             errhandler->eh_cxx_dispatch_fn(&file, &err_code, message,
file              107 ompi/errhandler/errhandler_invoke.c             fortran_handle = OMPI_INT_2_FINT(file->f_f_to_c_index);
file              170 ompi/errhandler/errhandler_invoke.c         return ompi_errhandler_invoke(mpi_object.file->error_handler,
file              171 ompi/errhandler/errhandler_invoke.c                                       mpi_object.file,
file              172 ompi/errhandler/errhandler_invoke.c                                       mpi_object.file->errhandler_type,
file               76 ompi/errhandler/errhandler_predefined.c void ompi_mpi_errors_are_fatal_file_handler(struct ompi_file_t **file,
file               85 ompi/errhandler/errhandler_predefined.c   if (NULL != file) {
file               86 ompi/errhandler/errhandler_predefined.c       name = (*file)->f_filename;
file               87 ompi/errhandler/errhandler_predefined.c       abort_comm = (*file)->f_comm;
file              127 ompi/errhandler/errhandler_predefined.c void ompi_mpi_errors_return_file_handler(struct ompi_file_t **file,
file               33 ompi/errhandler/errhandler_predefined.h OMPI_DECLSPEC void ompi_mpi_errors_are_fatal_file_handler(struct ompi_file_t **file,
file               43 ompi/errhandler/errhandler_predefined.h OMPI_DECLSPEC void ompi_mpi_errors_return_file_handler(struct ompi_file_t **file,
file               84 ompi/file/file.c     OBJ_CONSTRUCT(&ompi_mpi_file_null.file, ompi_file_t);
file               85 ompi/file/file.c     ompi_mpi_file_null.file.f_comm = &ompi_mpi_comm_null.comm;
file               86 ompi/file/file.c     OBJ_RETAIN(ompi_mpi_file_null.file.f_comm);
file               87 ompi/file/file.c     ompi_mpi_file_null.file.f_f_to_c_index = 0;
file               89 ompi/file/file.c                                 &ompi_mpi_file_null.file);
file              104 ompi/file/file.c     ompi_file_t *file;
file              106 ompi/file/file.c     file = OBJ_NEW(ompi_file_t);
file              107 ompi/file/file.c     if (NULL == file) {
file              114 ompi/file/file.c     file->f_comm = comm;
file              118 ompi/file/file.c     file->super.s_info = OBJ_NEW(opal_info_t);
file              120 ompi/file/file.c         opal_info_dup(info, &(file->super.s_info));
file              123 ompi/file/file.c     file->f_amode = amode;
file              124 ompi/file/file.c     file->f_filename = strdup(filename);
file              125 ompi/file/file.c     if (NULL == file->f_filename) {
file              126 ompi/file/file.c         OBJ_RELEASE(file);
file              131 ompi/file/file.c     OBJ_CONSTRUCT(&file->f_lock, opal_mutex_t);
file              135 ompi/file/file.c     if (OMPI_SUCCESS != (ret = mca_io_base_file_select(file, NULL))) {
file              136 ompi/file/file.c         OBJ_RELEASE(file);
file              142 ompi/file/file.c     *fh = file;
file              150 ompi/file/file.c int ompi_file_close(ompi_file_t **file)
file              153 ompi/file/file.c     OBJ_DESTRUCT(&(*file)->f_lock);
file              155 ompi/file/file.c     (*file)->f_flags |= OMPI_FILE_ISCLOSED;
file              156 ompi/file/file.c     OBJ_RELEASE(*file);
file              157 ompi/file/file.c     *file = &ompi_mpi_file_null.file;
file              170 ompi/file/file.c     ompi_file_t *file;
file              176 ompi/file/file.c     OBJ_DESTRUCT(&ompi_mpi_file_null.file);
file              184 ompi/file/file.c         file = (ompi_file_t *)opal_pointer_array_get_item(&ompi_file_f_to_c_table, i);
file              191 ompi/file/file.c         if (NULL != file && ompi_debug_no_free_handles &&
file              192 ompi/file/file.c             0 == (file->f_flags & OMPI_FILE_ISCLOSED)) {
file              193 ompi/file/file.c             OBJ_RELEASE(file);
file              194 ompi/file/file.c             file = (ompi_file_t *)opal_pointer_array_get_item(&ompi_file_f_to_c_table, i);
file              197 ompi/file/file.c         if (NULL != file) {
file              206 ompi/file/file.c             OBJ_RELEASE(file);
file              226 ompi/file/file.c static void file_constructor(ompi_file_t *file)
file              230 ompi/file/file.c     file->f_comm = NULL;
file              231 ompi/file/file.c     file->f_filename = NULL;
file              232 ompi/file/file.c     file->f_amode = 0;
file              236 ompi/file/file.c     file->f_flags = 0;
file              240 ompi/file/file.c     file->f_f_to_c_index = opal_pointer_array_add(&ompi_file_f_to_c_table,
file              241 ompi/file/file.c                                                   file);
file              249 ompi/file/file.c     file->errhandler_type = OMPI_ERRHANDLER_TYPE_FILE;
file              250 ompi/file/file.c     if (file != &ompi_mpi_file_null.file) {
file              251 ompi/file/file.c         file->error_handler = ompi_mpi_file_null.file.error_handler;
file              253 ompi/file/file.c         file->error_handler = &ompi_mpi_errors_return.eh;
file              255 ompi/file/file.c     OBJ_RETAIN(file->error_handler);
file              259 ompi/file/file.c     file->f_io_version = MCA_IO_BASE_V_NONE;
file              260 ompi/file/file.c     memset(&(file->f_io_selected_module), 0,
file              261 ompi/file/file.c            sizeof(file->f_io_selected_module));
file              262 ompi/file/file.c     file->f_io_selected_data = NULL;
file              268 ompi/file/file.c         OBJ_RETAIN(&(file->super));
file              276 ompi/file/file.c static void file_destructor(ompi_file_t *file)
file              280 ompi/file/file.c     switch (file->f_io_version) {
file              282 ompi/file/file.c         file->f_io_selected_module.v2_0_0.io_module_file_close(file);
file              291 ompi/file/file.c     if (NULL != file->f_comm) {
file              292 ompi/file/file.c         OBJ_RELEASE(file->f_comm);
file              294 ompi/file/file.c         file->f_comm = NULL;
file              298 ompi/file/file.c     if (NULL != file->f_filename) {
file              299 ompi/file/file.c         free(file->f_filename);
file              301 ompi/file/file.c         file->f_filename = NULL;
file              305 ompi/file/file.c     if (NULL != file->error_handler) {
file              306 ompi/file/file.c         OBJ_RELEASE(file->error_handler);
file              308 ompi/file/file.c         file->error_handler = NULL;
file              312 ompi/file/file.c     if (NULL != file->super.s_info) {
file              313 ompi/file/file.c         OBJ_RELEASE(file->super.s_info);
file              315 ompi/file/file.c         file->super.s_info = NULL;
file              321 ompi/file/file.c     if (MPI_UNDEFINED != file->f_f_to_c_index &&
file              323 ompi/file/file.c                                             file->f_f_to_c_index)) {
file              325 ompi/file/file.c                                     file->f_f_to_c_index, NULL);
file              109 ompi/file/file.h     struct ompi_file_t file;
file              172 ompi/file/file.h int ompi_file_set_name(ompi_file_t *file, char *name);
file              186 ompi/file/file.h int ompi_file_close(ompi_file_t **file);
file              208 ompi/file/file.h static inline bool ompi_file_invalid(ompi_file_t *file)
file              210 ompi/file/file.h     return (NULL == file ||
file              211 ompi/file/file.h             &ompi_mpi_file_null.file == file ||
file              212 ompi/file/file.h             0 != (file->f_flags & OMPI_FILE_ISCLOSED));
file              308 ompi/include/ompi/memchecker.h     opal_memchecker_base_isdefined (&(*request)->req_mpi_object.file, sizeof(struct ompi_file_t *));
file              164 ompi/mca/coll/portals4/coll_portals4.h opal_stderr(const char *msg, const char *file,
file              194 ompi/mca/coll/portals4/coll_portals4_component.c opal_stderr(const char *msg, const char *file,
file              198 ompi/mca/coll/portals4/coll_portals4_component.c             "%s:%d: %s: %d\n", file, line, msg, ret);
file              535 ompi/mca/common/ompio/common_ompio_file_open.c     ompio_file_t *file;
file              543 ompi/mca/common/ompio/common_ompio_file_open.c     file = calloc(1, sizeof(ompio_file_t));
file              544 ompi/mca/common/ompio/common_ompio_file_open.c     if (NULL == file) {
file              551 ompi/mca/common/ompio/common_ompio_file_open.c     file->f_comm = MPI_COMM_NULL;
file              552 ompi/mca/common/ompio/common_ompio_file_open.c     file->f_rank = OMPIO_ROOT;
file              563 ompi/mca/common/ompio/common_ompio_file_open.c     file->f_filename = filename;
file              565 ompi/mca/common/ompio/common_ompio_file_open.c     *fh = file;
file               42 ompi/mca/fbtl/base/base.h OMPI_DECLSPEC int mca_fbtl_base_file_select(struct ompio_file_t *file,
file               45 ompi/mca/fbtl/base/base.h OMPI_DECLSPEC int mca_fbtl_base_file_unselect(struct ompio_file_t *file);
file               50 ompi/mca/fbtl/base/base.h OMPI_DECLSPEC int mca_fbtl_base_init_file (struct ompio_file_t *file);
file               52 ompi/mca/fbtl/base/base.h OMPI_DECLSPEC int mca_fbtl_base_get_param (struct ompio_file_t *file, int keyval);
file               67 ompi/mca/fbtl/base/fbtl_base_file_select.c int mca_fbtl_base_file_select (struct ompio_file_t *file,
file              100 ompi/mca/fbtl/base/fbtl_base_file_select.c          module = component->fbtlm_file_query (file, &priority);
file              110 ompi/mca/fbtl/base/fbtl_base_file_select.c              file->f_fbtl = module;
file              111 ompi/mca/fbtl/base/fbtl_base_file_select.c              file->f_fbtl_component = preferred;
file              113 ompi/mca/fbtl/base/fbtl_base_file_select.c              return module->fbtl_module_init(file);
file              154 ompi/mca/fbtl/base/fbtl_base_file_select.c            module = component->fbtlm_file_query (file, &priority);
file              232 ompi/mca/fbtl/base/fbtl_base_file_select.c             file->f_fbtl = om->om_module;
file              233 ompi/mca/fbtl/base/fbtl_base_file_select.c             err = om->om_module->fbtl_module_init(file);
file              234 ompi/mca/fbtl/base/fbtl_base_file_select.c             file->f_fbtl_component = (mca_base_component_t *)best_component;
file              245 ompi/mca/fbtl/base/fbtl_base_file_select.c                  (void) om->om_component->fbtlm_file_unquery(file);
file               36 ompi/mca/fbtl/base/fbtl_base_file_unselect.c int mca_fbtl_base_file_unselect(ompio_file_t *file)
file               38 ompi/mca/fbtl/base/fbtl_base_file_unselect.c     if (NULL != file->f_fbtl && NULL != file->f_fbtl->fbtl_module_finalize) {
file               39 ompi/mca/fbtl/base/fbtl_base_file_unselect.c         return file->f_fbtl->fbtl_module_finalize(file);
file               90 ompi/mca/fbtl/fbtl.h     (struct ompio_file_t *file);
file              117 ompi/mca/fbtl/fbtl.h     (struct ompio_file_t *file);
file              120 ompi/mca/fbtl/fbtl.h     (struct ompio_file_t *file);
file              124 ompi/mca/fbtl/fbtl.h     (struct ompio_file_t *file );
file              126 ompi/mca/fbtl/fbtl.h     (struct ompio_file_t *file );
file              128 ompi/mca/fbtl/fbtl.h     (struct ompio_file_t *file,
file              131 ompi/mca/fbtl/fbtl.h     (struct ompio_file_t *file,
file               62 ompi/mca/fbtl/ime/fbtl_ime.c int mca_fbtl_ime_component_file_unquery (ompio_file_t *file)
file               71 ompi/mca/fbtl/ime/fbtl_ime.c int mca_fbtl_ime_module_init (ompio_file_t *file)
file               77 ompi/mca/fbtl/ime/fbtl_ime.c int mca_fbtl_ime_module_finalize (ompio_file_t *file)
file               41 ompi/mca/fbtl/ime/fbtl_ime.h mca_fbtl_ime_component_file_query (ompio_file_t *file, int *priority);
file               42 ompi/mca/fbtl/ime/fbtl_ime.h int mca_fbtl_ime_component_file_unquery (ompio_file_t *file);
file               44 ompi/mca/fbtl/ime/fbtl_ime.h int mca_fbtl_ime_module_init (ompio_file_t *file);
file               45 ompi/mca/fbtl/ime/fbtl_ime.h int mca_fbtl_ime_module_finalize (ompio_file_t *file);
file               54 ompi/mca/fbtl/ime/fbtl_ime.h ssize_t mca_fbtl_ime_preadv (ompio_file_t *file );
file               55 ompi/mca/fbtl/ime/fbtl_ime.h ssize_t mca_fbtl_ime_pwritev (ompio_file_t *file );
file               56 ompi/mca/fbtl/ime/fbtl_ime.h ssize_t mca_fbtl_ime_ipreadv (ompio_file_t *file,
file               58 ompi/mca/fbtl/ime/fbtl_ime.h ssize_t mca_fbtl_ime_ipwritev (ompio_file_t *file,
file               94 ompi/mca/fbtl/posix/fbtl_posix.c int mca_fbtl_posix_component_file_unquery (ompio_file_t *file) {
file              102 ompi/mca/fbtl/posix/fbtl_posix.c int mca_fbtl_posix_module_init (ompio_file_t *file) {
file              114 ompi/mca/fbtl/posix/fbtl_posix.c int mca_fbtl_posix_module_finalize (ompio_file_t *file) {
file               38 ompi/mca/fbtl/posix/fbtl_posix.h mca_fbtl_posix_component_file_query (ompio_file_t *file, int *priority);
file               39 ompi/mca/fbtl/posix/fbtl_posix.h int mca_fbtl_posix_component_file_unquery (ompio_file_t *file);
file               41 ompi/mca/fbtl/posix/fbtl_posix.h int mca_fbtl_posix_module_init (ompio_file_t *file);
file               42 ompi/mca/fbtl/posix/fbtl_posix.h int mca_fbtl_posix_module_finalize (ompio_file_t *file);
file               53 ompi/mca/fbtl/posix/fbtl_posix.h ssize_t mca_fbtl_posix_preadv (ompio_file_t *file );
file               54 ompi/mca/fbtl/posix/fbtl_posix.h ssize_t mca_fbtl_posix_pwritev (ompio_file_t *file );
file               55 ompi/mca/fbtl/posix/fbtl_posix.h ssize_t mca_fbtl_posix_ipreadv (ompio_file_t *file,
file               57 ompi/mca/fbtl/posix/fbtl_posix.h ssize_t mca_fbtl_posix_ipwritev (ompio_file_t *file,
file               74 ompi/mca/fbtl/pvfs2/fbtl_pvfs2.c int mca_fbtl_pvfs2_component_file_unquery (ompio_file_t *file) {
file               82 ompi/mca/fbtl/pvfs2/fbtl_pvfs2.c int mca_fbtl_pvfs2_module_init (ompio_file_t *file) {
file               87 ompi/mca/fbtl/pvfs2/fbtl_pvfs2.c int mca_fbtl_pvfs2_module_finalize (ompio_file_t *file) {
file               49 ompi/mca/fbtl/pvfs2/fbtl_pvfs2.h mca_fbtl_pvfs2_component_file_query (ompio_file_t *file, int *priority);
file               50 ompi/mca/fbtl/pvfs2/fbtl_pvfs2.h int mca_fbtl_pvfs2_component_file_unquery (ompio_file_t *file);
file               52 ompi/mca/fbtl/pvfs2/fbtl_pvfs2.h int mca_fbtl_pvfs2_module_init (ompio_file_t *file);
file               53 ompi/mca/fbtl/pvfs2/fbtl_pvfs2.h int mca_fbtl_pvfs2_module_finalize (ompio_file_t *file);
file               62 ompi/mca/fbtl/pvfs2/fbtl_pvfs2.h ssize_t mca_fbtl_pvfs2_preadv (ompio_file_t *file);
file               63 ompi/mca/fbtl/pvfs2/fbtl_pvfs2.h ssize_t mca_fbtl_pvfs2_pwritev (ompio_file_t *file);
file               64 ompi/mca/fbtl/pvfs2/fbtl_pvfs2.h ssize_t mca_fbtl_pvfs2_ipreadv (ompio_file_t *file,
file               66 ompi/mca/fbtl/pvfs2/fbtl_pvfs2.h ssize_t mca_fbtl_pvfs2_ipwritev (ompio_file_t *file,
file               30 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_ipreadv.c ssize_t  mca_fbtl_pvfs2_ipreadv (ompio_file_t *file,
file               30 ompi/mca/fbtl/pvfs2/fbtl_pvfs2_ipwritev.c ssize_t  mca_fbtl_pvfs2_ipwritev (ompio_file_t *file,
file               42 ompi/mca/fcoll/base/base.h OMPI_DECLSPEC int mca_fcoll_base_file_select(struct ompio_file_t *file,
file               44 ompi/mca/fcoll/base/base.h OMPI_DECLSPEC int mca_fcoll_base_query_table (struct ompio_file_t *file,
file               46 ompi/mca/fcoll/base/base.h OMPI_DECLSPEC int mca_fcoll_base_file_unselect(struct ompio_file_t *file);
file               51 ompi/mca/fcoll/base/base.h OMPI_DECLSPEC int mca_fcoll_base_init_file (struct ompio_file_t *file);
file               53 ompi/mca/fcoll/base/base.h OMPI_DECLSPEC int mca_fcoll_base_get_param (struct ompio_file_t *file, int keyval);
file               67 ompi/mca/fcoll/base/fcoll_base_file_select.c int mca_fcoll_base_file_select (struct ompio_file_t *file,
file               95 ompi/mca/fcoll/base/fcoll_base_file_select.c          module = component->fcollm_file_query (file, &priority);
file              105 ompi/mca/fcoll/base/fcoll_base_file_select.c              file->f_fcoll = module;
file              106 ompi/mca/fcoll/base/fcoll_base_file_select.c              file->f_fcoll_component = preferred;
file              108 ompi/mca/fcoll/base/fcoll_base_file_select.c              return module->fcoll_module_init(file);
file              149 ompi/mca/fcoll/base/fcoll_base_file_select.c            module = component->fcollm_file_query (file, &priority);
file              226 ompi/mca/fcoll/base/fcoll_base_file_select.c             file->f_fcoll = om->om_module;
file              227 ompi/mca/fcoll/base/fcoll_base_file_select.c             err = om->om_module->fcoll_module_init(file);
file              228 ompi/mca/fcoll/base/fcoll_base_file_select.c             file->f_fcoll_component = (mca_base_component_t *)best_component;
file              242 ompi/mca/fcoll/base/fcoll_base_file_select.c                  (void) om->om_component->fcollm_file_unquery(file);
file              260 ompi/mca/fcoll/base/fcoll_base_file_select.c int mca_fcoll_base_query_table (struct ompio_file_t *file, char *name)
file              263 ompi/mca/fcoll/base/fcoll_base_file_select.c         if ((int)file->f_cc_size >= file->f_bytes_per_agg &&
file              264 ompi/mca/fcoll/base/fcoll_base_file_select.c             file->f_cc_size >= file->f_stripe_size) {
file              267 ompi/mca/fcoll/base/fcoll_base_file_select.c 	if ( 2 >= (int)file->f_size ){
file              272 ompi/mca/fcoll/base/fcoll_base_file_select.c         if ( (LUSTRE != file->f_fstype)) {
file              277 ompi/mca/fcoll/base/fcoll_base_file_select.c         if ((int)file->f_cc_size < file->f_bytes_per_agg &&
file              278 ompi/mca/fcoll/base/fcoll_base_file_select.c             file->f_cc_size >= file->f_stripe_size) {
file              283 ompi/mca/fcoll/base/fcoll_base_file_select.c         if ( LUSTRE == file->f_fstype ) {
file              294 ompi/mca/fcoll/base/fcoll_base_file_select.c         if ((int)file->f_cc_size < file->f_bytes_per_agg &&
file              295 ompi/mca/fcoll/base/fcoll_base_file_select.c             (0 == file->f_stripe_size || file->f_cc_size < file->f_stripe_size) && 
file              296 ompi/mca/fcoll/base/fcoll_base_file_select.c 	    (LUSTRE != file->f_fstype) ) {
file               36 ompi/mca/fcoll/base/fcoll_base_file_unselect.c int mca_fcoll_base_file_unselect(ompio_file_t *file)
file               38 ompi/mca/fcoll/base/fcoll_base_file_unselect.c     if (NULL != file->f_fcoll && NULL != file->f_fcoll->fcoll_module_finalize) {
file               39 ompi/mca/fcoll/base/fcoll_base_file_unselect.c         return file->f_fcoll->fcoll_module_finalize(file);
file               48 ompi/mca/fcoll/dynamic/fcoll_dynamic.h int mca_fcoll_dynamic_component_file_unquery (ompio_file_t *file);
file               50 ompi/mca/fcoll/dynamic/fcoll_dynamic.h int mca_fcoll_dynamic_module_init (ompio_file_t *file);
file               51 ompi/mca/fcoll/dynamic/fcoll_dynamic.h int mca_fcoll_dynamic_module_finalize (ompio_file_t *file);
file               74 ompi/mca/fcoll/dynamic/fcoll_dynamic_module.c int mca_fcoll_dynamic_component_file_unquery (ompio_file_t *file)
file               83 ompi/mca/fcoll/dynamic/fcoll_dynamic_module.c int mca_fcoll_dynamic_module_init (ompio_file_t *file)
file               89 ompi/mca/fcoll/dynamic/fcoll_dynamic_module.c int mca_fcoll_dynamic_module_finalize (ompio_file_t *file)
file               50 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2.h int mca_fcoll_dynamic_gen2_component_file_unquery (ompio_file_t *file);
file               52 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2.h int mca_fcoll_dynamic_gen2_module_init (ompio_file_t *file);
file               53 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2.h int mca_fcoll_dynamic_gen2_module_finalize (ompio_file_t *file);
file               74 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_module.c int mca_fcoll_dynamic_gen2_component_file_unquery (ompio_file_t *file)
file               83 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_module.c int mca_fcoll_dynamic_gen2_module_init (ompio_file_t *file)
file               89 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_module.c int mca_fcoll_dynamic_gen2_module_finalize (ompio_file_t *file)
file               83 ompi/mca/fcoll/fcoll.h     (struct ompio_file_t *file);
file              110 ompi/mca/fcoll/fcoll.h (struct ompio_file_t *file);
file              113 ompi/mca/fcoll/fcoll.h (struct ompio_file_t *file);
file               48 ompi/mca/fcoll/individual/fcoll_individual.h int mca_fcoll_individual_component_file_unquery (ompio_file_t *file);
file               50 ompi/mca/fcoll/individual/fcoll_individual.h int mca_fcoll_individual_module_init (ompio_file_t *file);
file               51 ompi/mca/fcoll/individual/fcoll_individual.h int mca_fcoll_individual_module_finalize (ompio_file_t *file);
file               77 ompi/mca/fcoll/individual/fcoll_individual_module.c int mca_fcoll_individual_component_file_unquery (ompio_file_t *file)
file               86 ompi/mca/fcoll/individual/fcoll_individual_module.c int mca_fcoll_individual_module_init (ompio_file_t *file)
file               92 ompi/mca/fcoll/individual/fcoll_individual_module.c int mca_fcoll_individual_module_finalize (ompio_file_t *file)
file               48 ompi/mca/fcoll/two_phase/fcoll_two_phase.h int mca_fcoll_two_phase_component_file_unquery (ompio_file_t *file);
file               50 ompi/mca/fcoll/two_phase/fcoll_two_phase.h int mca_fcoll_two_phase_module_init (ompio_file_t *file);
file               51 ompi/mca/fcoll/two_phase/fcoll_two_phase.h int mca_fcoll_two_phase_module_finalize (ompio_file_t *file);
file               74 ompi/mca/fcoll/two_phase/fcoll_two_phase_module.c int mca_fcoll_two_phase_component_file_unquery (ompio_file_t *file)
file               83 ompi/mca/fcoll/two_phase/fcoll_two_phase_module.c int mca_fcoll_two_phase_module_init (ompio_file_t *file)
file               89 ompi/mca/fcoll/two_phase/fcoll_two_phase_module.c int mca_fcoll_two_phase_module_finalize (ompio_file_t *file)
file               51 ompi/mca/fcoll/vulcan/fcoll_vulcan.h int mca_fcoll_vulcan_component_file_unquery (ompio_file_t *file);
file               53 ompi/mca/fcoll/vulcan/fcoll_vulcan.h int mca_fcoll_vulcan_module_init (ompio_file_t *file);
file               54 ompi/mca/fcoll/vulcan/fcoll_vulcan.h int mca_fcoll_vulcan_module_finalize (ompio_file_t *file);
file               74 ompi/mca/fcoll/vulcan/fcoll_vulcan_module.c int mca_fcoll_vulcan_component_file_unquery (ompio_file_t *file)
file               83 ompi/mca/fcoll/vulcan/fcoll_vulcan_module.c int mca_fcoll_vulcan_module_init (ompio_file_t *file)
file               89 ompi/mca/fcoll/vulcan/fcoll_vulcan_module.c int mca_fcoll_vulcan_module_finalize (ompio_file_t *file)
file               42 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_file_select(struct ompio_file_t *file,
file               45 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_file_unselect(struct ompio_file_t *file);
file               50 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_init_file (struct ompio_file_t *file);
file               52 ompi/mca/fs/base/base.h OMPI_DECLSPEC int mca_fs_base_get_param (struct ompio_file_t *file, int keyval);
file               67 ompi/mca/fs/base/fs_base_file_select.c int mca_fs_base_file_select (struct ompio_file_t *file,
file               96 ompi/mca/fs/base/fs_base_file_select.c          module = component->fsm_file_query (file, &priority);
file              106 ompi/mca/fs/base/fs_base_file_select.c              file->f_fs = module;
file              107 ompi/mca/fs/base/fs_base_file_select.c              file->f_fs_component = preferred;
file              109 ompi/mca/fs/base/fs_base_file_select.c              return module->fs_module_init(file);
file              150 ompi/mca/fs/base/fs_base_file_select.c            module = component->fsm_file_query (file, &priority);
file              227 ompi/mca/fs/base/fs_base_file_select.c             file->f_fs = om->om_module;
file              228 ompi/mca/fs/base/fs_base_file_select.c             err = om->om_module->fs_module_init(file);
file              229 ompi/mca/fs/base/fs_base_file_select.c             file->f_fs_component = (mca_base_component_t *)best_component;
file              240 ompi/mca/fs/base/fs_base_file_select.c                  (void) om->om_component->fsm_file_unquery(file);
file               37 ompi/mca/fs/base/fs_base_file_unselect.c int mca_fs_base_file_unselect(ompio_file_t *file)
file               39 ompi/mca/fs/base/fs_base_file_unselect.c     if (NULL != file->f_fs && NULL != file->f_fs->fs_module_finalize) {
file               40 ompi/mca/fs/base/fs_base_file_unselect.c         return file->f_fs->fs_module_finalize(file);
file               81 ompi/mca/fs/fs.h     (struct ompio_file_t *file);
file              108 ompi/mca/fs/fs.h (struct ompio_file_t *file);
file              111 ompi/mca/fs/fs.h (struct ompio_file_t *file);
file              102 ompi/mca/fs/ime/fs_ime.c int mca_fs_ime_component_file_unquery (ompio_file_t *file)
file              111 ompi/mca/fs/ime/fs_ime.c int mca_fs_ime_module_init (ompio_file_t *file)
file              115 ompi/mca/fs/ime/fs_ime.c     file->f_fstype = IME;
file              124 ompi/mca/fs/ime/fs_ime.c int mca_fs_ime_module_finalize (ompio_file_t *file)
file               31 ompi/mca/fs/ime/fs_ime.h int mca_fs_ime_component_file_unquery (ompio_file_t *file);
file               33 ompi/mca/fs/ime/fs_ime.h int mca_fs_ime_module_init (ompio_file_t *file);
file               34 ompi/mca/fs/ime/fs_ime.h int mca_fs_ime_module_finalize (ompio_file_t *file);
file              123 ompi/mca/fs/lustre/fs_lustre.c int mca_fs_lustre_component_file_unquery (ompio_file_t *file)
file              132 ompi/mca/fs/lustre/fs_lustre.c int mca_fs_lustre_module_init (ompio_file_t *file)
file              136 ompi/mca/fs/lustre/fs_lustre.c     file->f_fstype = LUSTRE;
file              141 ompi/mca/fs/lustre/fs_lustre.c int mca_fs_lustre_module_finalize (ompio_file_t *file)
file               49 ompi/mca/fs/lustre/fs_lustre.h int mca_fs_lustre_component_file_unquery (ompio_file_t *file);
file               51 ompi/mca/fs/lustre/fs_lustre.h int mca_fs_lustre_module_init (ompio_file_t *file);
file               52 ompi/mca/fs/lustre/fs_lustre.h int mca_fs_lustre_module_finalize (ompio_file_t *file);
file              128 ompi/mca/fs/pvfs2/fs_pvfs2.c int mca_fs_pvfs2_component_file_unquery (ompio_file_t *file)
file              137 ompi/mca/fs/pvfs2/fs_pvfs2.c int mca_fs_pvfs2_module_init (ompio_file_t *file)
file              141 ompi/mca/fs/pvfs2/fs_pvfs2.c     file->f_fstype = PVFS2;
file              146 ompi/mca/fs/pvfs2/fs_pvfs2.c int mca_fs_pvfs2_module_finalize (ompio_file_t *file)
file               61 ompi/mca/fs/pvfs2/fs_pvfs2.h int mca_fs_pvfs2_component_file_unquery (ompio_file_t *file);
file               63 ompi/mca/fs/pvfs2/fs_pvfs2.h int mca_fs_pvfs2_module_init (ompio_file_t *file);
file               64 ompi/mca/fs/pvfs2/fs_pvfs2.h int mca_fs_pvfs2_module_finalize (ompio_file_t *file);
file               77 ompi/mca/fs/ufs/fs_ufs.c int mca_fs_ufs_component_file_unquery (ompio_file_t *file)
file               86 ompi/mca/fs/ufs/fs_ufs.c int mca_fs_ufs_module_init (ompio_file_t *file)
file               90 ompi/mca/fs/ufs/fs_ufs.c     file->f_fstype = UFS;
file               95 ompi/mca/fs/ufs/fs_ufs.c int mca_fs_ufs_module_finalize (ompio_file_t *file)
file               45 ompi/mca/fs/ufs/fs_ufs.h int mca_fs_ufs_component_file_unquery (ompio_file_t *file);
file               47 ompi/mca/fs/ufs/fs_ufs.h int mca_fs_ufs_module_init (ompio_file_t *file);
file               48 ompi/mca/fs/ufs/fs_ufs.h int mca_fs_ufs_module_finalize (ompio_file_t *file);
file              123 ompi/mca/io/base/base.h     OMPI_DECLSPEC int mca_io_base_file_select(struct ompi_file_t *file,
file              146 ompi/mca/io/base/base.h     OMPI_DECLSPEC int mca_io_base_file_unselect(struct ompi_file_t *file);
file               71 ompi/mca/io/base/io_base_file_select.c                                      ompi_file_t *file,
file               73 ompi/mca/io/base/io_base_file_select.c static avail_io_t *check_one_component(ompi_file_t *file,
file               77 ompi/mca/io/base/io_base_file_select.c                          ompi_file_t *file);
file               79 ompi/mca/io/base/io_base_file_select.c                                ompi_file_t *file);
file               81 ompi/mca/io/base/io_base_file_select.c static void unquery(avail_io_t *avail, ompi_file_t *file);
file               83 ompi/mca/io/base/io_base_file_select.c static int module_init(ompi_file_t *file);
file               97 ompi/mca/io/base/io_base_file_select.c int mca_io_base_file_select(ompi_file_t *file,
file              110 ompi/mca/io/base/io_base_file_select.c                         file->f_filename);
file              115 ompi/mca/io/base/io_base_file_select.c     file->f_io_version = MCA_IO_BASE_V_NONE;
file              116 ompi/mca/io/base/io_base_file_select.c     file->f_io_selected_data = NULL;
file              135 ompi/mca/io/base/io_base_file_select.c                                       file, &str, 1);
file              142 ompi/mca/io/base/io_base_file_select.c             return mca_io_base_file_select(file, NULL);
file              156 ompi/mca/io/base/io_base_file_select.c                                       file, NULL, 0);
file              191 ompi/mca/io/base/io_base_file_select.c         unquery(avail, file);
file              198 ompi/mca/io/base/io_base_file_select.c     file->f_io_version = selected.ai_version;
file              199 ompi/mca/io/base/io_base_file_select.c     file->f_io_selected_component = selected.ai_component;
file              200 ompi/mca/io/base/io_base_file_select.c     file->f_io_selected_module = selected.ai_module;
file              201 ompi/mca/io/base/io_base_file_select.c     file->f_io_selected_data = selected.ai_module_data;
file              246 ompi/mca/io/base/io_base_file_select.c     if (OMPI_SUCCESS != (err = module_init(file))) {
file              283 ompi/mca/io/base/io_base_file_select.c                                      ompi_file_t *file,
file              321 ompi/mca/io/base/io_base_file_select.c             avail = check_one_component(file, component);
file              349 ompi/mca/io/base/io_base_file_select.c static avail_io_t *check_one_component(ompi_file_t *file,
file              354 ompi/mca/io/base/io_base_file_select.c     avail = query(component, file);
file              383 ompi/mca/io/base/io_base_file_select.c                          ompi_file_t *file)
file              394 ompi/mca/io/base/io_base_file_select.c         return query_2_0_0(ioc_200, file);
file              404 ompi/mca/io/base/io_base_file_select.c                                ompi_file_t *file)
file              415 ompi/mca/io/base/io_base_file_select.c     module = component->io_file_query(file, &module_data, &priority);
file              433 ompi/mca/io/base/io_base_file_select.c static void unquery(avail_io_t *avail, ompi_file_t *file)
file              440 ompi/mca/io/base/io_base_file_select.c         ioc_200->io_file_unquery(file, avail->ai_module_data);
file              456 ompi/mca/io/base/io_base_file_select.c static int module_init(ompi_file_t *file)
file              460 ompi/mca/io/base/io_base_file_select.c     switch(file->f_io_version) {
file              462 ompi/mca/io/base/io_base_file_select.c         iom_200 = &(file->f_io_selected_module.v2_0_0);
file              463 ompi/mca/io/base/io_base_file_select.c         return iom_200->io_module_file_open(file->f_comm, file->f_filename,
file              464 ompi/mca/io/base/io_base_file_select.c                                             file->f_amode, file->super.s_info,
file              465 ompi/mca/io/base/io_base_file_select.c                                             file);
file               91 ompi/mca/io/io.h     (struct ompi_file_t *file, struct mca_io_base_file_t *private_data);
file               65 ompi/mca/io/ompio/io_ompio_component.c file_query (struct ompi_file_t *file,
file               68 ompi/mca/io/ompio/io_ompio_component.c static int file_unquery(struct ompi_file_t *file,
file              300 ompi/mca/io/ompio/io_ompio_component.c file_query(struct ompi_file_t *file,
file              309 ompi/mca/io/ompio/io_ompio_component.c     tmp = strchr (file->f_filename, ':');
file              310 ompi/mca/io/ompio/io_ompio_component.c     rank = ompi_comm_rank ( file->f_comm);
file              313 ompi/mca/io/ompio/io_ompio_component.c             if (LUSTRE == mca_fs_base_get_fstype(file->f_filename)) {
file              318 ompi/mca/io/ompio/io_ompio_component.c         file->f_comm->c_coll->coll_bcast (&is_lustre,
file              322 ompi/mca/io/ompio/io_ompio_component.c                                           file->f_comm,
file              323 ompi/mca/io/ompio/io_ompio_component.c                                           file->f_comm->c_coll->coll_bcast_module);
file              326 ompi/mca/io/ompio/io_ompio_component.c         if (!strncasecmp(file->f_filename, "lustre:", 7) ) {
file              354 ompi/mca/io/ompio/io_ompio_component.c static int file_unquery(struct ompi_file_t *file,
file               21 ompi/mca/io/romio321/romio/mpi-io/get_errh.c int MPI_File_get_errhandler(MPI_File file, MPI_Errhandler *errhandler) __attribute__((weak,alias("PMPI_File_get_errhandler")));
file               21 ompi/mca/io/romio321/romio/mpi-io/set_errh.c int MPI_File_set_errhandler(MPI_File file, MPI_Errhandler errhandler) __attribute__((weak,alias("PMPI_File_set_errhandler")));
file               46 ompi/mca/io/romio321/src/io_romio321_component.c   file_query(struct ompi_file_t *file,
file               49 ompi/mca/io/romio321/src/io_romio321_component.c static int file_unquery(struct ompi_file_t *file,
file              188 ompi/mca/io/romio321/src/io_romio321_component.c file_query(struct ompi_file_t *file,
file              212 ompi/mca/io/romio321/src/io_romio321_component.c static int file_unquery(struct ompi_file_t *file,
file              352 ompi/mca/osc/rdma/osc_rdma.h                                            size_t size, uint32_t flags, mca_btl_base_registration_handle_t **handle, int line, const char *file)
file              361 ompi/mca/osc/rdma/osc_rdma.h                              "size: %lu. file: %s, line: %d", ptr, (unsigned long) size, file, line);
file              373 ompi/mca/osc/rdma/osc_rdma.h static inline void _ompi_osc_rdma_deregister (ompi_osc_rdma_module_t *module, mca_btl_base_registration_handle_t *handle, int line, const char *file)
file               49 ompi/mca/sharedfp/base/base.h OMPI_DECLSPEC int mca_sharedfp_base_file_select(struct ompio_file_t *file,
file               52 ompi/mca/sharedfp/base/base.h OMPI_DECLSPEC int mca_sharedfp_base_file_unselect(struct ompio_file_t *file);
file               57 ompi/mca/sharedfp/base/base.h OMPI_DECLSPEC int mca_sharedfp_base_init_file (struct ompio_file_t *file);
file               59 ompi/mca/sharedfp/base/base.h OMPI_DECLSPEC int mca_sharedfp_base_get_param (struct ompio_file_t *file, int keyval);
file               68 ompi/mca/sharedfp/base/sharedfp_base_file_select.c int mca_sharedfp_base_file_select (struct ompio_file_t *file,
file              101 ompi/mca/sharedfp/base/sharedfp_base_file_select.c          module = component->sharedfpm_file_query (file, &priority);
file              111 ompi/mca/sharedfp/base/sharedfp_base_file_select.c              file->f_sharedfp = module;
file              112 ompi/mca/sharedfp/base/sharedfp_base_file_select.c              file->f_sharedfp_component = preferred;
file              114 ompi/mca/sharedfp/base/sharedfp_base_file_select.c              return module->sharedfp_module_init(file);
file              155 ompi/mca/sharedfp/base/sharedfp_base_file_select.c            module = component->sharedfpm_file_query (file, &priority);
file              234 ompi/mca/sharedfp/base/sharedfp_base_file_select.c             file->f_sharedfp = om->om_module;
file              235 ompi/mca/sharedfp/base/sharedfp_base_file_select.c             err = om->om_module->sharedfp_module_init(file);
file              236 ompi/mca/sharedfp/base/sharedfp_base_file_select.c             file->f_sharedfp_component = (mca_base_component_t *)best_component;
file              248 ompi/mca/sharedfp/base/sharedfp_base_file_select.c                  (void) om->om_component->sharedfpm_file_unquery(file);
file               37 ompi/mca/sharedfp/base/sharedfp_base_file_unselect.c int mca_sharedfp_base_file_unselect(ompio_file_t *file)
file               39 ompi/mca/sharedfp/base/sharedfp_base_file_unselect.c     if (NULL != file->f_sharedfp && NULL != file->f_sharedfp->sharedfp_module_finalize) {
file               40 ompi/mca/sharedfp/base/sharedfp_base_file_unselect.c         return file->f_sharedfp->sharedfp_module_finalize(file);
file              157 ompi/mca/sharedfp/individual/sharedfp_individual.c int mca_sharedfp_individual_component_file_unquery (ompio_file_t *file)
file              166 ompi/mca/sharedfp/individual/sharedfp_individual.c int mca_sharedfp_individual_module_init (ompio_file_t *file)
file              172 ompi/mca/sharedfp/individual/sharedfp_individual.c int mca_sharedfp_individual_module_finalize (ompio_file_t *file)
file               37 ompi/mca/sharedfp/individual/sharedfp_individual.h         mca_sharedfp_individual_component_file_query (ompio_file_t *file, int *priority);
file               38 ompi/mca/sharedfp/individual/sharedfp_individual.h int mca_sharedfp_individual_component_file_unquery (ompio_file_t *file);
file               40 ompi/mca/sharedfp/individual/sharedfp_individual.h int mca_sharedfp_individual_module_init (ompio_file_t *file);
file               41 ompi/mca/sharedfp/individual/sharedfp_individual.h int mca_sharedfp_individual_module_finalize (ompio_file_t *file);
file              174 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.c int mca_sharedfp_lockedfile_component_file_unquery (ompio_file_t *file)
file              183 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.c int mca_sharedfp_lockedfile_module_init (ompio_file_t *file)
file              189 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.c int mca_sharedfp_lockedfile_module_finalize (ompio_file_t *file)
file               37 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h         mca_sharedfp_lockedfile_component_file_query (ompio_file_t *file, int *priority);
file               38 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h int mca_sharedfp_lockedfile_component_file_unquery (ompio_file_t *file);
file               40 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h int mca_sharedfp_lockedfile_module_init (ompio_file_t *file);
file               41 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h int mca_sharedfp_lockedfile_module_finalize (ompio_file_t *file);
file               86 ompi/mca/sharedfp/sharedfp.h         (struct ompio_file_t *file);
file              114 ompi/mca/sharedfp/sharedfp.h (struct ompio_file_t *file);
file              117 ompi/mca/sharedfp/sharedfp.h (struct ompio_file_t *file);
file              102 ompi/mca/sharedfp/sm/sharedfp_sm.c int mca_sharedfp_sm_component_file_unquery (ompio_file_t *file)
file              111 ompi/mca/sharedfp/sm/sharedfp_sm.c int mca_sharedfp_sm_module_init (ompio_file_t *file)
file              117 ompi/mca/sharedfp/sm/sharedfp_sm.c int mca_sharedfp_sm_module_finalize (ompio_file_t *file)
file               38 ompi/mca/sharedfp/sm/sharedfp_sm.h         mca_sharedfp_sm_component_file_query (ompio_file_t *file, int *priority);
file               39 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_component_file_unquery (ompio_file_t *file);
file               41 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_module_init (ompio_file_t *file);
file               42 ompi/mca/sharedfp/sm/sharedfp_sm.h int mca_sharedfp_sm_module_finalize (ompio_file_t *file);
file               25 ompi/mca/topo/treematch/treematch/tm_malloc.c   char   *file;
file               33 ompi/mca/topo/treematch/treematch/tm_malloc.c static void save_ptr(void *ptr, size_t size, char *file, int line);
file               50 ompi/mca/topo/treematch/treematch/tm_malloc.c void save_ptr(void *ptr, size_t size, char *file, int line) {
file               56 ompi/mca/topo/treematch/treematch/tm_malloc.c   elem -> file = my_strdup(file);
file               78 ompi/mca/topo/treematch/treematch/tm_malloc.c   free(elem->file);
file               89 ompi/mca/topo/treematch/treematch/tm_malloc.c         printf("pointer %p of size %ld (%s: %d) has not been freed!\n", (void *)s->key + EXTRA_BYTE, s->size, s->file, s->line);
file              114 ompi/mca/topo/treematch/treematch/tm_malloc.c void *tm_malloc(size_t size, char *file, int line){
file              122 ompi/mca/topo/treematch/treematch/tm_malloc.c     printf("tm_malloc of size %ld: %p (%s: %d)\n",size-2*EXTRA_BYTE, (void *)ptr,file,line);
file              124 ompi/mca/topo/treematch/treematch/tm_malloc.c   save_ptr(ptr, size, file, line);
file              137 ompi/mca/topo/treematch/treematch/tm_malloc.c void *tm_calloc(size_t count, size_t size, char *file, int line){
file              147 ompi/mca/topo/treematch/treematch/tm_malloc.c   save_ptr(ptr, full_size, file, line);
file              150 ompi/mca/topo/treematch/treematch/tm_malloc.c     printf("tm_calloc of size %ld: %p (%s: %d)\n",full_size-2*EXTRA_BYTE,(void *)ptr, file, line);
file              163 ompi/mca/topo/treematch/treematch/tm_malloc.c void *tm_realloc(void *old_ptr, size_t size, char *file, int line){
file              172 ompi/mca/topo/treematch/treematch/tm_malloc.c   save_ptr(ptr, full_size, file, line);
file              175 ompi/mca/topo/treematch/treematch/tm_malloc.c     printf("tm_realloc of size %ld: %p (%s: %d)\n",full_size-2*EXTRA_BYTE, (void *)ptr, file, line);
file               40 ompi/mpi/c/file_c2f.c MPI_Fint MPI_File_c2f(MPI_File file)
file               56 ompi/mpi/c/file_c2f.c         if (ompi_file_invalid(file) && MPI_FILE_NULL != file) {
file               61 ompi/mpi/c/file_c2f.c     return OMPI_INT_2_FINT(file->f_f_to_c_index);
file               43 ompi/mpi/c/file_get_errhandler.c int MPI_File_get_errhandler( MPI_File file, MPI_Errhandler *errhandler)
file               56 ompi/mpi/c/file_get_errhandler.c     if (NULL == file) {
file               65 ompi/mpi/c/file_get_errhandler.c   OPAL_THREAD_LOCK(&file->f_lock);
file               68 ompi/mpi/c/file_get_errhandler.c   *errhandler = file->error_handler;
file               69 ompi/mpi/c/file_get_errhandler.c   OBJ_RETAIN(file->error_handler);
file               70 ompi/mpi/c/file_get_errhandler.c   OPAL_THREAD_UNLOCK(&file->f_lock);
file               42 ompi/mpi/c/file_set_errhandler.c int MPI_File_set_errhandler( MPI_File file, MPI_Errhandler errhandler)
file               57 ompi/mpi/c/file_set_errhandler.c         if (NULL == file) {
file               64 ompi/mpi/c/file_set_errhandler.c             return OMPI_ERRHANDLER_INVOKE(file, MPI_ERR_ARG, FUNC_NAME);
file               71 ompi/mpi/c/file_set_errhandler.c     OPAL_THREAD_LOCK(&file->f_lock);
file               73 ompi/mpi/c/file_set_errhandler.c     tmp = file->error_handler;
file               74 ompi/mpi/c/file_set_errhandler.c     file->error_handler = errhandler;
file               76 ompi/mpi/c/file_set_errhandler.c     OPAL_THREAD_UNLOCK(&file->f_lock);
file               52 ompi/mpi/cxx/cxx_glue.c int ompi_cxx_errhandler_invoke_file (MPI_File file, int ret, const char *message)
file               54 ompi/mpi/cxx/cxx_glue.c     return OMPI_ERRHANDLER_INVOKE (file, ret, message);
file               69 ompi/mpi/cxx/cxx_glue.h int ompi_cxx_errhandler_invoke_file (MPI_File file, int ret, const char *message);
file               14 ompi/mpi/fortran/configure-fortran-output-bottom.h ! This file is included after configure-fortran-output.h, and does some
file               41 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c                            (MPI_Fint *file, MPI_Fint *errhandler, MPI_Fint *ierr),
file               42 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c                            (file, errhandler, ierr) )
file               61 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c                            (MPI_Fint *file, MPI_Fint *errhandler, MPI_Fint *ierr),
file               62 ompi/mpi/fortran/mpif-h/file_get_errhandler_f.c                            (file, errhandler, ierr) )
file               42 ompi/mpi/fortran/mpif-h/file_set_errhandler_f.c                            (MPI_Fint *file, MPI_Fint *errhandler, MPI_Fint *ierr),
file               43 ompi/mpi/fortran/mpif-h/file_set_errhandler_f.c                            (file, errhandler, ierr) )
file               62 ompi/mpi/fortran/mpif-h/file_set_errhandler_f.c                            (MPI_Fint *file, MPI_Fint *errhandler, MPI_Fint *ierr),
file               63 ompi/mpi/fortran/mpif-h/file_set_errhandler_f.c                            (file, errhandler, ierr) )
file              172 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_set_errhandler, mpi_file_set_errhandler, MPI_FILE_SET_ERRHANDLER, (MPI_Fint *file, MPI_Fint *errhandler, MPI_Fint *ierr));
file              173 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_get_errhandler, mpi_file_get_errhandler, MPI_FILE_GET_ERRHANDLER, (MPI_Fint *file, MPI_Fint *errhandler, MPI_Fint *ierr));
file               14 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! This file provides the interface specifications for the MPI Fortran
file               24 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! the ones prototyped in this file) are simple routines that simply
file              125 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! prototyped in this file because they fall into case #1 or #2, above.
file             1963 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_get_errhandler_f(file,errhandler,ierror) &
file             1966 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: file
file             1971 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_set_errhandler_f(file,errhandler,ierror) &
file             1974 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: file
file               10 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-cptr-interfaces.h ! This file contains interfaces that use the ISO_C_BINDING module and
file               15 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-cptr-interfaces.h ! This file is included via a preprocessor include directorive in
file              103 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_get_errhandler(file, errhandler, ierror)
file              104 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h   integer, intent(in) :: file
file              265 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_set_errhandler(file, errhandler, ierror)
file              266 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h   integer, intent(in) :: file
file               12 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-cptr-interfaces.h ! This file contains interfaces that use the ISO_C_BINDING module and
file               17 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-cptr-interfaces.h ! This file is included via a preprocessor include directorive in
file              103 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_get_errhandler(file, errhandler, ierror)
file              104 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h   integer, intent(in) :: file
file              265 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_set_errhandler(file, errhandler, ierror)
file              266 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h   integer, intent(in) :: file
file               52 ompi/mpi/java/c/mpi_File.c     MPI_File file = (MPI_File)fh;
file               53 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_close(&file);
file               55 ompi/mpi/java/c/mpi_File.c     return (jlong)file;
file               11 ompi/mpiext/example/use-mpi-f08/mpiext_example_usempif08.h ! This whole file will be included in the mpi_f08_ext module interface
file               11 ompi/mpiext/example/use-mpi/mpiext_example_usempi.h ! This whole file will be included in the mpi_ext module interface
file               14 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h ! This whole file will be included in the mpi_f08_ext module interface
file               14 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h ! This whole file will be included in the mpi_ext module interface
file               11 ompi/mpiext/shortfloat/use-mpi/mpiext_shortfloat_usempi.h ! This file is needed to put variables defined in mpiext_shortfloat_mpifh.h
file               12 ompi/mpiext/shortfloat/use-mpi/mpiext_shortfloat_usempi.h ! into the mpi_ext module file.
file               37 ompi/peruse/peruse-internal.h     ompi_file_t* file;              /**< Corresponding file */
file              118 ompi/request/request.h     struct ompi_file_t *file;
file               22 ompi/util/timings.h     char *file;
file              114 ompi/util/timings.h             OMPI_TIMING.cur_timing->val[OMPI_TIMING.cur_timing->use].file = strdup(f);     \
file              134 ompi/util/timings.h         OMPI_TIMING.cur_timing->val[OMPI_TIMING.cur_timing->use].file = filename;  \
file              184 ompi/util/timings.h                 char **file = (char**)malloc(sizeof(char*) * OMPI_TIMING.cnt);    \
file              202 ompi/util/timings.h                             file[i] = timing->val[use].file;                      \
file              223 ompi/util/timings.h                                 file[i], prefix[i], desc[i], avg[i], min[i], max[i]); \
file              237 ompi/util/timings.h                                     file[i], prefix[i], "total",                  \
file              262 ompi/util/timings.h                 free(file);                                                       \
file              261 opal/class/opal_object.h static inline opal_object_t *opal_obj_new_debug(opal_class_t* type, const char* file, int line)
file              265 opal/class/opal_object.h     object->cls_init_file_name = file;
file               49 opal/mca/backtrace/backtrace.h OPAL_DECLSPEC int opal_backtrace_print(FILE *file, char *prefix, int strip);
file               36 opal/mca/backtrace/execinfo/backtrace_execinfo.c opal_backtrace_print(FILE *file, char *prefix, int strip)
file               44 opal/mca/backtrace/execinfo/backtrace_execinfo.c     if( NULL != file ) {
file               45 opal/mca/backtrace/execinfo/backtrace_execinfo.c         fd = fileno(file);
file               27 opal/mca/backtrace/none/backtrace_none.c opal_backtrace_print(FILE *file, char *prefix, int strip)
file               29 opal/mca/backtrace/printstack/backtrace_printstack.c opal_backtrace_print(FILE *file, char *prefix, int strip)
file               33 opal/mca/backtrace/printstack/backtrace_printstack.c     if( NULL != file ) {
file               34 opal/mca/backtrace/printstack/backtrace_printstack.c         fd = fileno(file);
file               76 opal/mca/btl/usnic/btl_usnic_util.c void opal_btl_usnic_util_abort(const char *msg, const char *file, int line)
file               81 opal/mca/btl/usnic/btl_usnic_util.c                    file, line, msg);
file               31 opal/mca/btl/usnic/btl_usnic_util.h void opal_btl_usnic_util_abort(const char *msg, const char *file, int line);
file               58 opal/mca/crs/base/crs_base_fns.c static int metadata_extract_next_token(FILE *file, char **token, char **value);
file              354 opal/mca/crs/base/crs_base_fns.c static int metadata_extract_next_token(FILE *file, char **token, char **value)
file              373 opal/mca/crs/base/crs_base_fns.c         if (NULL == fgets(line, max_len, file) ) {
file              420 opal/mca/crs/base/crs_base_fns.c         if (NULL == fgets(line, max_len, file) ) {
file              223 opal/mca/hwloc/base/base.h OPAL_DECLSPEC int opal_hwloc_base_report_bind_failure(const char *file,
file              320 opal/mca/hwloc/base/hwloc_base_util.c                     FILE *file = fopen("/proc/self/maps", "r");
file              321 opal/mca/hwloc/base/hwloc_base_util.c                     if (file) {
file              325 opal/mca/hwloc/base/hwloc_base_util.c                         while (fgets(line, sizeof(line), file) != NULL) {
file              332 opal/mca/hwloc/base/hwloc_base_util.c                         fclose(file);
file              551 opal/mca/hwloc/base/hwloc_base_util.c int opal_hwloc_base_report_bind_failure(const char *file,
file              563 opal/mca/hwloc/base/hwloc_base_util.c                        hostname, getpid(), file, line, msg,
file             2166 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   FILE *file;
file             2172 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     file = hwloc_fopen("/proc/self/cgroup", "r", fsroot_fd);
file             2176 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     file = hwloc_fopen(path, "r", fsroot_fd);
file             2178 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (file) {
file             2182 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     while (fgets(line, sizeof(line), file)) {
file             2190 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       fclose(file);
file             2197 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     fclose(file);
file             2591 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   int file = -1;
file             2595 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   file = hwloc_open(fname, root_fd);
file             2596 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (-1 == file) {
file             2599 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (fstat(file, &fs)) {
file             2605 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     ssize_t cb = read(file, ret, fs.st_size);
file             2616 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   close(file);
file             4284 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   FILE *file;
file             4301 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   file = hwloc_fopen("/proc/hwloc-nofile-info", "r", data->root_fd);
file             4302 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (file) {
file             4303 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     while (fgets(line, sizeof(line), file)) {
file             4343 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     fclose(file);
file             4348 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     file = fopen(env, "w");
file             4349 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     if (file) {
file             4351 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	fprintf(file, "OSName: %s\n", data->utsname.sysname);
file             4353 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	fprintf(file, "OSRelease: %s\n", data->utsname.release);
file             4355 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	fprintf(file, "OSVersion: %s\n", data->utsname.version);
file             4357 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	fprintf(file, "HostName: %s\n", data->utsname.nodename);
file             4359 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	fprintf(file, "Architecture: %s\n", data->utsname.machine);
file             4360 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       fprintf(file, "FallbackNbProcessors: %d\n", data->fallback_nbprocessors);
file             4361 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       fprintf(file, "PageSize: %llu\n", (unsigned long long) data->pagesize);
file             4362 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       fclose(file);
file             4929 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   FILE *file;
file             5022 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   file = hwloc_fopen(path, "r", root_fd);
file             5023 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   if (!file)
file             5026 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   while (NULL != fgets(line, sizeof(line), file)) {
file             5047 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   fclose(file);
file              206 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c       FILE *file;
file              211 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c       file = fopen(path, "r");
file              212 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c       if (file) {
file              213 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c 	read = fread(value, 1, sizeof(value), file);
file              214 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c 	fclose(file);
file              222 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c       file = fopen(path, "r");
file              223 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c       if (file) {
file              224 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c 	read = fread(value, 1, sizeof(value), file);
file              225 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c 	fclose(file);
file               73 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   FILE *file;
file               87 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   file = fopen(filename, "r");
file               88 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   if (!file) {
file               95 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   while (fgets(line, sizeof(line), file))
file              103 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   fseek(file, 0, SEEK_SET);
file              106 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   while (fgets(line, sizeof(line), file)) {
file              119 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   fclose(file);
file              123 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   fclose(file);
file             1368 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   FILE *file;
file             1377 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   file = fopen(path, "r");
file             1378 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   if (!file) {
file             1382 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   if (!fgets(line, sizeof(line), file)) {
file             1384 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     fclose(file);
file             1387 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   fclose(file);
file              354 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   FILE * file;
file              363 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   file = fopen(xmlpath, "r");
file              364 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   if (!file)
file              379 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     ret = fread(buffer+offset, 1, readlen, file);
file              395 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   fclose(file);
file              403 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   fclose(file);
file              752 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   FILE *file;
file              762 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     file = stdout;
file              764 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     file = fopen(filename, "w");
file              765 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     if (!file) {
file              771 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   ret = (int)fwrite(buffer, 1, bufferlen-1 /* don't write the ending \0 */, file);
file              775 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     errno = ferror(file);
file              781 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   if (file != stdout)
file              782 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     fclose(file);
file              851 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   FILE *file;
file              861 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     file = stdout;
file              863 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     file = fopen(filename, "w");
file              864 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     if (!file) {
file              870 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   ret = (int)fwrite(buffer, 1, bufferlen-1 /* don't write the ending \0 */, file);
file              874 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     errno = ferror(file);
file              880 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   if (file != stdout)
file              881 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c     fclose(file);
file              255 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.h static inline pmix_object_t *pmix_obj_new_debug(pmix_class_t* type, const char* file, int line)
file              259 opal/mca/pmix/pmix4x/pmix/src/class/pmix_object.h     object->cls_init_file_name = file;
file              625 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c     FILE *file;
file              628 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c     file = fopen("/proc/self/maps", "r");
file              629 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c     if (!file) {
file              633 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c     while (fgets(line, sizeof(line), file) != NULL) {
file              640 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c                     fclose(file);
file              648 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c                         fclose(file);
file              655 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c                         fclose(file);
file              688 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c             if (!fgets(line, sizeof(line), file)) {
file              706 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c     fclose(file);
file               74 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c     char *file;
file              120 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c     if (NULL != ft->file) {
file              121 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c         free(ft->file);
file              198 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c     ft->file = strdup(monitor->value.data.string);
file              294 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c                          ft->file));
file              297 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c     if (0 > stat(ft->file, &buf)) {
file              302 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c                              ft->file));
file              339 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c                          ft->file, ft->nmisses));
file              344 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c                            ft->file, ft->last_size, ctime(&ft->last_access), ctime(&ft->last_mod));
file               39 opal/mca/pmix/pmix4x/pmix/src/util/keyval/keyval_lex.h int pmix_util_keyval_init_buffer(FILE *file);
file              518 opal/mca/pmix/pmix4x/pmix/src/util/path.c     char * file = strdup (fname);
file              552 opal/mca/pmix/pmix4x/pmix/src/util/path.c         fsrc = statfs(file, &fsbuf);
file              558 opal/mca/pmix/pmix4x/pmix/src/util/path.c         vfsrc = statvfs(file, &vfsbuf);
file              568 opal/mca/pmix/pmix4x/pmix/src/util/path.c                              fname, errno, file));
file              570 opal/mca/pmix/pmix4x/pmix/src/util/path.c             free(file);
file              577 opal/mca/pmix/pmix4x/pmix/src/util/path.c         last_sep = strrchr(file, PMIX_PATH_SEP[0]);
file              581 opal/mca/pmix/pmix4x/pmix/src/util/path.c             free (file);
file              630 opal/mca/pmix/pmix4x/pmix/src/util/path.c     free (file);
file              643 opal/mca/pmix/pmix4x/pmix/src/util/path.c     free (file);
file               39 opal/mca/pmix/pmix4x/pmix/src/util/show_help_lex.h int pmix_show_help_init_buffer(FILE *file);
file              165 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                           const char *func, const char *file, int line)
file              169 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         p.ev->file = file;
file              178 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                            const char *func, const char *file, int line)
file              182 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         p.ev->file = file;
file              193 opal/mca/pmix/pmix4x/pmix/src/util/timings.c void pmix_timing_start_id(pmix_timing_t *t, int id, const char *func, const char *file, int line)
file              206 opal/mca/pmix/pmix4x/pmix/src/util/timings.c     ev->file = file;
file              213 opal/mca/pmix/pmix4x/pmix/src/util/timings.c void pmix_timing_end(pmix_timing_t *t, int id, const char *func, const char *file, int line )
file              234 opal/mca/pmix/pmix4x/pmix/src/util/timings.c     ev->file = file;
file              241 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                                         const char *func, const char *file, int line)
file              250 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         ev->file = file;
file              279 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                 char *file = pmix_basename(ev->file);
file              281 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                             file, ev->line, ev->func);
file              282 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                 free(file);
file              288 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                 char *file = pmix_basename(ev->file);
file              289 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                 char *file_prev = pmix_basename(prev->file);
file              291 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                             "previous: %s:%d:%s, ignore and remove", file, ev->line, ev->func,
file              293 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                 free(file);
file              308 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                 char *file = pmix_basename(ev->file);
file              310 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                             file, ev->line, ev->func);
file              311 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                 free(file);
file              356 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         char *line, *file;
file              360 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         file = pmix_basename(ev->file);
file              367 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                           nodename, getpid(), jobid, ev->descr, file, ev->line,
file              373 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                           file, ev->line, ev->ts + hnp_offs + overhead);
file              378 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                           file, ev->line, ev->ts + hnp_offs + overhead);
file              381 opal/mca/pmix/pmix4x/pmix/src/util/timings.c         free(file);
file              487 opal/mca/pmix/pmix4x/pmix/src/util/timings.c             char *file = pmix_basename(ev->file);
file              489 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                         id, file, ev->line, ev->func, t->next_id_cntr - 1 );
file              490 opal/mca/pmix/pmix4x/pmix/src/util/timings.c             free(file);
file              503 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                 char *file = pmix_basename(ev->file);
file              504 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                 char *file_prev = pmix_basename(prev->file);
file              506 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                             "previous: %s:%d:%s", file, ev->line, ev->func,
file              508 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                 free(file);
file              521 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                 char *file = pmix_basename(ev->file);
file              523 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                             file, ev->line, ev->func );
file              524 opal/mca/pmix/pmix4x/pmix/src/util/timings.c                 free(file);
file               39 opal/mca/pmix/pmix4x/pmix/src/util/timings.h     const char *file;
file              113 opal/mca/pmix/pmix4x/pmix/src/util/timings.h                                       const char *file, int line);
file              127 opal/mca/pmix/pmix4x/pmix/src/util/timings.h                                   const char *file, int line);
file              142 opal/mca/pmix/pmix4x/pmix/src/util/timings.h                                       const char *file, int line);
file              157 opal/mca/pmix/pmix4x/pmix/src/util/timings.h                                  const char *file, int line );
file              172 opal/mca/pmix/pmix4x/pmix/src/util/timings.h                                          const char *file, int line)
file              174 opal/mca/pmix/pmix4x/pmix/src/util/timings.h     int id = pmix_timing_descr(p, func, file, line);
file              177 opal/mca/pmix/pmix4x/pmix/src/util/timings.h     pmix_timing_start_id(p.t, id, func, file, line);
file              192 opal/mca/pmix/pmix4x/pmix/src/util/timings.h                                       const char *func, const char *file, int line);
file               25 opal/mca/pmix/pmix4x/pmix/test/test_common.c FILE *file;
file               44 opal/mca/pmix/pmix4x/pmix/test/test_common.c     file = stdout;
file               49 opal/mca/pmix/pmix4x/pmix/test/test_common.h extern FILE *file;
file               54 opal/mca/pmix/pmix4x/pmix/test/test_common.h     fprintf(file,"==%d== %s:%s: %s\n", getpid(), STRIPPED_FILE_NAME, __func__, \
file               56 opal/mca/pmix/pmix4x/pmix/test/test_common.h     fflush(file); \
file               62 opal/mca/pmix/pmix4x/pmix/test/test_common.h     fprintf(file, "==%d== %s", getpid(), pmix_test_output_prepare x ); \
file               63 opal/mca/pmix/pmix4x/pmix/test/test_common.h     fflush(file); \
file               89 opal/mca/pmix/pmix4x/pmix/test/test_common.h     file = fopen(fname, "w"); \
file               91 opal/mca/pmix/pmix4x/pmix/test/test_common.h     if( NULL == file ){ \
file               98 opal/mca/pmix/pmix4x/pmix/test/test_common.h     if ( stderr != file ) { \
file               99 opal/mca/pmix/pmix4x/pmix/test/test_common.h         fclose(file); \
file               38 opal/util/keyval/keyval_lex.h int opal_util_keyval_init_buffer(FILE *file);
file               96 opal/util/malloc.c void *opal_malloc(size_t size, const char *file, int line)
file              103 opal/util/malloc.c                         (long) size, file, line);
file              115 opal/util/malloc.c                         (long) size, file, line);
file              126 opal/util/malloc.c void *opal_calloc(size_t nmembers, size_t size, const char *file, int line)
file              134 opal/util/malloc.c                         (long) nmembers, (long) size, file, line);
file              144 opal/util/malloc.c                         (long) nmembers, (long) size, file, line);
file              155 opal/util/malloc.c void *opal_realloc(void *ptr, size_t size, const char *file, int line)
file              164 opal/util/malloc.c                             (long) size, file, line);
file              167 opal/util/malloc.c                             ptr, (long) size, file, line);
file              178 opal/util/malloc.c                         ptr, (long) size, file, line);
file              189 opal/util/malloc.c void opal_free(void *addr, const char *file, int line)
file               79 opal/util/malloc.h OPAL_DECLSPEC void *opal_malloc(size_t size, const char *file, int line) __opal_attribute_malloc__ __opal_attribute_warn_unused_result__;
file               95 opal/util/malloc.h OPAL_DECLSPEC void *opal_calloc(size_t nmembers, size_t size, const char *file, int line) __opal_attribute_malloc__ __opal_attribute_warn_unused_result__;
file              111 opal/util/malloc.h OPAL_DECLSPEC void *opal_realloc(void *ptr, size_t size, const char *file, int line) __opal_attribute_malloc__ __opal_attribute_warn_unused_result__;
file              127 opal/util/malloc.h OPAL_DECLSPEC void opal_free(void *addr, const char *file, int line) __opal_attribute_nonnull__(1);
file              511 opal/util/path.c     char * file = strdup (fname);
file              545 opal/util/path.c         fsrc = statfs(file, &fsbuf);
file              551 opal/util/path.c         vfsrc = statvfs(file, &vfsbuf);
file              561 opal/util/path.c                              fname, errno, file));
file              563 opal/util/path.c             free(file);
file              570 opal/util/path.c         last_sep = strrchr(file, OPAL_PATH_SEP[0]);
file              574 opal/util/path.c             free (file);
file              623 opal/util/path.c     free (file);
file              631 opal/util/path.c     free (file);
file               38 opal/util/show_help_lex.h int opal_show_help_init_buffer(FILE *file);
file              202 opal/util/timings.h #define OPAL_TIMING_ENV_GETDESC(file, func, index, desc)                          \
file              203 opal/util/timings.h     OPAL_TIMING_ENV_GETDESC_PREFIX("", file, func, index, desc)
file               48 orte/mca/filem/raw/filem_raw.h     char *file;
file               62 orte/mca/filem/raw/filem_raw.h     char *file;
file              193 orte/mca/filem/raw/filem_raw_module.c     char *file;
file              198 orte/mca/filem/raw/filem_raw_module.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(buffer, &file, &n, OPAL_STRING))) {
file              213 orte/mca/filem/raw/filem_raw_module.c                          ORTE_NAME_PRINT(sender), file, st));
file              224 orte/mca/filem/raw/filem_raw_module.c             if (0 == strcmp(file, xfer->file)) {
file              236 orte/mca/filem/raw/filem_raw_module.c                                          file, xfer->status));
file              239 orte/mca/filem/raw/filem_raw_module.c                 free(file);
file              535 orte/mca/filem/raw/filem_raw_module.c         xfer->file = strdup(cptr);
file              718 orte/mca/filem/raw/filem_raw_module.c                                  ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), inbnd->file));
file              722 orte/mca/filem/raw/filem_raw_module.c                 if (0 == strcmp(inbnd->file, files[j])) {
file              728 orte/mca/filem/raw/filem_raw_module.c                                              inbnd->file));
file              741 orte/mca/filem/raw/filem_raw_module.c                                              inbnd->file));
file              781 orte/mca/filem/raw/filem_raw_module.c                              ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), rev->file));
file              801 orte/mca/filem/raw/filem_raw_module.c                          rev->nchunk, numbytes, rev->file));
file              805 orte/mca/filem/raw/filem_raw_module.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(&chunk, &rev->file, 1, OPAL_STRING))) {
file              857 orte/mca/filem/raw/filem_raw_module.c static void send_complete(char *file, int status)
file              863 orte/mca/filem/raw/filem_raw_module.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(buf, &file, 1, OPAL_STRING))) {
file              949 orte/mca/filem/raw/filem_raw_module.c     char *file, *session_dir;
file              961 orte/mca/filem/raw/filem_raw_module.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(buffer, &file, &n, OPAL_STRING))) {
file              969 orte/mca/filem/raw/filem_raw_module.c         send_complete(file, rc);
file              970 orte/mca/filem/raw/filem_raw_module.c         free(file);
file              981 orte/mca/filem/raw/filem_raw_module.c             send_complete(file, rc);
file              982 orte/mca/filem/raw/filem_raw_module.c             free(file);
file              991 orte/mca/filem/raw/filem_raw_module.c             send_complete(file, rc);
file              992 orte/mca/filem/raw/filem_raw_module.c             free(file);
file             1000 orte/mca/filem/raw/filem_raw_module.c                          nchunk, file, nbytes));
file             1008 orte/mca/filem/raw/filem_raw_module.c         if (0 == strcmp(file, ptr->file)) {
file             1017 orte/mca/filem/raw/filem_raw_module.c                              ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), file));
file             1019 orte/mca/filem/raw/filem_raw_module.c         incoming->file = strdup(file);
file             1028 orte/mca/filem/raw/filem_raw_module.c         tmp = strdup(file);
file             1038 orte/mca/filem/raw/filem_raw_module.c         incoming->fullpath = opal_os_path(false, session_dir, file, NULL);
file             1047 orte/mca/filem/raw/filem_raw_module.c             send_complete(file, ORTE_ERR_FILE_WRITE_FAILURE);
file             1048 orte/mca/filem/raw/filem_raw_module.c             free(file);
file             1059 orte/mca/filem/raw/filem_raw_module.c                 send_complete(file, ORTE_ERR_FILE_WRITE_FAILURE);
file             1060 orte/mca/filem/raw/filem_raw_module.c                 free(file);
file             1069 orte/mca/filem/raw/filem_raw_module.c                 send_complete(file, ORTE_ERR_FILE_WRITE_FAILURE);
file             1070 orte/mca/filem/raw/filem_raw_module.c                 free(file);
file             1102 orte/mca/filem/raw/filem_raw_module.c     free(file);
file             1133 orte/mca/filem/raw/filem_raw_module.c                                  sink->file));
file             1143 orte/mca/filem/raw/filem_raw_module.c                 send_complete(sink->file, ORTE_SUCCESS);
file             1147 orte/mca/filem/raw/filem_raw_module.c                     opal_asprintf(&cmd, "tar xf %s", sink->file);
file             1149 orte/mca/filem/raw/filem_raw_module.c                     opal_asprintf(&cmd, "tar xjf %s", sink->file);
file             1151 orte/mca/filem/raw/filem_raw_module.c                     opal_asprintf(&cmd, "tar xzf %s", sink->file);
file             1154 orte/mca/filem/raw/filem_raw_module.c                     send_complete(sink->file, ORTE_ERR_FILE_WRITE_FAILURE);
file             1159 orte/mca/filem/raw/filem_raw_module.c                     send_complete(sink->file, ORTE_ERR_FILE_WRITE_FAILURE);
file             1165 orte/mca/filem/raw/filem_raw_module.c                     send_complete(sink->file, ORTE_ERR_FILE_WRITE_FAILURE);
file             1171 orte/mca/filem/raw/filem_raw_module.c                                      sink->file, cmd));
file             1174 orte/mca/filem/raw/filem_raw_module.c                     send_complete(sink->file, ORTE_ERR_FILE_WRITE_FAILURE);
file             1179 orte/mca/filem/raw/filem_raw_module.c                     send_complete(sink->file, ORTE_ERR_FILE_WRITE_FAILURE);
file             1187 orte/mca/filem/raw/filem_raw_module.c                     send_complete(sink->file, ORTE_ERR_FILE_WRITE_FAILURE);
file             1189 orte/mca/filem/raw/filem_raw_module.c                     send_complete(sink->file, ORTE_SUCCESS);
file             1198 orte/mca/filem/raw/filem_raw_module.c                              num_written, sink->file));
file             1217 orte/mca/filem/raw/filem_raw_module.c                                  sink->file, strerror(errno)));
file             1220 orte/mca/filem/raw/filem_raw_module.c             send_complete(sink->file, OPAL_ERR_FILE_WRITE_FAILURE);
file             1246 orte/mca/filem/raw/filem_raw_module.c     ptr->file = NULL;
file             1259 orte/mca/filem/raw/filem_raw_module.c     if (NULL != ptr->file) {
file             1260 orte/mca/filem/raw/filem_raw_module.c         free(ptr->file);
file             1292 orte/mca/filem/raw/filem_raw_module.c     ptr->file = NULL;
file             1308 orte/mca/filem/raw/filem_raw_module.c     if (NULL != ptr->file) {
file             1309 orte/mca/filem/raw/filem_raw_module.c         free(ptr->file);
file              151 orte/mca/odls/alps/odls_alps_module.c                                  const char *file, const char *topic, ...)
file              228 orte/mca/odls/alps/odls_alps_module.c static int write_help_msg(int fd, orte_odls_pipe_err_msg_t *msg, const char *file,
file              234 orte/mca/odls/alps/odls_alps_module.c     if (NULL == file || NULL == topic) {
file              238 orte/mca/odls/alps/odls_alps_module.c     str = opal_show_help_vstring(file, topic, true, ap);
file              240 orte/mca/odls/alps/odls_alps_module.c     msg->file_str_len = (int) strlen(file);
file              257 orte/mca/odls/alps/odls_alps_module.c         OPAL_SUCCESS != (ret = opal_fd_write(fd, msg->file_str_len, file))) {
file              278 orte/mca/odls/alps/odls_alps_module.c                                  const char *file, const char *topic, ...)
file              288 orte/mca/odls/alps/odls_alps_module.c     write_help_msg(fd, &msg, file, topic, ap);
file              462 orte/mca/odls/alps/odls_alps_module.c     char file[ORTE_ODLS_MAX_FILE_LEN + 1], topic[ORTE_ODLS_MAX_TOPIC_LEN + 1], *str = NULL;
file              506 orte/mca/odls/alps/odls_alps_module.c             rc = opal_fd_read(read_fd, msg.file_str_len, file);
file              517 orte/mca/odls/alps/odls_alps_module.c             file[msg.file_str_len] = '\0';
file              551 orte/mca/odls/alps/odls_alps_module.c             orte_show_help_norender(file, topic, false, str);
file              150 orte/mca/odls/default/odls_default_module.c                                  const char *file, const char *topic, ...)
file              230 orte/mca/odls/default/odls_default_module.c static int write_help_msg(int fd, orte_odls_pipe_err_msg_t *msg, const char *file,
file              236 orte/mca/odls/default/odls_default_module.c     if (NULL == file || NULL == topic) {
file              240 orte/mca/odls/default/odls_default_module.c     str = opal_show_help_vstring(file, topic, true, ap);
file              242 orte/mca/odls/default/odls_default_module.c     msg->file_str_len = (int) strlen(file);
file              259 orte/mca/odls/default/odls_default_module.c         OPAL_SUCCESS != (ret = opal_fd_write(fd, msg->file_str_len, file))) {
file              280 orte/mca/odls/default/odls_default_module.c                                  const char *file, const char *topic, ...)
file              290 orte/mca/odls/default/odls_default_module.c     write_help_msg(fd, &msg, file, topic, ap);
file              469 orte/mca/odls/default/odls_default_module.c     char file[ORTE_ODLS_MAX_FILE_LEN + 1], topic[ORTE_ODLS_MAX_TOPIC_LEN + 1], *str = NULL;
file              513 orte/mca/odls/default/odls_default_module.c             rc = opal_fd_read(read_fd, msg.file_str_len, file);
file              524 orte/mca/odls/default/odls_default_module.c             file[msg.file_str_len] = '\0';
file              558 orte/mca/odls/default/odls_default_module.c             orte_show_help_norender(file, topic, false, str);
file               72 orte/mca/rtc/base/base.h ORTE_DECLSPEC int orte_rtc_base_send_warn_show_help(int fd, const char *file,
file               78 orte/mca/rtc/base/base.h                                                       const char *file,
file               59 orte/mca/rtc/base/rtc_base_stubs.c static int write_help_msg(int fd, orte_odls_pipe_err_msg_t *msg, const char *file,
file               65 orte/mca/rtc/base/rtc_base_stubs.c     if (NULL == file || NULL == topic) {
file               69 orte/mca/rtc/base/rtc_base_stubs.c     str = opal_show_help_vstring(file, topic, true, ap);
file               71 orte/mca/rtc/base/rtc_base_stubs.c     msg->file_str_len = (int) strlen(file);
file               88 orte/mca/rtc/base/rtc_base_stubs.c         OPAL_SUCCESS != (ret = opal_fd_write(fd, msg->file_str_len, file))) {
file              105 orte/mca/rtc/base/rtc_base_stubs.c int orte_rtc_base_send_warn_show_help(int fd, const char *file,
file              117 orte/mca/rtc/base/rtc_base_stubs.c     ret = write_help_msg(fd, &msg, file, topic, ap);
file              124 orte/mca/rtc/base/rtc_base_stubs.c                                         const char *file, const char *topic, ...)
file              134 orte/mca/rtc/base/rtc_base_stubs.c     write_help_msg(fd, &msg, file, topic, ap);
file              119 orte/mca/rtc/hwloc/rtc_hwloc.c             FILE *file = fopen("/proc/self/maps", "r");
file              120 orte/mca/rtc/hwloc/rtc_hwloc.c             if (file) {
file              124 orte/mca/rtc/hwloc/rtc_hwloc.c                 while (fgets(line, sizeof(line), file) != NULL) {
file              131 orte/mca/rtc/hwloc/rtc_hwloc.c                 fclose(file);
file              586 orte/mca/rtc/hwloc/rtc_hwloc.c     FILE *file;
file              589 orte/mca/rtc/hwloc/rtc_hwloc.c     file = fopen("/proc/self/maps", "r");
file              590 orte/mca/rtc/hwloc/rtc_hwloc.c     if (!file) {
file              594 orte/mca/rtc/hwloc/rtc_hwloc.c     while (fgets(line, sizeof(line), file) != NULL) {
file              610 orte/mca/rtc/hwloc/rtc_hwloc.c                     fclose(file);
file              618 orte/mca/rtc/hwloc/rtc_hwloc.c                         fclose(file);
file              625 orte/mca/rtc/hwloc/rtc_hwloc.c                         fclose(file);
file              661 orte/mca/rtc/hwloc/rtc_hwloc.c             if (!fgets(line, sizeof(line), file)) {
file              679 orte/mca/rtc/hwloc/rtc_hwloc.c     fclose(file);
file               99 orte/mca/sstore/base/base.h ORTE_DECLSPEC int orte_sstore_base_metadata_read_next_seq_num(FILE *file);
file              100 orte/mca/sstore/base/base.h ORTE_DECLSPEC int orte_sstore_base_metadata_read_next_token(FILE *file, char **token, char **value);
file              101 orte/mca/sstore/base/base.h ORTE_DECLSPEC int orte_sstore_base_metadata_seek_to_seq_num(FILE *file, int seq_num);
file              787 orte/mca/sstore/base/sstore_base_fns.c int orte_sstore_base_metadata_read_next_seq_num(FILE *file)
file              794 orte/mca/sstore/base/sstore_base_fns.c         if( ORTE_SUCCESS != orte_sstore_base_metadata_read_next_token(file, &token, &value) ) {
file              816 orte/mca/sstore/base/sstore_base_fns.c int orte_sstore_base_metadata_seek_to_seq_num(FILE *file, int seq_num)
file              822 orte/mca/sstore/base/sstore_base_fns.c     rewind(file);
file              826 orte/mca/sstore/base/sstore_base_fns.c             if( ORTE_SUCCESS != orte_sstore_base_metadata_read_next_token(file, &token, &value) ) {
file              852 orte/mca/sstore/base/sstore_base_fns.c int orte_sstore_base_metadata_read_next_token(FILE *file, char **token, char **value)
file              869 orte/mca/sstore/base/sstore_base_fns.c     if(0 != feof(file) ) {
file              877 orte/mca/sstore/base/sstore_base_fns.c     if (NULL == fgets(line, max_len, file) ) {
file              931 orte/mca/sstore/base/sstore_base_fns.c         if (NULL == fgets(line, max_len, file) ) {
file               19 orte/test/mpi/read_write.c     FILE *file;
file               38 orte/test/mpi/read_write.c         file = fopen(junk, "w+");
file               39 orte/test/mpi/read_write.c         if (NULL == file) {
file               46 orte/test/mpi/read_write.c             fprintf(file, "%s", line);
file               49 orte/test/mpi/read_write.c         fclose(file);
file               23 oshmem/util/oshmem_util.c     const char* file, int line, const char* function, const char* format, ...)
file               40 oshmem/util/oshmem_util.c         opal_output(output_id, buff, file, line, function);
file               50 oshmem/util/oshmem_util.c void oshmem_output(int output_id, const char* prefix, const char* file,
file               67 oshmem/util/oshmem_util.c     opal_output(output_id, buff, file, line, function);
file               30 oshmem/util/oshmem_util.h     const char* file, int line, const char* function, const char* format, ...);
file               36 oshmem/util/oshmem_util.h void oshmem_output(int output_id, const char* prefix, const char* file,
file               88 test/util/opal_path_nfs.c static void test(char* file, bool expect);
file              122 test/util/opal_path_nfs.c void test(char* file, bool expect)
file              126 test/util/opal_path_nfs.c             file, expect);
file              128 test/util/opal_path_nfs.c     if (expect == opal_path_nfs (file, NULL)) {
file              133 test/util/opal_path_nfs.c                  file, expect, !expect);
file              145 test/util/opal_path_nfs.c     FILE * file;
file              165 test/util/opal_path_nfs.c     file = fopen("opal_path_nfs.out", "r");
file              167 test/util/opal_path_nfs.c     while (NULL != fgets (buffer, SIZE, file)) {
file              180 test/util/opal_path_nfs.c     rewind(file);
file              182 test/util/opal_path_nfs.c     while (i < count && NULL != fgets (buffer, SIZE, file)) {