filename 32 ompi/debuggers/dlopen_test.c static int try_open(const char *filename) filename 38 ompi/debuggers/dlopen_test.c ret = opal_dl_open(filename, true, true, &handle, &err_msg); filename 48 ompi/debuggers/dlopen_test.c ret = opal_dl_open(filename, true, false, &handle, &err_msg); filename 64 ompi/debuggers/dlopen_test.c char filename[] = "./libompi_dbg_msgq"; filename 110 ompi/debuggers/dlopen_test.c printf("Trying to open file with private namespace: %s\n", filename); filename 113 ompi/debuggers/dlopen_test.c if (0 == try_open(filename)) { filename 124 ompi/debuggers/dlopen_test.c opal_asprintf(&rel_filename, ".libs/%s", filename); filename 100 ompi/file/file.c int ompi_file_open(struct ompi_communicator_t *comm, const char *filename, filename 124 ompi/file/file.c file->f_filename = strdup(filename); filename 153 ompi/file/file.h int ompi_file_open(struct ompi_communicator_t *comm, const char *filename, filename 90 ompi/mca/common/monitoring/common_monitoring.c static int mca_common_monitoring_flush (int fd, char* filename); filename 760 ompi/mca/common/monitoring/common_monitoring.c static int mca_common_monitoring_flush(int fd, char* filename) filename 776 ompi/mca/common/monitoring/common_monitoring.c if( NULL == filename ) { /* No filename */ filename 780 ompi/mca/common/monitoring/common_monitoring.c opal_asprintf(&tmpfn, "%s.%" PRId32 ".prof", filename, rank_world); filename 787 ompi/mca/common/monitoring/common_monitoring.c filename, rank_world); filename 792 ompi/mca/common/monitoring/common_monitoring.c rank_world, filename, rank_world); filename 377 ompi/mca/common/monitoring/monitoring_prof.c int write_mat(char * filename, size_t * mat, unsigned int dim) filename 382 ompi/mca/common/monitoring/monitoring_prof.c matrix_file = fopen(filename, "w"); filename 384 ompi/mca/common/monitoring/monitoring_prof.c fprintf(stderr, "ERROR : failed to open \"%s\" file in write mode, check your permissions\n", filename); filename 388 ompi/mca/common/monitoring/monitoring_prof.c printf("writing %ux%u matrix to %s\n", dim, dim, filename); filename 306 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_open (ompi_communicator_t *comm, const char *filename, filename 310 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_delete (const char *filename, filename 312 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_create_incomplete_file_handle (const char *filename, filename 49 ompi/mca/common/ompio/common_ompio_file_open.c const char *filename, filename 102 ompi/mca/common/ompio/common_ompio_file_open.c ompio_fh->f_filename = filename; filename 156 ompi/mca/common/ompio/common_ompio_file_open.c filename, filename 175 ompi/mca/common/ompio/common_ompio_file_open.c filename, filename 494 ompi/mca/common/ompio/common_ompio_file_open.c int mca_common_ompio_file_delete (const char *filename, filename 510 ompi/mca/common/ompio/common_ompio_file_open.c ret = mca_common_ompio_create_incomplete_file_handle(filename, &fh); filename 523 ompi/mca/common/ompio/common_ompio_file_open.c ret = fh->f_fs->fs_file_delete ( (char *)filename, NULL); filename 532 ompi/mca/common/ompio/common_ompio_file_open.c int mca_common_ompio_create_incomplete_file_handle (const char *filename, filename 537 ompi/mca/common/ompio/common_ompio_file_open.c if (NULL == filename) { filename 563 ompi/mca/common/ompio/common_ompio_file_open.c file->f_filename = filename; filename 53 ompi/mca/fs/base/base.h OMPI_DECLSPEC void mca_fs_base_get_parent_dir (char *filename, char **dirnamep); filename 54 ompi/mca/fs/base/fs_base_get_parent_dir.c void mca_fs_base_get_parent_dir ( char *filename, char **dirnamep) filename 60 ompi/mca/fs/base/fs_base_get_parent_dir.c if (strlen(filename) < 1) { filename 65 ompi/mca/fs/base/fs_base_get_parent_dir.c err = lstat(filename, &statbuf); filename 71 ompi/mca/fs/base/fs_base_get_parent_dir.c dir = strdup(filename); filename 82 ompi/mca/fs/base/fs_base_get_parent_dir.c namelen = readlink(filename, linkbuf, PATH_MAX); filename 88 ompi/mca/fs/base/fs_base_get_parent_dir.c dir = strdup(filename); filename 114 ompi/mca/fs/fs.h struct ompi_communicator_t *comm, const char *filename, int amode, filename 118 ompi/mca/fs/fs.h char *filename, struct opal_info_t *info); filename 47 ompi/mca/fs/ime/fs_ime.h const char *filename, filename 54 ompi/mca/fs/ime/fs_ime.h int mca_fs_ime_file_delete (char *filename, filename 32 ompi/mca/fs/ime/fs_ime_file_open.c const char* filename, filename 69 ompi/mca/fs/ime/fs_ime_file_open.c fh->fd = ime_native_open(filename, amode, perm); filename 84 ompi/mca/fs/ime/fs_ime_file_open.c fh->fd = ime_native_open(filename, amode, perm); filename 62 ompi/mca/fs/lustre/fs_lustre.h const char *filename, filename 69 ompi/mca/fs/lustre/fs_lustre.h int mca_fs_lustre_file_delete (char *filename, filename 61 ompi/mca/fs/lustre/fs_lustre_file_open.c const char* filename, filename 126 ompi/mca/fs/lustre/fs_lustre_file_open.c llapi_file_create(filename, filename 132 ompi/mca/fs/lustre/fs_lustre_file_open.c fh->fd = open(filename, amode | O_LOV_DELAY_CREATE, perm); filename 135 ompi/mca/fs/lustre/fs_lustre_file_open.c fh->fd = open (filename, amode, perm); filename 169 ompi/mca/fs/lustre/fs_lustre_file_open.c fh->fd = open (filename, amode, perm); filename 202 ompi/mca/fs/lustre/fs_lustre_file_open.c rc = llapi_file_get_stripe(filename, lump); filename 74 ompi/mca/fs/pvfs2/fs_pvfs2.h const char *filename, filename 81 ompi/mca/fs/pvfs2/fs_pvfs2.h int mca_fs_pvfs2_file_delete (char *filename, filename 62 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c const char* filename, filename 132 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c ret = PVFS_util_resolve(filename, &pvfs2_id, pvfs2_path, OMPIO_PVFS2_MAX_NAME); filename 58 ompi/mca/fs/ufs/fs_ufs.h const char *filename, filename 65 ompi/mca/fs/ufs/fs_ufs.h int mca_fs_ufs_file_delete (char *filename, filename 46 ompi/mca/fs/ufs/fs_ufs_file_open.c const char* filename, filename 84 ompi/mca/fs/ufs/fs_ufs_file_open.c fh->fd = open (filename, amode, perm); filename 126 ompi/mca/fs/ufs/fs_ufs_file_open.c fh->fd = open (filename, amode, perm); filename 172 ompi/mca/fs/ufs/fs_ufs_file_open.c bool bret = opal_path_nfs ( (char *)filename, &fstype ); filename 176 ompi/mca/fs/ufs/fs_ufs_file_open.c mca_fs_base_get_parent_dir ( (char *)filename, &dir ); filename 160 ompi/mca/io/base/base.h OMPI_DECLSPEC int mca_io_base_delete(const char *filename, filename 60 ompi/mca/io/base/io_base_delete.c const char *filename, struct opal_info_t *info, filename 63 ompi/mca/io/base/io_base_delete.c const char *filename, struct opal_info_t *info); filename 66 ompi/mca/io/base/io_base_delete.c const char *filename, struct opal_info_t *info); filename 68 ompi/mca/io/base/io_base_delete.c const char *filename, struct opal_info_t *info); filename 70 ompi/mca/io/base/io_base_delete.c static void unquery(avail_io_t *avail, const char *filename, struct opal_info_t *info); filename 72 ompi/mca/io/base/io_base_delete.c static int delete_file(avail_io_t *avail, const char *filename, struct opal_info_t *info); filename 85 ompi/mca/io/base/io_base_delete.c int mca_io_base_delete(const char *filename, struct opal_info_t *info) filename 96 ompi/mca/io/base/io_base_delete.c filename); filename 113 ompi/mca/io/base/io_base_delete.c filename, info, NULL, 0); filename 145 ompi/mca/io/base/io_base_delete.c unquery(avail, filename, info); filename 169 ompi/mca/io/base/io_base_delete.c if (OMPI_SUCCESS != (err = delete_file(&selected, filename, info))) { filename 207 ompi/mca/io/base/io_base_delete.c const char *filename, struct opal_info_t *info, filename 245 ompi/mca/io/base/io_base_delete.c avail = check_one_component(component, filename, info); filename 276 ompi/mca/io/base/io_base_delete.c const char *filename, struct opal_info_t *info) filename 280 ompi/mca/io/base/io_base_delete.c avail = query(component, filename, info); filename 309 ompi/mca/io/base/io_base_delete.c const char *filename, struct opal_info_t *info) filename 320 ompi/mca/io/base/io_base_delete.c return query_2_0_0(ioc_200, filename, info); filename 330 ompi/mca/io/base/io_base_delete.c const char *filename, struct opal_info_t *info) filename 342 ompi/mca/io/base/io_base_delete.c ret = component->io_delete_query(filename, info, &private_data, &usable, filename 360 ompi/mca/io/base/io_base_delete.c static void unquery(avail_io_t *avail, const char *filename, struct opal_info_t *info) filename 368 ompi/mca/io/base/io_base_delete.c ioc_200->io_delete_unquery(filename, info, avail->ai_private_data); filename 385 ompi/mca/io/base/io_base_delete.c static int delete_file(avail_io_t *avail, const char *filename, struct opal_info_t *info) filename 392 ompi/mca/io/base/io_base_delete.c return ioc_200->io_delete_select(filename, info, filename 94 ompi/mca/io/io.h (const char *filename, struct opal_info_t *info, filename 98 ompi/mca/io/io.h (const char *filename, struct opal_info_t *info, filename 101 ompi/mca/io/io.h (const char *filename, struct opal_info_t *info, filename 144 ompi/mca/io/io.h (struct ompi_communicator_t *comm, const char *filename, int amode, filename 148 ompi/mca/io/ompio/io_ompio.h const char *filename, filename 71 ompi/mca/io/ompio/io_ompio_component.c static int delete_query(const char *filename, struct opal_info_t *info, filename 75 ompi/mca/io/ompio/io_ompio_component.c static int delete_select(const char *filename, struct opal_info_t *info, filename 368 ompi/mca/io/ompio/io_ompio_component.c static int delete_query(const char *filename, struct opal_info_t *info, filename 379 ompi/mca/io/ompio/io_ompio_component.c static int delete_select(const char *filename, struct opal_info_t *info, filename 385 ompi/mca/io/ompio/io_ompio_component.c ret = mca_common_ompio_file_delete (filename, info); filename 46 ompi/mca/io/ompio/io_ompio_file_open.c const char *filename, filename 71 ompi/mca/io/ompio/io_ompio_file_open.c ret = mca_common_ompio_file_open(comm,filename,amode,info,&data->ompio_fh,use_sharedfp); filename 40 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_flush.c DBG_FPRINTF(stderr,"aggregation:fsync %s, err=%#X, errno=%#X\n",fd->filename, err, errno); filename 46 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_flush.c DBGV_FPRINTF(stderr,"aggregation result:fsync %s, errno %#X,\n",fd->filename, err); filename 61 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_flush.c DBGT_FPRINTF(stderr,"fsync %s, err=%#X, errno=%#X\n",fd->filename, err, errno); filename 87 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_open.c fd->fd_sys = open(fd->filename, amode, perm); filename 91 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_open.c DBG_FPRINTF(stderr,"open('%s',%#X,%#X) rc=%d, errno=%d\n",fd->filename,amode,perm,fd->fd_sys,errno); filename 120 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_open.c rc = stat64(fd->filename, &gpfs_statbuf); filename 125 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_open.c fd->filename,gpfs_statbuf.st_blksize); filename 130 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_open.c fd->filename,rc,errno); filename 150 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_open.c *error_code = ADIOI_Err_create_code(myname, fd->filename, errno); filename 87 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_Delete(char *filename, int *error_code); filename 28 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c void ADIOI_GRIDFTP_Delete(char *filename, int *error_code) filename 57 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c result=globus_ftp_client_delete(&handle,filename,GLOBUS_NULL,delete_cb,GLOBUS_NULL); filename 54 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_fcntl.c fd->filename, filename 112 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c (result=globus_ftp_client_handleattr_add_cached_url(&hattr,fd->filename))!=GLOBUS_SUCCESS ) filename 235 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c FPRINTF(stderr,"no MPI_Info object associated with %s\n",fd->filename); filename 258 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c fd->filename, filename 290 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c fd->filename, filename 339 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c FPRINTF(stderr,"WARNING: read-only file %s does not exist!\n",fd->filename); filename 140 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c fd->filename, filename 292 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c fd->filename, filename 71 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c myname,fd->filename); filename 84 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c fd->filename, filename 107 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c fd->filename, filename 151 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c urllen=strlen(fd->filename); filename 153 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c ADIOI_Snprintf(urlold,urllen+5,"%s.old",fd->filename); filename 157 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c fd->filename, filename 183 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c fd->filename, filename 146 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c fd->filename, filename 292 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c fd->filename, filename 40 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_open.c fd->fd_sys = open64(fd->filename, amode, perm); filename 87 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_open.c fd->fd_sys = open(fd->filename, amode, perm); filename 152 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_open.c fd->fd_direct = open(fd->filename, amode_direct, perm); filename 167 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_open.c *error_code = ADIOI_Err_create_code(myname, fd->filename, errno); filename 38 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_open.c fd->fd_sys = open(fd->filename, amode, perm); filename 55 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_open.c *error_code = ADIOI_Err_create_code(myname, fd->filename, errno); filename 29 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_resize.c *error_code = ADIOI_Err_create_code(myname, fd->filename, errno); filename 60 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_open.c fd->fd_sys = CreateFile(fd->filename, filename 168 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c err = stat(fd->filename,&stat_buf); filename 183 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c path = ADIOI_Strdup(fd->filename); filename 203 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c char *file_name_ptr = fd->filename; filename 204 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c slash = strrchr(fd->filename, '/'); filename 213 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c ADIOI_Strncpy(file_create_args.filename, file_name_ptr, strlen(fd->filename)+1); filename 247 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c int create_fd = open(fd->filename,amode,perm); filename 280 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c fd->fd_sys = open(fd->filename, amode, perm); filename 345 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c *error_code = ADIOI_Err_create_code(myname, fd->filename, errno); filename 222 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c err = stat(fd->filename, &stat_buf); filename 240 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c path = ADIOI_Strdup(fd->filename); filename 262 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c char *file_name_ptr = fd->filename; filename 263 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c slash = strrchr(fd->filename, '/'); filename 271 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c ADIOI_Strncpy(file_create_args.filename, file_name_ptr, filename 272 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c strlen(fd->filename) + 1); filename 319 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c int create_fd = open(fd->filename, amode, perm); filename 349 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c fd->fd_sys = open(fd->filename, amode, perm); filename 436 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c *error_code = ADIOI_Err_create_code(myname, fd->filename, errno); filename 98 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c fd_sys = open(fd->filename, amode, perm); filename 40 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_open.c fd->fd_sys = _gopen(fd->filename, amode, M_ASYNC, perm); filename 41 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_open.c else fd->fd_sys = open(fd->filename, amode, perm); filename 82 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c path = ADIOI_Strdup(fd->filename); filename 99 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c ADIOI_Strncpy(piofs_create.name, fd->filename, len); filename 38 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_open.c fd->fd_sys = open(fd->filename, amode, perm); filename 49 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h void ADIOI_PVFS_Delete(char *filename, int *error_code); filename 11 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_delete.c void ADIOI_PVFS_Delete(char *filename, int *error_code) filename 16 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_delete.c err = pvfs_unlink(filename); filename 55 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_open.c fd->fd_sys = pvfs_open64(fd->filename, amode, perm, &pstat, NULL); filename 41 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_Delete(const char *filename, int *error_code); filename 13 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_delete.c void ADIOI_PVFS2_Delete(const char *filename, int *error_code) filename 36 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_delete.c ret = PVFS_util_resolve(filename, &cur_fs, pvfs_path, PVFS_NAME_MAX); filename 189 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c ret = PVFS_util_resolve(fd->filename, &cur_fs, filename 36 ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs_open.c fd->fd_sys = open(fd->filename, amode, perm); filename 79 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_Delete(const char *filename, int *error_code); filename 21 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_close.c nprocs, fd->filename); filename 11 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_delete.c void ADIOI_TESTFS_Delete(const char *filename, int *error_code) filename 20 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_delete.c myrank, nprocs, filename); filename 23 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_fcntl.c myrank, nprocs, fd->filename); filename 20 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_flush.c myrank, nprocs, fd->filename); filename 22 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_getsh.c myrank, nprocs, fd->filename); filename 22 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_hints.c myrank, nprocs, fd->filename); filename 30 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c myrank, nprocs, fd->filename); filename 54 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c myrank, nprocs, fd->filename); filename 33 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c myrank, nprocs, fd->filename); filename 60 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c myrank, nprocs, fd->filename); filename 22 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_open.c nprocs, fd->filename); filename 23 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_rdcoll.c myrank, nprocs, fd->filename); filename 24 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c nprocs, fd->filename); filename 56 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c nprocs, fd->filename); filename 20 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_resize.c myrank, nprocs, fd->filename); filename 40 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_seek.c myrank, nprocs, fd->filename); filename 21 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_setsh.c myrank, nprocs, fd->filename); filename 23 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_wrcoll.c myrank, nprocs, fd->filename); filename 24 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c nprocs, fd->filename); filename 57 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c myrank, nprocs, fd->filename); filename 38 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs_open.c fd->fd_sys = open(fd->filename, amode, perm); filename 55 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs_open.c *error_code = ADIOI_Err_create_code(myname, fd->filename, errno); filename 51 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c fd->fd_sys = open(fd->filename, amode, perm); filename 53 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c fd->fd_direct = open(fd->filename, amode_direct, perm); filename 108 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c *error_code = ADIOI_Err_create_code(mymame, fd->filename, errno); filename 40 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h void ADIOI_ZOIDFS_Delete(char *filename, int *error_code); filename 25 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_common.h (ret) = zoidfs_lookup(NULL, NULL, (fd)->filename, \ filename 13 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_delete.c void ADIOI_ZOIDFS_Delete(char *filename, int *error_code) filename 27 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_delete.c ret = zoidfs_remove(NULL, NULL, filename, NULL, ZOIDFS_NO_OP_HINT); filename 105 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c fake_an_open(fd->filename, fd->access_mode, filename 54 ompi/mca/io/romio321/romio/adio/common/ad_close.c ADIO_Delete(fd->filename, &err); filename 101 ompi/mca/io/romio321/romio/adio/common/ad_close.c ADIOI_Free(fd->filename); filename 14 ompi/mca/io/romio321/romio/adio/common/ad_delete.c void ADIOI_GEN_Delete(const char *filename, int *error_code) filename 19 ompi/mca/io/romio321/romio/adio/common/ad_delete.c err = unlink(filename); filename 21 ompi/mca/io/romio321/romio/adio/common/ad_delete.c *error_code = ADIOI_Err_create_code(myname, filename, errno); filename 117 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c static void ADIO_FileSysType_parentdir(const char *filename, char **dirnamep); filename 120 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c static void ADIO_FileSysType_prefix(const char *filename, int *fstype, filename 122 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c static void ADIO_FileSysType_fncall(const char *filename, int *fstype, filename 159 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c static void ADIO_FileSysType_parentdir(const char *filename, char **dirnamep) filename 165 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c err = lstat(filename, &statbuf); filename 171 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c dir = ADIOI_Strdup(filename); filename 183 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c namelen = readlink(filename, linkbuf, PATH_MAX+1); filename 189 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c dir = ADIOI_Strdup(filename); filename 228 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c static void ADIO_FileSysType_fncall(const char *filename, int *fstype, int *error_code) filename 255 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c err = statvfs(filename, &vfsbuf); filename 267 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c ADIO_FileSysType_parentdir(filename, &dir); filename 273 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *error_code = ADIOI_Err_create_code(myname, filename, errno); filename 282 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c "**filename", "**filename %s", filename); filename 306 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c "**filename", "**filename %s", filename); filename 315 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c err = statfs(filename, &fsbuf); filename 321 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c ADIO_FileSysType_parentdir(filename, &dir); filename 326 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *error_code = ADIOI_Err_create_code(myname, filename, errno); filename 335 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c "**filename", "**filename %s", filename); filename 424 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c "**filename", "**filename %s", filename); filename 432 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c err = stat(filename, &sbuf); filename 438 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c ADIO_FileSysType_parentdir(filename, &dir); filename 443 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *error_code = ADIOI_Err_create_code(myname, filename, errno); filename 452 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c "**filename", "**filename %s", filename); filename 463 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c ADIOI_UNREFERENCED_ARG(filename); filename 474 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c "**filename", "**filename %s", filename); filename 483 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c static void ADIO_FileSysType_fncall_scalable(MPI_Comm comm, const char *filename, int * file_system, int * error_code) filename 490 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c ADIO_FileSysType_fncall(filename, file_system, error_code); filename 517 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c static void ADIO_FileSysType_prefix(const char *filename, int *fstype, int *error_code) filename 522 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c if (!strncmp(filename, "pfs:", 4) || !strncmp(filename, "PFS:", 4)) { filename 525 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c else if (!strncmp(filename, "piofs:", 6) || !strncmp(filename, "PIOFS:", 6)) { filename 528 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c else if (!strncmp(filename, "ufs:", 4) || !strncmp(filename, "UFS:", 4)) { filename 531 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c else if (!strncmp(filename, "nfs:", 4) || !strncmp(filename, "NFS:", 4)) { filename 534 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c else if (!strncmp(filename, "panfs:", 6) || !strncmp(filename, "PANFS:", 6)) { filename 537 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c else if (!strncmp(filename, "hfs:", 4) || !strncmp(filename, "HFS:", 4)) { filename 540 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c else if (!strncmp(filename, "xfs:", 4) || !strncmp(filename, "XFS:", 4)) { filename 543 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c else if (!strncmp(filename, "sfs:", 4) || !strncmp(filename, "SFS:", 4)) { filename 546 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c else if (!strncmp(filename, "pvfs:", 5) || !strncmp(filename, "PVFS:", 5)) { filename 549 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c else if (!strncmp(filename, "pvfs2:", 6)||!strncmp(filename, "PVFS2:", 6)) { filename 552 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c else if (!strncmp(filename, "zoidfs:", 7)|| filename 553 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c !strncmp(filename, "ZOIDFS:", 7)) { filename 556 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c else if (!strncmp(filename, "testfs:", 7) filename 557 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c || !strncmp(filename, "TESTFS:", 7)) filename 561 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c else if (!strncmp(filename, "ftp:", 4) filename 562 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c || !strncmp(filename, "gsiftp:", 7)) filename 566 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c else if (!strncmp(filename, "lustre:", 7) filename 567 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c || !strncmp(filename, "LUSTRE:", 7)) filename 571 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c else if (!strncmp(filename, "gpfs:", 5) || !strncmp(filename, "GPFS:", 5)) { filename 582 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c "**filename", "**filename %s", filename); filename 607 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c void ADIO_ResolveFileType(MPI_Comm comm, const char *filename, int *fstype, filename 616 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c if (filename == NULL) { filename 617 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c *error_code = ADIOI_Err_create_code(myname, filename, ENOENT); filename 620 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c tmp = strchr(filename, ':'); filename 646 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c ADIO_FileSysType_fncall_scalable(comm, filename, &file_system, &myerrcode); filename 652 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c ADIO_FileSysType_fncall(filename, &file_system, &myerrcode); filename 682 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c ADIO_FileSysType_prefix(filename, &file_system, &myerrcode); filename 21 ompi/mca/io/romio321/romio/adio/common/ad_open.c MPI_Comm comm, const char *filename, int file_system, filename 57 ompi/mca/io/romio321/romio/adio/common/ad_open.c fd->filename = ADIOI_Strdup(filename); filename 214 ompi/mca/io/romio321/romio/adio/common/ad_open.c ADIOI_Free(fd->filename); filename 32 ompi/mca/io/romio321/romio/adio/common/ad_resize.c *error_code = ADIOI_Err_create_code(myname, fd->filename, errno); filename 42 ompi/mca/io/romio321/romio/adio/common/adi_close.c *error_code = ADIOI_Err_create_code(myname, fd->filename, errno); filename 42 ompi/mca/io/romio321/romio/adio/common/error.c int ADIOI_Err_create_code(const char *myname, const char *filename, int my_errno) filename 55 ompi/mca/io/romio321/romio/adio/common/error.c filename ); filename 63 ompi/mca/io/romio321/romio/adio/common/error.c filename, filename 64 ompi/mca/io/romio321/romio/adio/common/error.c strlen(filename)); filename 72 ompi/mca/io/romio321/romio/adio/common/error.c filename); filename 81 ompi/mca/io/romio321/romio/adio/common/error.c filename); filename 104 ompi/mca/io/romio321/romio/adio/common/error.c filename); filename 46 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c if (ADIOI_Strncpy(fd->shared_fp_fname, fd->filename, PATH_MAX)) { filename 48 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c fd->filename, ENAMETOOLONG); filename 53 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c slash = strrchr(fd->filename, '\\'); filename 55 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c slash = strrchr(fd->filename, '/'); filename 60 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c fd->filename, ENAMETOOLONG); filename 63 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c if (ADIOI_Strncpy(fd->shared_fp_fname + 1, fd->filename, PATH_MAX-1)) { filename 65 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c fd->filename, ENAMETOOLONG); filename 78 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c fd->filename, ENAMETOOLONG); filename 212 ompi/mca/io/romio321/romio/adio/include/adio.h char *filename; filename 351 ompi/mca/io/romio321/romio/adio/include/adio.h MPI_File ADIO_Open(MPI_Comm orig_comm, MPI_Comm comm, const char *filename, filename 422 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_Delete(char *filename, int *error_code); filename 426 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_ResolveFileType(MPI_Comm comm, const char *filename, int *fstype, filename 207 ompi/mca/io/romio321/romio/adio/include/adioi.h void (*ADIOI_xxx_Delete) (const char *filename, int *error_code); filename 317 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_Delete(filename,error_code) \ filename 318 ompi/mca/io/romio321/romio/adio/include/adioi.h (*(fd->fns->ADIOI_xxx_Delete))(filename,error_code) filename 387 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_Delete(const char *filename, int *error_code); filename 753 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_Err_create_code(const char *myname, const char *filename, int my_errno); filename 20 ompi/mca/io/romio321/romio/mpi-io/delete.c int MPI_File_delete(const char *filename, MPI_Info info) __attribute__((weak,alias("PMPI_File_delete"))); filename 37 ompi/mca/io/romio321/romio/mpi-io/delete.c int MPI_File_delete(ROMIO_CONST char *filename, MPI_Info info) filename 57 ompi/mca/io/romio321/romio/mpi-io/delete.c ADIO_ResolveFileType(MPI_COMM_SELF, filename, &file_system, &fsops, filename 77 ompi/mca/io/romio321/romio/mpi-io/delete.c tmp = strchr(filename, ':'); filename 78 ompi/mca/io/romio321/romio/mpi-io/delete.c if (tmp > filename + 1) filename 79 ompi/mca/io/romio321/romio/mpi-io/delete.c filename = tmp + 1; filename 82 ompi/mca/io/romio321/romio/mpi-io/delete.c (fsops->ADIOI_xxx_Delete)(filename, &error_code); filename 108 ompi/mca/io/romio321/romio/mpi-io/fortran/deletef.c FORTRAN_API void FORT_CALL mpi_file_delete_(char *filename FORT_MIXED_LEN_DECL, MPI_Fint *info, MPI_Fint *ierr FORT_END_LEN_DECL); filename 113 ompi/mca/io/romio321/romio/mpi-io/fortran/deletef.c char *filename = _fcdtocp(filename_fcd); filename 116 ompi/mca/io/romio321/romio/mpi-io/fortran/deletef.c FORTRAN_API void FORT_CALL mpi_file_delete_(char *filename FORT_MIXED_LEN(str_len), MPI_Fint *info, MPI_Fint *ierr FORT_END_LEN(str_len)) filename 126 ompi/mca/io/romio321/romio/mpi-io/fortran/deletef.c if (filename <= (char *) 0) { filename 130 ompi/mca/io/romio321/romio/mpi-io/fortran/deletef.c for (i=str_len-1; i>=0; i--) if (filename[i] != ' ') break; filename 138 ompi/mca/io/romio321/romio/mpi-io/fortran/deletef.c ADIOI_Strncpy(newfname, filename, real_len); filename 97 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c void mpi_file_open_(MPI_Fint *comm,char *filename,MPI_Fint *amode, filename 100 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c void mpi_file_open_(MPI_Fint *comm,char *filename,MPI_Fint *amode, filename 113 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c if (filename <= (char *) 0) { filename 117 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c for (i=str_len-1; i>=0; i--) if (filename[i] != ' ') break; filename 125 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c ADIOI_Strncpy(newfname, filename, real_len); filename 140 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c char *filename = _fcdtocp(filename_fcd); filename 152 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c FORTRAN_API void FORT_CALL mpi_file_open_(MPI_Fint *comm,char *filename FORT_MIXED_LEN_DECL,MPI_Fint *amode, filename 155 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c FORTRAN_API void FORT_CALL mpi_file_open_(MPI_Fint *comm,char *filename FORT_MIXED_LEN(str_len),MPI_Fint *amode, filename 167 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c if (filename <= (char *) 0) { filename 171 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c for (i=str_len-1; i>=0; i--) if (filename[i] != ' ') break; filename 179 ompi/mca/io/romio321/romio/mpi-io/fortran/openf.c ADIOI_Strncpy(newfname, filename, real_len); filename 20 ompi/mca/io/romio321/romio/mpi-io/open.c int MPI_File_open(MPI_Comm comm, const char *filename, int amode, MPI_Info info, MPI_File *fh) __attribute__((weak,alias("PMPI_File_open"))); filename 48 ompi/mca/io/romio321/romio/mpi-io/open.c int MPI_File_open(MPI_Comm comm, ROMIO_CONST char *filename, int amode, filename 130 ompi/mca/io/romio321/romio/mpi-io/open.c ADIO_ResolveFileType(dupcomm, filename, &file_system, &fsops, &error_code); filename 147 ompi/mca/io/romio321/romio/mpi-io/open.c tmp = strchr(filename, ':'); filename 148 ompi/mca/io/romio321/romio/mpi-io/open.c if (tmp > filename + 1) { filename 149 ompi/mca/io/romio321/romio/mpi-io/open.c filename = tmp + 1; filename 154 ompi/mca/io/romio321/romio/mpi-io/open.c *fh = ADIO_Open(comm, dupcomm, filename, file_system, fsops, amode, 0, filename 32 ompi/mca/io/romio321/romio/test/async-multiple.c char *filename, *tmp; filename 56 ompi/mca/io/romio321/romio/test/async-multiple.c filename = (char *) malloc(len+10); filename 57 ompi/mca/io/romio321/romio/test/async-multiple.c strcpy(filename, *argv); filename 59 ompi/mca/io/romio321/romio/test/async-multiple.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 63 ompi/mca/io/romio321/romio/test/async-multiple.c filename = (char *) malloc(len+10); filename 64 ompi/mca/io/romio321/romio/test/async-multiple.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 74 ompi/mca/io/romio321/romio/test/async-multiple.c strcpy(tmp, filename); filename 75 ompi/mca/io/romio321/romio/test/async-multiple.c sprintf(filename, "%s.%d", tmp, rank); filename 77 ompi/mca/io/romio321/romio/test/async-multiple.c errcode = MPI_File_open(MPI_COMM_SELF, filename, filename 97 ompi/mca/io/romio321/romio/test/async-multiple.c errcode = MPI_File_open(MPI_COMM_SELF, filename, filename 134 ompi/mca/io/romio321/romio/test/async-multiple.c free(filename); filename 30 ompi/mca/io/romio321/romio/test/async.c char *filename, *tmp; filename 54 ompi/mca/io/romio321/romio/test/async.c filename = (char *) malloc(len+10); filename 55 ompi/mca/io/romio321/romio/test/async.c strcpy(filename, *argv); filename 57 ompi/mca/io/romio321/romio/test/async.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 61 ompi/mca/io/romio321/romio/test/async.c filename = (char *) malloc(len+10); filename 62 ompi/mca/io/romio321/romio/test/async.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 72 ompi/mca/io/romio321/romio/test/async.c strcpy(tmp, filename); filename 73 ompi/mca/io/romio321/romio/test/async.c sprintf(filename, "%s.%d", tmp, rank); filename 75 ompi/mca/io/romio321/romio/test/async.c errcode = MPI_File_open(MPI_COMM_SELF, filename, filename 95 ompi/mca/io/romio321/romio/test/async.c errcode = MPI_File_open(MPI_COMM_SELF, filename, filename 133 ompi/mca/io/romio321/romio/test/async.c free(filename); filename 22 ompi/mca/io/romio321/romio/test/atomicity.c char *filename; filename 47 ompi/mca/io/romio321/romio/test/atomicity.c filename = (char *) malloc(len+1); filename 48 ompi/mca/io/romio321/romio/test/atomicity.c strcpy(filename, *argv); filename 50 ompi/mca/io/romio321/romio/test/atomicity.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 54 ompi/mca/io/romio321/romio/test/atomicity.c filename = (char *) malloc(len+1); filename 55 ompi/mca/io/romio321/romio/test/atomicity.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 65 ompi/mca/io/romio321/romio/test/atomicity.c MPI_File_delete(filename, MPI_INFO_NULL); filename 66 ompi/mca/io/romio321/romio/test/atomicity.c MPI_File_open(MPI_COMM_SELF, filename, MPI_MODE_CREATE | filename 80 ompi/mca/io/romio321/romio/test/atomicity.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | filename 140 ompi/mca/io/romio321/romio/test/atomicity.c MPI_File_delete(filename, MPI_INFO_NULL); filename 141 ompi/mca/io/romio321/romio/test/atomicity.c MPI_File_open(MPI_COMM_SELF, filename, MPI_MODE_CREATE | filename 156 ompi/mca/io/romio321/romio/test/atomicity.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | filename 206 ompi/mca/io/romio321/romio/test/atomicity.c free(filename); filename 44 ompi/mca/io/romio321/romio/test/big_extents.c static int verify_type(char *filename, MPI_Datatype type, filename 56 ompi/mca/io/romio321/romio/test/big_extents.c CHECK( MPI_File_open(MPI_COMM_WORLD, filename, filename 93 ompi/mca/io/romio321/romio/test/big_extents.c if (rank == 0) MPI_File_delete(filename, MPI_INFO_NULL); filename 100 ompi/mca/io/romio321/romio/test/big_extents.c static int testtype(char *filename, MPI_Datatype type, int64_t expected_extent) filename 108 ompi/mca/io/romio321/romio/test/big_extents.c ret = verify_type(filename, type, expected_extent, nocollective); filename 115 ompi/mca/io/romio321/romio/test/big_extents.c ret = verify_type(filename, type, expected_extent, collective); filename 32 ompi/mca/io/romio321/romio/test/coll_perf.c char *filename; filename 52 ompi/mca/io/romio321/romio/test/coll_perf.c filename = (char *) malloc(len+1); filename 53 ompi/mca/io/romio321/romio/test/coll_perf.c strcpy(filename, *argv); filename 55 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 59 ompi/mca/io/romio321/romio/test/coll_perf.c filename = (char *) malloc(len+1); filename 60 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 94 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 105 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 127 ompi/mca/io/romio321/romio/test/coll_perf.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 147 ompi/mca/io/romio321/romio/test/coll_perf.c free(filename); filename 40 ompi/mca/io/romio321/romio/test/coll_test.c char *filename; filename 66 ompi/mca/io/romio321/romio/test/coll_test.c filename = (char *) malloc(len+1); filename 67 ompi/mca/io/romio321/romio/test/coll_test.c strcpy(filename, *argv); filename 69 ompi/mca/io/romio321/romio/test/coll_test.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 73 ompi/mca/io/romio321/romio/test/coll_test.c filename = (char *) malloc(len+1); filename 74 ompi/mca/io/romio321/romio/test/coll_test.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 130 ompi/mca/io/romio321/romio/test/coll_test.c errcode = MPI_File_open(MPI_COMM_WORLD, filename, filename 146 ompi/mca/io/romio321/romio/test/coll_test.c errcode = MPI_File_open(MPI_COMM_SELF, filename, filename 170 ompi/mca/io/romio321/romio/test/coll_test.c errcode = MPI_File_open(MPI_COMM_WORLD, filename, filename 202 ompi/mca/io/romio321/romio/test/coll_test.c free(filename); filename 18 ompi/mca/io/romio321/romio/test/error.c char *filename, *tmp; filename 46 ompi/mca/io/romio321/romio/test/error.c filename = (char *) malloc(len+10); filename 47 ompi/mca/io/romio321/romio/test/error.c strcpy(filename, *argv); filename 49 ompi/mca/io/romio321/romio/test/error.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 53 ompi/mca/io/romio321/romio/test/error.c filename = (char *) malloc(len+10); filename 54 ompi/mca/io/romio321/romio/test/error.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 59 ompi/mca/io/romio321/romio/test/error.c strcpy(tmp, filename); filename 60 ompi/mca/io/romio321/romio/test/error.c sprintf(filename, "%s.%d", tmp, rank); filename 62 ompi/mca/io/romio321/romio/test/error.c err = MPI_File_open(MPI_COMM_SELF, filename, MPI_MODE_CREATE+MPI_MODE_RDWR, filename 92 ompi/mca/io/romio321/romio/test/error.c free(filename); filename 18 ompi/mca/io/romio321/romio/test/excl.c char *filename; filename 37 ompi/mca/io/romio321/romio/test/excl.c filename = (char *) malloc(len+10); filename 38 ompi/mca/io/romio321/romio/test/excl.c strcpy(filename, *argv); filename 40 ompi/mca/io/romio321/romio/test/excl.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 44 ompi/mca/io/romio321/romio/test/excl.c filename = (char *) malloc(len+10); filename 45 ompi/mca/io/romio321/romio/test/excl.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 49 ompi/mca/io/romio321/romio/test/excl.c if (!rank) MPI_File_delete(filename, MPI_INFO_NULL); filename 53 ompi/mca/io/romio321/romio/test/excl.c err = MPI_File_open(MPI_COMM_WORLD, filename, filename 64 ompi/mca/io/romio321/romio/test/excl.c err = MPI_File_open(MPI_COMM_WORLD, filename, filename 81 ompi/mca/io/romio321/romio/test/excl.c free(filename); filename 70 ompi/mca/io/romio321/romio/test/file_info.c char *filename, key[MPI_MAX_INFO_KEY], value[MPI_MAX_INFO_VAL]; filename 96 ompi/mca/io/romio321/romio/test/file_info.c filename = (char *) malloc(len+1); filename 97 ompi/mca/io/romio321/romio/test/file_info.c strcpy(filename, *argv); filename 99 ompi/mca/io/romio321/romio/test/file_info.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 106 ompi/mca/io/romio321/romio/test/file_info.c filename = (char *) malloc(len+1); filename 107 ompi/mca/io/romio321/romio/test/file_info.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 122 ompi/mca/io/romio321/romio/test/file_info.c ret = MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 228 ompi/mca/io/romio321/romio/test/file_info.c if (!mynod) MPI_File_delete(filename, MPI_INFO_NULL); filename 289 ompi/mca/io/romio321/romio/test/file_info.c ret = MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 416 ompi/mca/io/romio321/romio/test/file_info.c free(filename); filename 49 ompi/mca/io/romio321/romio/test/hindexed.c char *buf, *filename; filename 74 ompi/mca/io/romio321/romio/test/hindexed.c filename = argv[1]; filename 145 ompi/mca/io/romio321/romio/test/hindexed.c MPI_File_open(MPI_COMM_SELF, filename, filename 152 ompi/mca/io/romio321/romio/test/hindexed.c err = MPI_File_open(MPI_COMM_WORLD, filename, filename 155 ompi/mca/io/romio321/romio/test/hindexed.c printf("Error: MPI_File_open() filename %s\n",filename); filename 173 ompi/mca/io/romio321/romio/test/hindexed.c MPI_File_open(MPI_COMM_SELF, filename, MPI_MODE_RDONLY, MPI_INFO_NULL, &fh); filename 24 ompi/mca/io/romio321/romio/test/i_noncontig.c char *filename; filename 51 ompi/mca/io/romio321/romio/test/i_noncontig.c filename = (char *) malloc(len+1); filename 52 ompi/mca/io/romio321/romio/test/i_noncontig.c strcpy(filename, *argv); filename 54 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 58 ompi/mca/io/romio321/romio/test/i_noncontig.c filename = (char *) malloc(len+1); filename 59 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 82 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File_delete(filename, MPI_INFO_NULL); filename 86 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | filename 145 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File_delete(filename, MPI_INFO_NULL); filename 149 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | filename 206 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File_delete(filename, MPI_INFO_NULL); filename 210 ompi/mca/io/romio321/romio/test/i_noncontig.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | filename 264 ompi/mca/io/romio321/romio/test/i_noncontig.c free(filename); filename 28 ompi/mca/io/romio321/romio/test/large_array.c char filename[1024]; filename 52 ompi/mca/io/romio321/romio/test/large_array.c strcpy(filename, *argv); filename 54 ompi/mca/io/romio321/romio/test/large_array.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 59 ompi/mca/io/romio321/romio/test/large_array.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 107 ompi/mca/io/romio321/romio/test/large_array.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 119 ompi/mca/io/romio321/romio/test/large_array.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 139 ompi/mca/io/romio321/romio/test/large_array.c err = MPI_File_delete(filename, MPI_INFO_NULL); filename 23 ompi/mca/io/romio321/romio/test/noncontig.c char *filename; filename 50 ompi/mca/io/romio321/romio/test/noncontig.c filename = (char *) malloc(len+1); filename 51 ompi/mca/io/romio321/romio/test/noncontig.c strcpy(filename, *argv); filename 53 ompi/mca/io/romio321/romio/test/noncontig.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 57 ompi/mca/io/romio321/romio/test/noncontig.c filename = (char *) malloc(len+1); filename 58 ompi/mca/io/romio321/romio/test/noncontig.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 92 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File_delete(filename, MPI_INFO_NULL); filename 96 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 155 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File_delete(filename, MPI_INFO_NULL); filename 159 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 213 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File_delete(filename, MPI_INFO_NULL); filename 217 ompi/mca/io/romio321/romio/test/noncontig.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 264 ompi/mca/io/romio321/romio/test/noncontig.c free(filename); filename 23 ompi/mca/io/romio321/romio/test/noncontig_coll.c char *filename; filename 49 ompi/mca/io/romio321/romio/test/noncontig_coll.c filename = (char *) malloc(len+1); filename 50 ompi/mca/io/romio321/romio/test/noncontig_coll.c strcpy(filename, *argv); filename 52 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 56 ompi/mca/io/romio321/romio/test/noncontig_coll.c filename = (char *) malloc(len+1); filename 57 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 80 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File_delete(filename, MPI_INFO_NULL); filename 84 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 133 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File_delete(filename, MPI_INFO_NULL); filename 137 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 184 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File_delete(filename, MPI_INFO_NULL); filename 188 ompi/mca/io/romio321/romio/test/noncontig_coll.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 233 ompi/mca/io/romio321/romio/test/noncontig_coll.c free(filename); filename 25 ompi/mca/io/romio321/romio/test/noncontig_coll2.c int test_file(char *filename, int mynod, int nprocs, char * cb_hosts, filename 256 ompi/mca/io/romio321/romio/test/noncontig_coll2.c char *filename; filename 282 ompi/mca/io/romio321/romio/test/noncontig_coll2.c filename = (char *) malloc(len+1); filename 283 ompi/mca/io/romio321/romio/test/noncontig_coll2.c strcpy(filename, *argv); filename 285 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 289 ompi/mca/io/romio321/romio/test/noncontig_coll2.c filename = (char *) malloc(len+1); filename 290 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 319 ompi/mca/io/romio321/romio/test/noncontig_coll2.c errs += test_file(filename, mynod, nprocs, NULL, "collective w/o hinting", verbose); filename 323 ompi/mca/io/romio321/romio/test/noncontig_coll2.c errs += test_file(filename, mynod, nprocs, cb_config_string, "collective w/ hinting: default order", verbose); filename 327 ompi/mca/io/romio321/romio/test/noncontig_coll2.c errs += test_file(filename, mynod, nprocs, cb_config_string, "collective w/ hinting: reverse order", verbose); filename 331 ompi/mca/io/romio321/romio/test/noncontig_coll2.c errs += test_file(filename, mynod, nprocs, cb_config_string,"collective w/ hinting: permutation1", verbose); filename 335 ompi/mca/io/romio321/romio/test/noncontig_coll2.c errs += test_file(filename, mynod, nprocs, cb_config_string, "collective w/ hinting: permutation2", verbose); filename 343 ompi/mca/io/romio321/romio/test/noncontig_coll2.c free(filename); filename 351 ompi/mca/io/romio321/romio/test/noncontig_coll2.c int test_file(char *filename, int mynod, int nprocs, char * cb_hosts, const char *msg, int verbose) filename 393 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_File_delete(filename, info); filename 397 ompi/mca/io/romio321/romio/test/noncontig_coll2.c errcode = MPI_File_open(MPI_COMM_WORLD, filename, filename 455 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_File_delete(filename, info); filename 459 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 503 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_File_delete(filename, info); filename 507 ompi/mca/io/romio321/romio/test/noncontig_coll2.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 32 ompi/mca/io/romio321/romio/test/ordered_fp.c char *filename; filename 56 ompi/mca/io/romio321/romio/test/ordered_fp.c filename = (char *) malloc(len+10); filename 57 ompi/mca/io/romio321/romio/test/ordered_fp.c strcpy(filename, *argv); filename 59 ompi/mca/io/romio321/romio/test/ordered_fp.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 63 ompi/mca/io/romio321/romio/test/ordered_fp.c filename = (char *) malloc(len+10); filename 64 ompi/mca/io/romio321/romio/test/ordered_fp.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 74 ompi/mca/io/romio321/romio/test/ordered_fp.c errcode = MPI_File_open(MPI_COMM_WORLD, filename, filename 126 ompi/mca/io/romio321/romio/test/ordered_fp.c free(filename); filename 23 ompi/mca/io/romio321/romio/test/perf.c char *filename; filename 43 ompi/mca/io/romio321/romio/test/perf.c filename = (char *) malloc(len+1); filename 44 ompi/mca/io/romio321/romio/test/perf.c strcpy(filename, *argv); filename 46 ompi/mca/io/romio321/romio/test/perf.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 51 ompi/mca/io/romio321/romio/test/perf.c filename = (char *) malloc(len+1); filename 52 ompi/mca/io/romio321/romio/test/perf.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 59 ompi/mca/io/romio321/romio/test/perf.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | filename 72 ompi/mca/io/romio321/romio/test/perf.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | filename 106 ompi/mca/io/romio321/romio/test/perf.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | filename 124 ompi/mca/io/romio321/romio/test/perf.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | filename 157 ompi/mca/io/romio321/romio/test/perf.c free(filename); filename 23 ompi/mca/io/romio321/romio/test/psimple.c char *filename, *tmp; filename 45 ompi/mca/io/romio321/romio/test/psimple.c filename = (char *) malloc(len+10); filename 46 ompi/mca/io/romio321/romio/test/psimple.c strcpy(filename, *argv); filename 48 ompi/mca/io/romio321/romio/test/psimple.c PMPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 52 ompi/mca/io/romio321/romio/test/psimple.c filename = (char *) malloc(len+10); filename 53 ompi/mca/io/romio321/romio/test/psimple.c PMPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 63 ompi/mca/io/romio321/romio/test/psimple.c strcpy(tmp, filename); filename 64 ompi/mca/io/romio321/romio/test/psimple.c sprintf(filename, "%s.%d", tmp, rank); filename 66 ompi/mca/io/romio321/romio/test/psimple.c PMPI_File_open(MPI_COMM_SELF, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 74 ompi/mca/io/romio321/romio/test/psimple.c PMPI_File_open(MPI_COMM_SELF, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 98 ompi/mca/io/romio321/romio/test/psimple.c free(filename); filename 30 ompi/mca/io/romio321/romio/test/shared_fp.c char *filename; filename 51 ompi/mca/io/romio321/romio/test/shared_fp.c filename = (char *) malloc(len+10); filename 52 ompi/mca/io/romio321/romio/test/shared_fp.c strcpy(filename, *argv); filename 54 ompi/mca/io/romio321/romio/test/shared_fp.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 58 ompi/mca/io/romio321/romio/test/shared_fp.c filename = (char *) malloc(len+10); filename 59 ompi/mca/io/romio321/romio/test/shared_fp.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 69 ompi/mca/io/romio321/romio/test/shared_fp.c errcode = MPI_File_open(MPI_COMM_WORLD, filename, filename 108 ompi/mca/io/romio321/romio/test/shared_fp.c free(filename); filename 28 ompi/mca/io/romio321/romio/test/simple.c char *filename, *tmp; filename 50 ompi/mca/io/romio321/romio/test/simple.c filename = (char *) malloc(len+10); filename 51 ompi/mca/io/romio321/romio/test/simple.c strcpy(filename, *argv); filename 53 ompi/mca/io/romio321/romio/test/simple.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 57 ompi/mca/io/romio321/romio/test/simple.c filename = (char *) malloc(len+10); filename 58 ompi/mca/io/romio321/romio/test/simple.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 68 ompi/mca/io/romio321/romio/test/simple.c strcpy(tmp, filename); filename 69 ompi/mca/io/romio321/romio/test/simple.c sprintf(filename, "%s.%d", tmp, rank); filename 71 ompi/mca/io/romio321/romio/test/simple.c errcode = MPI_File_open(MPI_COMM_SELF, filename, filename 84 ompi/mca/io/romio321/romio/test/simple.c errcode = MPI_File_open(MPI_COMM_SELF, filename, filename 114 ompi/mca/io/romio321/romio/test/simple.c free(filename); filename 30 ompi/mca/io/romio321/romio/test/split_coll.c char *filename; filename 53 ompi/mca/io/romio321/romio/test/split_coll.c filename = (char *) malloc(len+1); filename 54 ompi/mca/io/romio321/romio/test/split_coll.c strcpy(filename, *argv); filename 56 ompi/mca/io/romio321/romio/test/split_coll.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 60 ompi/mca/io/romio321/romio/test/split_coll.c filename = (char *) malloc(len+1); filename 61 ompi/mca/io/romio321/romio/test/split_coll.c MPI_Bcast(filename, len+1, MPI_CHAR, 0, MPI_COMM_WORLD); filename 117 ompi/mca/io/romio321/romio/test/split_coll.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 127 ompi/mca/io/romio321/romio/test/split_coll.c MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 156 ompi/mca/io/romio321/romio/test/split_coll.c free(filename); filename 18 ompi/mca/io/romio321/romio/test/status.c char *filename, *tmp; filename 40 ompi/mca/io/romio321/romio/test/status.c filename = (char *) malloc(len+10); filename 41 ompi/mca/io/romio321/romio/test/status.c strcpy(filename, *argv); filename 43 ompi/mca/io/romio321/romio/test/status.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 47 ompi/mca/io/romio321/romio/test/status.c filename = (char *) malloc(len+10); filename 48 ompi/mca/io/romio321/romio/test/status.c MPI_Bcast(filename, len+10, MPI_CHAR, 0, MPI_COMM_WORLD); filename 56 ompi/mca/io/romio321/romio/test/status.c strcpy(tmp, filename); filename 57 ompi/mca/io/romio321/romio/test/status.c sprintf(filename, "%s.%d", tmp, rank); filename 59 ompi/mca/io/romio321/romio/test/status.c MPI_File_open(MPI_COMM_SELF, filename, MPI_MODE_CREATE | MPI_MODE_RDWR, filename 88 ompi/mca/io/romio321/romio/test/status.c free(filename); filename 33 ompi/mca/io/romio321/romio/test/types_with_zeros.c static int test_indexed_with_zeros(char *filename, int testcase) filename 54 ompi/mca/io/romio321/romio/test/types_with_zeros.c err =MPI_File_open(MPI_COMM_SELF, filename, MPI_MODE_CREATE|MPI_MODE_WRONLY, filename 94 ompi/mca/io/romio321/romio/test/types_with_zeros.c err =MPI_File_open(MPI_COMM_WORLD, filename, MPI_MODE_WRONLY, MPI_INFO_NULL, &fh); filename 106 ompi/mca/io/romio321/romio/test/types_with_zeros.c err = MPI_File_open(MPI_COMM_SELF, filename, MPI_MODE_RDONLY, MPI_INFO_NULL, &fh); filename 41 ompi/mca/io/romio321/romio/util/nfslock.c char *filename; filename 45 ompi/mca/io/romio321/romio/util/nfslock.c filename = argv[1]; filename 48 ompi/mca/io/romio321/romio/util/nfslock.c filename = "conftest.dat"; filename 57 ompi/mca/io/romio321/romio/util/nfslock.c fd = open(filename, O_RDWR | O_CREAT, 0644); filename 62 ompi/mca/io/romio321/romio/util/nfslock.c printf( "Failed to set a file lock on %s\n", filename ); filename 66 ompi/mca/io/romio321/romio/util/nfslock.c printf( "fcntl claims success in setting a file lock on %s\n", filename ); filename 70 ompi/mca/io/romio321/romio/util/nfslock.c unlink( filename ); filename 68 ompi/mca/io/romio321/src/io_romio321.h const char *filename, filename 73 ompi/mca/io/romio321/src/io_romio321.h int mca_io_romio321_file_delete (const char *filename, filename 52 ompi/mca/io/romio321/src/io_romio321_component.c static int delete_query(const char *filename, struct opal_info_t *info, filename 55 ompi/mca/io/romio321/src/io_romio321_component.c static int delete_select(const char *filename, struct opal_info_t *info, filename 226 ompi/mca/io/romio321/src/io_romio321_component.c static int delete_query(const char *filename, struct opal_info_t *info, filename 238 ompi/mca/io/romio321/src/io_romio321_component.c static int delete_select(const char *filename, struct opal_info_t *info, filename 253 ompi/mca/io/romio321/src/io_romio321_component.c ret = ROMIO_PREFIX(MPI_File_delete)(filename, ompi_info); filename 33 ompi/mca/io/romio321/src/io_romio321_file_open.c const char *filename, filename 52 ompi/mca/io/romio321/src/io_romio321_file_open.c ret = ROMIO_PREFIX(MPI_File_open)(comm, filename, amode, ompi_info, filename 60 ompi/mca/sharedfp/individual/sharedfp_individual.h const char* filename, filename 35 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c const char* filename, filename 74 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c len = strlen (filename ) + 64; filename 81 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c snprintf(datafilename, len, "%s%s%d",filename,".data.",fh->f_rank); filename 120 ompi/mca/sharedfp/individual/sharedfp_individual_file_open.c snprintf ( metadatafilename, len, "%s%s%d", filename, ".metadata.",fh->f_rank); filename 81 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.c char filename[256]; filename 118 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.c sprintf(filename,"%s%s%d",fh->f_filename,".locktest.",rank); filename 126 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.c fd = open(filename, O_RDWR | O_CREAT, 0644); filename 130 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.c "mca_sharedfp_lockedfile_component_file_query: error opening file %s %s", filename, strerror(errno)); filename 140 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.c "mca_sharedfp_lockedfile_component_file_query: Failed to set a file lock on %s %s\n", filename, strerror(errno) ); filename 153 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.c "mca_sharedfp_lockedfile_component_file_query: fcntl claims success in setting a file lock on %s\n", filename ); filename 159 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.c unlink( filename ); filename 59 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h const char* filename, filename 115 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h char* filename; filename 41 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c const char* filename, filename 105 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c size_t filenamelen = strlen(filename) + 24; filename 112 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c snprintf(lockedfilename, filenamelen, "%s-%u-%d%s",filename,masterjobid,int_pid,".lock"); filename 113 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c module_data->filename = lockedfilename; filename 181 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c unlink ( module_data->filename); filename 184 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c if ( NULL != module_data->filename ){ filename 185 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c free ( module_data->filename); filename 180 ompi/mca/sharedfp/sharedfp.h struct ompi_communicator_t *comm, const char *filename, int amode, filename 59 ompi/mca/sharedfp/sm/sharedfp_sm.h const char* filename, filename 50 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c const char* filename, filename 104 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c filename_basename = basename((char*)filename); filename 54 ompi/mca/topo/treematch/treematch/tm_mapping.c long int init_mat(char *filename,int N, double **mat, double *sum_row); filename 58 ompi/mca/topo/treematch/treematch/tm_mapping.c int nb_lines(char *filename); filename 62 ompi/mca/topo/treematch/treematch/tm_mapping.c tm_affinity_mat_t *tm_load_aff_mat(char *filename); filename 96 ompi/mca/topo/treematch/treematch/tm_mapping.c int nb_lines(char *filename) filename 102 ompi/mca/topo/treematch/treematch/tm_mapping.c if(!(pf = fopen(filename,"r"))){ filename 104 ompi/mca/topo/treematch/treematch/tm_mapping.c fprintf(stderr,"Cannot open %s\n",filename); filename 112 ompi/mca/topo/treematch/treematch/tm_mapping.c printf("Number of lines of file %s = %d\n",filename,N); filename 120 ompi/mca/topo/treematch/treematch/tm_mapping.c long int init_mat(char *filename,int N, double **mat, double *sum_row){ filename 128 ompi/mca/topo/treematch/treematch/tm_mapping.c if(!(pf=fopen(filename,"r"))){ filename 130 ompi/mca/topo/treematch/treematch/tm_mapping.c fprintf(stderr,"Cannot open %s\n",filename); filename 156 ompi/mca/topo/treematch/treematch/tm_mapping.c fprintf(stderr,"Error at %d %d (%d!=%d). Too many columns for %s\n",i,j,j,N,filename); filename 165 ompi/mca/topo/treematch/treematch/tm_mapping.c fprintf(stderr,"Error at %d %d. Too many rows for %s\n",i,j,filename); filename 174 ompi/mca/topo/treematch/treematch/tm_mapping.c static size_t get_filesize(char* filename) { filename 176 ompi/mca/topo/treematch/treematch/tm_mapping.c stat(filename, &st); filename 181 ompi/mca/topo/treematch/treematch/tm_mapping.c static char *parse_line(int i, double **mat, double *sum_row, int N, char *data, char *filename, long int *nnz){ filename 207 ompi/mca/topo/treematch/treematch/tm_mapping.c fprintf(stderr,"Error at %d %d (%d!=%d). Wrong number of columns line %d for file %s\n",i ,j ,j ,N ,i+1, filename); filename 217 ompi/mca/topo/treematch/treematch/tm_mapping.c static long int init_mat_mmap(char *filename,int N, double **mat, double *sum_row){ filename 220 ompi/mca/topo/treematch/treematch/tm_mapping.c size_t filesize = get_filesize(filename); filename 221 ompi/mca/topo/treematch/treematch/tm_mapping.c int fd = open(filename, O_RDONLY, 0); filename 226 ompi/mca/topo/treematch/treematch/tm_mapping.c fprintf(stderr,"Cannot open %s\n",filename); filename 234 ompi/mca/topo/treematch/treematch/tm_mapping.c fprintf(stderr,"Cannot mmap %s\n",filename); filename 240 ompi/mca/topo/treematch/treematch/tm_mapping.c data = parse_line(i, mat, sum_row, N, data, filename, &nnz); filename 253 ompi/mca/topo/treematch/treematch/tm_mapping.c static long int init_mat_long(char *filename,int N, double **mat, double *sum_row){ filename 260 ompi/mca/topo/treematch/treematch/tm_mapping.c if(!(pf=fopen(filename,"r"))){ filename 262 ompi/mca/topo/treematch/treematch/tm_mapping.c fprintf(stderr,"Cannot open %s\n",filename); filename 269 ompi/mca/topo/treematch/treematch/tm_mapping.c parse_line(i, mat, sum_row, N, line, filename, &nnz); filename 329 ompi/mca/topo/treematch/treematch/tm_mapping.c tm_affinity_mat_t *tm_load_aff_mat(char *filename) filename 337 ompi/mca/topo/treematch/treematch/tm_mapping.c printf("Reading matrix file: %s\n",filename); filename 339 ompi/mca/topo/treematch/treematch/tm_mapping.c order = nb_lines(filename); filename 348 ompi/mca/topo/treematch/treematch/tm_mapping.c if (get_filesize(filename) > 1024*1024*1014) { filename 349 ompi/mca/topo/treematch/treematch/tm_mapping.c nnz = init_mat_long(filename,order, mat, sum_row); filename 353 ompi/mca/topo/treematch/treematch/tm_mapping.c nnz = init_mat_mmap(filename,order, mat, sum_row); filename 358 ompi/mca/topo/treematch/treematch/tm_mapping.c nnz = init_mat_mmap(filename,order, mat, sum_row); filename 371 ompi/mca/topo/treematch/treematch/tm_mapping.c printf("Affinity matrix built from %s!\n",filename); filename 14 ompi/mca/topo/treematch/treematch/tm_mapping.h long int init_mat(char *filename,int N, double **mat, double *sum_row); filename 18 ompi/mca/topo/treematch/treematch/tm_mapping.h int nb_lines(char *filename); filename 23 ompi/mca/topo/treematch/treematch/tm_mapping.h tm_affinity_mat_t *tm_load_aff_mat(char *filename); filename 11 ompi/mca/topo/treematch/treematch/tm_topology.c tm_topology_t* hwloc_to_tm(char *filename); filename 15 ompi/mca/topo/treematch/treematch/tm_topology.c tm_topology_t * tgt_to_tm(char *filename); filename 49 ompi/mca/topo/treematch/treematch/tm_topology.c tm_topology_t * tgt_to_tm(char *filename) filename 60 ompi/mca/topo/treematch/treematch/tm_topology.c pf = fopen(filename,"r"); filename 63 ompi/mca/topo/treematch/treematch/tm_topology.c fprintf(stderr,"Cannot open %s\n",filename); filename 68 ompi/mca/topo/treematch/treematch/tm_topology.c printf("Reading TGT file: %s\n",filename); filename 77 ompi/mca/topo/treematch/treematch/tm_topology.c fprintf(stderr,"Syntax error! %s is not a tleaf file\n",filename); filename 109 ompi/mca/topo/treematch/treematch/tm_topology.c printf("Topology built from %s!\n",filename); filename 198 ompi/mca/topo/treematch/treematch/tm_topology.c static void build_process_tab_id(tm_topology_t *topology, hwloc_obj_t *objs, char* filename){ filename 221 ompi/mca/topo/treematch/treematch/tm_topology.c fprintf(stderr, "Cannot use forced physical numbering!\n\tDuplicated physical number of some PUs in %s.\n\tPU %d and PU %d have the same physical number: (os_index[%d] = %d) == (os_index[%d] = %d)\n", filename, j, i, j, objs[j]->os_index, i, objs[i]->os_index); filename 238 ompi/mca/topo/treematch/treematch/tm_topology.c tm_topology_t* hwloc_to_tm(char *filename) filename 251 ompi/mca/topo/treematch/treematch/tm_topology.c err = hwloc_topology_set_xml(topology, filename); filename 254 ompi/mca/topo/treematch/treematch/tm_topology.c fprintf(stderr,"Error: %s is a bad xml topology file!\n",filename); filename 267 ompi/mca/topo/treematch/treematch/tm_topology.c fprintf(stderr,"Error: the content of the xml topology file %s is not compatible with the version installed on this machine.\nPlease use compatible versions to generate the file and to use it!\n",filename); filename 275 ompi/mca/topo/treematch/treematch/tm_topology.c fprintf(stderr,"%s not symetric!\n",filename); filename 313 ompi/mca/topo/treematch/treematch/tm_topology.c build_process_tab_id(res, objs, filename); filename 5 ompi/mca/topo/treematch/treematch/tm_topology.h tm_topology_t* hwloc_to_tm(char *filename); filename 9 ompi/mca/topo/treematch/treematch/tm_topology.h tm_topology_t * tgt_to_tm(char *filename); filename 14 ompi/mca/topo/treematch/treematch/tm_verbose.c int tm_open_verbose_file(char *filename){ filename 15 ompi/mca/topo/treematch/treematch/tm_verbose.c output = fopen(filename,"w"); filename 15 ompi/mca/topo/treematch/treematch/tm_verbose.h int tm_open_verbose_file(char *filename); filename 45 ompi/mpi/c/file_delete.c int MPI_File_delete(const char *filename, MPI_Info info) filename 54 ompi/mpi/c/file_delete.c } else if (NULL == filename) { filename 82 ompi/mpi/c/file_delete.c rc = mca_io_base_delete(filename, &(info->super)); filename 52 ompi/mpi/c/file_open.c int MPI_File_open(MPI_Comm comm, const char *filename, int amode, filename 109 ompi/mpi/c/file_open.c rc = ompi_file_open(comm, filename, amode, &(info->super), fh); filename 116 ompi/mpi/cxx/file.h static void Delete(const char* filename, const MPI::Info& info); filename 158 ompi/mpi/cxx/file.h const char* filename, int amode, filename 23 ompi/mpi/cxx/file_inln.h MPI::File::Delete(const char* filename, const MPI::Info& info) filename 25 ompi/mpi/cxx/file_inln.h (void) MPI_File_delete(const_cast<char *>(filename), info); filename 189 ompi/mpi/cxx/file_inln.h const char* filename, int amode, filename 193 ompi/mpi/cxx/file_inln.h (void) MPI_File_open(comm, const_cast<char *>(filename), amode, info, &fh); filename 43 ompi/mpi/fortran/mpif-h/file_delete_f.c (char *filename, MPI_Fint *info, MPI_Fint *ierr, int filename_len), filename 44 ompi/mpi/fortran/mpif-h/file_delete_f.c (filename, info, ierr, filename_len) ) filename 63 ompi/mpi/fortran/mpif-h/file_delete_f.c (char *filename, MPI_Fint *info, MPI_Fint *ierr, int filename_len), filename 64 ompi/mpi/fortran/mpif-h/file_delete_f.c (filename, info, ierr, filename_len) ) filename 71 ompi/mpi/fortran/mpif-h/file_delete_f.c void ompi_file_delete_f(char *filename, MPI_Fint *info, MPI_Fint *ierr, int filename_len) filename 80 ompi/mpi/fortran/mpif-h/file_delete_f.c if (OMPI_SUCCESS != (ret = ompi_fortran_string_f2c(filename, filename_len, filename 43 ompi/mpi/fortran/mpif-h/file_open_f.c (MPI_Fint *comm, char *filename, MPI_Fint *amode, MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr, int name_len), filename 44 ompi/mpi/fortran/mpif-h/file_open_f.c (comm, filename, amode, info, fh, ierr, name_len) ) filename 63 ompi/mpi/fortran/mpif-h/file_open_f.c (MPI_Fint *comm, char *filename, MPI_Fint *amode, MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr, int name_len), filename 64 ompi/mpi/fortran/mpif-h/file_open_f.c (comm, filename, amode, info, fh, ierr, name_len) ) filename 71 ompi/mpi/fortran/mpif-h/file_open_f.c void ompi_file_open_f(MPI_Fint *comm, char *filename, MPI_Fint *amode, filename 81 ompi/mpi/fortran/mpif-h/file_open_f.c if (OMPI_SUCCESS != (ret = ompi_fortran_string_f2c(filename, name_len, filename 174 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_open, mpi_file_open, MPI_FILE_OPEN, (MPI_Fint *comm, char *filename, MPI_Fint *amode, MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr, int name_len)); filename 176 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_delete, mpi_file_delete, MPI_FILE_DELETE, (char *filename, MPI_Fint *info, MPI_Fint *ierr, int filename_len)); filename 2665 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_delete_f(filename,info,ierror,filename_len) & filename 2669 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h CHARACTER(KIND=C_CHAR), DIMENSION(*), INTENT(IN) :: filename filename 2878 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_open_f(comm,filename,amode,info,fh,ierror,filename_len) & filename 2883 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h CHARACTER(KIND=C_CHAR), DIMENSION(*), INTENT(IN) :: filename filename 57 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_delete(filename, info, ierror) filename 58 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h character(len=*), intent(in) :: filename filename 201 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_open(comm, filename, amode, info, fh& filename 204 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h character(len=*), intent(in) :: filename filename 57 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_delete(filename, info, ierror) filename 58 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h character(len=*), intent(in) :: filename filename 201 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_open(comm, filename, amode, info, fh& filename 204 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h character(len=*), intent(in) :: filename filename 38 ompi/mpi/java/c/mpi_File.c const char* filename = (*env)->GetStringUTFChars(env, jfilename, NULL); filename 41 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_open((MPI_Comm)comm, (char*)filename, filename 45 ompi/mpi/java/c/mpi_File.c (*env)->ReleaseStringUTFChars(env, jfilename, filename); filename 61 ompi/mpi/java/c/mpi_File.c const char* filename = (*env)->GetStringUTFChars(env, jfilename, NULL); filename 62 ompi/mpi/java/c/mpi_File.c int rc = MPI_File_delete((char*)filename, (MPI_Info)info); filename 64 ompi/mpi/java/c/mpi_File.c (*env)->ReleaseStringUTFChars(env, jfilename, filename); filename 53 ompi/mpi/java/java/File.java public File(Comm comm, String filename, int amode) throws MPIException filename 56 ompi/mpi/java/java/File.java handle = open(comm.handle, filename, amode, Info.NULL); filename 67 ompi/mpi/java/java/File.java public File(Comm comm, String filename, int amode, Info info) filename 71 ompi/mpi/java/java/File.java handle = open(comm.handle, filename, amode, info.handle); filename 74 ompi/mpi/java/java/File.java private native long open(long comm, String filename, int amode, long info) filename 94 ompi/mpi/java/java/File.java public static void delete(String filename) throws MPIException filename 97 ompi/mpi/java/java/File.java delete(filename, Info.NULL); filename 106 ompi/mpi/java/java/File.java public static void delete(String filename, Info info) throws MPIException filename 109 ompi/mpi/java/java/File.java delete(filename, info.handle); filename 112 ompi/mpi/java/java/File.java private static native void delete(String filename, long info) filename 26 ompi/tools/mpisync/sync.c static char *filename = NULL; filename 57 ompi/tools/mpisync/sync.c filename = strdup(optarg); filename 58 ompi/tools/mpisync/sync.c if( filename == NULL ){ filename 95 ompi/tools/mpisync/sync.c if( filename == NULL ){ filename 142 ompi/tools/mpisync/sync.c FILE *fp = fopen(filename,"w"); filename 144 ompi/tools/mpisync/sync.c fprintf(stderr, "Fail to open the file %s. Abort\n", filename); filename 123 ompi/util/timings.h #define OMPI_TIMING_APPEND(filename,func,desc,ts) \ filename 134 ompi/util/timings.h OMPI_TIMING.cur_timing->val[OMPI_TIMING.cur_timing->use].file = filename; \ filename 149 ompi/util/timings.h char *desc, *filename; \ filename 152 ompi/util/timings.h OPAL_TIMING_ENV_GETDESC_PREFIX(_prefix, &filename, func, i, &desc, ts); \ filename 153 ompi/util/timings.h OMPI_TIMING_APPEND(filename, func, desc, ts); \ filename 100 opal/mca/base/mca_base_component_repository.c static int process_repository_item (const char *filename, void *data) filename 109 opal/mca/base/mca_base_component_repository.c base = opal_basename (filename); filename 167 opal/mca/base/mca_base_component_repository.c ri->ri_path = strdup (filename); filename 181 opal/mca/base/mca_base_component_repository.c static int file_exists(const char *filename, const char *ext) filename 187 opal/mca/base/mca_base_component_repository.c return access (filename, F_OK) == 0; filename 190 opal/mca/base/mca_base_component_repository.c ret = opal_asprintf(&final, "%s.%s", filename, ext); filename 234 opal/mca/base/mca_base_var.c static char *append_filename_to_list(const char *filename) filename 238 opal/mca/base/mca_base_var.c (void) opal_argv_append_unique_nosize(&mca_base_var_file_list, filename, false); filename 243 opal/mca/base/mca_base_var.c if (0 == strcmp (mca_base_var_file_list[i], filename)) { filename 238 opal/mca/btl/usnic/btl_usnic_map.c char *filename; filename 247 opal/mca/btl/usnic/btl_usnic_map.c opal_asprintf(&filename, "%s-%s.pid%d.job%d.mcwrank%d.txt", filename 253 opal/mca/btl/usnic/btl_usnic_map.c if (NULL == filename) { filename 258 opal/mca/btl/usnic/btl_usnic_map.c fp = fopen(filename, "w"); filename 266 opal/mca/btl/usnic/btl_usnic_map.c filename, filename 387 opal/mca/common/cuda/common_cuda.c char *filename = NULL; filename 393 opal/mca/common/cuda/common_cuda.c opal_asprintf(&filename, "%s/%s", searchpaths[j], cudalibs[i]); filename 395 opal/mca/common/cuda/common_cuda.c filename = strdup(cudalibs[i]); filename 397 opal/mca/common/cuda/common_cuda.c if (NULL == filename) { filename 403 opal/mca/common/cuda/common_cuda.c retval = opal_dl_open(filename, false, false, filename 424 opal/mca/common/cuda/common_cuda.c free(filename); filename 100 opal/mca/crs/base/base.h OPAL_DECLSPEC int opal_crs_base_cleanup_append(char* filename, bool is_dir); filename 192 opal/mca/crs/base/crs_base_fns.c int opal_crs_base_cleanup_append(char* filename, bool is_dir) filename 194 opal/mca/crs/base/crs_base_fns.c if( NULL == filename ) { filename 201 opal/mca/crs/base/crs_base_fns.c filename); filename 202 opal/mca/crs/base/crs_base_fns.c opal_argv_append_nosize(&cleanup_dir_argv, filename); filename 206 opal/mca/crs/base/crs_base_fns.c filename); filename 207 opal/mca/crs/base/crs_base_fns.c opal_argv_append_nosize(&cleanup_file_argv, filename); filename 100 opal/mca/dl/base/base.h int (*cb_func)(const char *filename, filename 60 opal/mca/dl/base/dl_base_fns.c int (*cb_func)(const char *filename, void *context), filename 141 opal/mca/dl/dl.h int (*cb_func)(const char *filename, void *context), filename 27 opal/mca/dl/dlopen/dl_dlopen.h void *filename; filename 114 opal/mca/dl/dlopen/dl_dlopen_module.c (*handle)->filename = strdup(fname); filename 117 opal/mca/dl/dlopen/dl_dlopen_module.c (*handle)->filename = strdup("(null)"); filename 153 opal/mca/dl/dlopen/dl_dlopen_module.c free(handle->filename); filename 165 opal/mca/dl/dlopen/dl_dlopen_module.c int (*func)(const char *filename, void *data), filename 30 opal/mca/dl/libltdl/dl_libltdl.h char *filename; filename 57 opal/mca/dl/libltdl/dl_libltdl_module.c (*handle)->filename = strdup(fname); filename 60 opal/mca/dl/libltdl/dl_libltdl_module.c (*handle)->filename = strdup("(null)"); filename 106 opal/mca/dl/libltdl/dl_libltdl_module.c free(handle->filename); filename 114 opal/mca/dl/libltdl/dl_libltdl_module.c int (*func)(const char *filename, void *data), filename 405 opal/mca/event/libevent2022/libevent/evdns.c static int evdns_base_resolv_conf_parse_impl(struct evdns_base *base, int flags, const char *const filename); filename 3518 opal/mca/event/libevent2022/libevent/evdns.c evdns_base_resolv_conf_parse(struct evdns_base *base, int flags, const char *const filename) { filename 3521 opal/mca/event/libevent2022/libevent/evdns.c res = evdns_base_resolv_conf_parse_impl(base, flags, filename); filename 3552 opal/mca/event/libevent2022/libevent/evdns.c evdns_base_resolv_conf_parse_impl(struct evdns_base *base, int flags, const char *const filename) { filename 3558 opal/mca/event/libevent2022/libevent/evdns.c log(EVDNS_LOG_DEBUG, "Parsing resolv.conf file %s", filename); filename 3567 opal/mca/event/libevent2022/libevent/evdns.c if ((err = evutil_read_file(filename, &resolv, &n, 0)) < 0) { filename 3604 opal/mca/event/libevent2022/libevent/evdns.c evdns_resolv_conf_parse(int flags, const char *const filename) { filename 3607 opal/mca/event/libevent2022/libevent/evdns.c return evdns_base_resolv_conf_parse(current_base, flags, filename); filename 126 opal/mca/event/libevent2022/libevent/evutil.c evutil_read_file(const char *filename, char **content_out, size_t *len_out, filename 145 opal/mca/event/libevent2022/libevent/evutil.c fd = evutil_open_closeonexec(filename, mode, 0); filename 429 opal/mca/event/libevent2022/libevent/include/event2/dns.h int evdns_base_resolv_conf_parse(struct evdns_base *base, int flags, const char *const filename); filename 281 opal/mca/event/libevent2022/libevent/include/event2/dns_compat.h int evdns_resolv_conf_parse(int flags, const char *const filename); filename 169 opal/mca/event/libevent2022/libevent/util-internal.h int evutil_read_file(const char *filename, char **content_out, size_t *len_out, filename 71 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c char *filename; filename 77 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c hwloc__dlforeach_cb(const char *filename, void *_data __hwloc_attribute_unused) filename 85 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c fprintf(stderr, "Plugin dlforeach found `%s'\n", filename); filename 87 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c basename = strrchr(filename, '/'); filename 89 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c basename = filename; filename 100 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c handle = lt_dlopenext(filename); filename 152 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c desc->filename = strdup(filename); filename 187 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c free(desc->filename); filename 248 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c const char *filename) filename 300 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c filename ? "from plugin " : "statically build", filename ? filename : ""); filename 406 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c hwloc_disc_component_register(desc->component->data, desc->filename); filename 85 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c HWLOC_VLA(char, filename, filenamelen); filename 86 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c snprintf(filename, filenamelen, "%s/pu%u", dirpath, idx); filename 87 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c file = fopen(filename, "r"); filename 89 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c fprintf(stderr, "Could not read dumped cpuid file %s, ignoring cpuiddump.\n", filename); filename 474 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c const char *filename, unsigned long flags) filename 482 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c ret = xmlSaveFormatFileEnc(filename, doc, "UTF-8", 1); filename 544 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c hwloc_libxml_export_diff_file(hwloc_topology_diff_t diff, const char *refname, const char *filename) filename 552 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c ret = xmlSaveFormatFileEnc(filename, doc, "UTF-8", 1); filename 750 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c const char *filename, unsigned long flags) filename 761 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c if (!strcmp(filename, "-")) { filename 764 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c file = fopen(filename, "w"); filename 849 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c hwloc_nolibxml_export_diff_file(hwloc_topology_diff_t diff, const char *refname, const char *filename) filename 860 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c if (!strcmp(filename, "-")) { filename 863 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c file = fopen(filename, "w"); filename 2405 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c int hwloc_topology_export_xml(hwloc_topology_t topology, const char *filename, unsigned long flags) filename 2436 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c ret = hwloc_nolibxml_callbacks->export_file(topology, &edata, filename, flags); filename 2438 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c ret = hwloc_libxml_callbacks->export_file(topology, &edata, filename, flags); filename 2503 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c const char *filename) filename 2527 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c ret = hwloc_nolibxml_callbacks->export_diff_file(diff, refname, filename); filename 2529 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c ret = hwloc_libxml_callbacks->export_diff_file(diff, refname, filename); filename 89 opal/mca/hwloc/hwloc201/hwloc/include/netlocscotch.h int netlocscotch_get_mapping_from_comm_file(char *filename, int *pnum_processes, filename 572 opal/mca/hwloc/hwloc201/hwloc/include/private/netloc.h int netloc_build_comm_mat(char *filename, int *pn, double ***pmat); filename 91 opal/mca/hwloc/hwloc201/hwloc/include/private/xml.h int (*export_file)(struct hwloc_topology *topology, struct hwloc__xml_export_data_s *edata, const char *filename, unsigned long flags); filename 95 opal/mca/hwloc/hwloc201/hwloc/include/private/xml.h int (*export_diff_file)(union hwloc_topology_diff_u *diff, const char *refname, const char *filename); filename 40 opal/mca/patcher/linux/patcher_linux_module.c static void *mca_patcher_linux_dlopen(const char *filename, int flag); filename 286 opal/mca/patcher/linux/patcher_linux_module.c static void *mca_patcher_linux_dlopen(const char *filename, int flag) filename 292 opal/mca/patcher/linux/patcher_linux_module.c handle = orig_dlopen (filename, flag); filename 66 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c static int enough_space(const char *filename, filename 714 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c static int enough_space(const char *filename, filename 725 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c char *target_dir = strdup(filename); filename 95 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c static int process_repository_item (const char *filename, void *data) filename 104 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c base = pmix_basename (filename); filename 162 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c ri->ri_path = strdup (filename); filename 180 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c static int file_exists(const char *filename, const char *ext) filename 186 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c return access (filename, F_OK) == 0; filename 189 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c ret = asprintf(&final, "%s.%s", filename, ext); filename 220 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c static char *append_filename_to_list(const char *filename) filename 224 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c (void) pmix_argv_append_unique_nosize(&pmix_mca_base_var_file_list, filename); filename 229 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c if (0 == strcmp (pmix_mca_base_var_file_list[i], filename)) { filename 100 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/base.h int (*cb_func)(const char *filename, void *context), filename 62 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/pdl_base_fns.c int (*cb_func)(const char *filename, void *context), filename 141 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdl.h int (*cb_func)(const char *filename, void *context), filename 28 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen.h void *filename; filename 119 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c (*handle)->filename = strdup(fname); filename 122 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c (*handle)->filename = strdup("(null)"); filename 158 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c free(handle->filename); filename 170 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c int (*func)(const char *filename, void *data), filename 31 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl.h char *filename; filename 58 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c (*handle)->filename = strdup(fname); filename 61 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c (*handle)->filename = strdup("(null)"); filename 107 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c free(handle->filename); filename 115 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/plibltdl/pdl_libltdl_module.c int (*func)(const char *filename, void *data), filename 115 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c static pmix_status_t parse_uri_file(char *filename, filename 129 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c char *filename, *nspace=NULL; filename 497 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c if (0 > asprintf(&filename, "%s/pmix.sys.%s", mca_ptl_tcp_component.system_tmpdir, myhost)) { filename 503 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c filename); filename 505 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c rc = parse_uri_file(filename, &suri, &nspace, &rank); filename 506 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c free(filename); filename 532 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c if (0 > asprintf(&filename, "pmix.%s.tool.%d", myhost, pid)) { filename 538 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c filename); filename 541 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c filename, iptr, niptr, &sd, &nspace, &rank, &suri); filename 542 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c free(filename); filename 554 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c if (0 > asprintf(&filename, "pmix.%s.tool.%s", myhost, server_nspace)) { filename 562 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c filename); filename 565 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c filename, iptr, niptr, &sd, &nspace, &rank, &suri); filename 566 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c free(filename); filename 581 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c if (0 > asprintf(&filename, "pmix.%s.tool", myhost)) { filename 587 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c filename); filename 590 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c filename, iptr, niptr, &sd, &nspace, &rank, &suri); filename 591 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c free(filename); filename 730 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c static pmix_status_t parse_uri_file(char *filename, filename 743 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c fp = fopen(filename, "r"); filename 749 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c if (0 != access(filename, R_OK)) { filename 767 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c fp = fopen(filename, "r"); filename 31 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock.h char *filename; filename 103 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c .filename = NULL filename 142 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c if (NULL != mca_ptl_usock_component.filename) { filename 144 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c unlink(mca_ptl_usock_component.filename); filename 145 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c free(mca_ptl_usock_component.filename); filename 238 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c mca_ptl_usock_component.filename = strdup(address->sun_path); filename 44 opal/mca/pmix/pmix4x/pmix/src/util/basename.c static inline char* pmix_find_last_path_separator( const char* filename, size_t n ) filename 46 opal/mca/pmix/pmix4x/pmix/src/util/basename.c char* p = (char*)filename + n; filename 49 opal/mca/pmix/pmix4x/pmix/src/util/basename.c for ( ; p >= filename; p-- ) { filename 54 opal/mca/pmix/pmix4x/pmix/src/util/basename.c for ( ; p >= filename; p-- ) { filename 62 opal/mca/pmix/pmix4x/pmix/src/util/basename.c char *pmix_basename(const char *filename) filename 69 opal/mca/pmix/pmix4x/pmix/src/util/basename.c if (NULL == filename) { filename 72 opal/mca/pmix/pmix4x/pmix/src/util/basename.c if (0 == strlen(filename)) { filename 75 opal/mca/pmix/pmix4x/pmix/src/util/basename.c if (sep == filename[0] && '\0' == filename[1]) { filename 76 opal/mca/pmix/pmix4x/pmix/src/util/basename.c return strdup(filename); filename 80 opal/mca/pmix/pmix4x/pmix/src/util/basename.c tmp = strdup(filename); filename 103 opal/mca/pmix/pmix4x/pmix/src/util/basename.c char* pmix_dirname(const char* filename) filename 106 opal/mca/pmix/pmix4x/pmix/src/util/basename.c char* safe_tmp = strdup(filename), *result; filename 111 opal/mca/pmix/pmix4x/pmix/src/util/basename.c const char* p = pmix_find_last_path_separator(filename, strlen(filename)); filename 115 opal/mca/pmix/pmix4x/pmix/src/util/basename.c for( ; NULL != p && p != filename; p-- ) { filename 118 opal/mca/pmix/pmix4x/pmix/src/util/basename.c for( --p; p != filename; p-- ) { filename 124 opal/mca/pmix/pmix4x/pmix/src/util/basename.c if( p != filename ) { filename 125 opal/mca/pmix/pmix4x/pmix/src/util/basename.c char* ret = (char*)malloc( p - filename + 1 ); filename 126 opal/mca/pmix/pmix4x/pmix/src/util/basename.c pmix_strncpy(ret, filename, p - filename); filename 127 opal/mca/pmix/pmix4x/pmix/src/util/basename.c ret[p - filename] = '\0'; filename 71 opal/mca/pmix/pmix4x/pmix/src/util/basename.h PMIX_EXPORT char *pmix_basename(const char* filename) __pmix_attribute_malloc__ __pmix_attribute_warn_unused_result__; filename 110 opal/mca/pmix/pmix4x/pmix/src/util/basename.h PMIX_EXPORT char *pmix_dirname(const char* filename) __pmix_attribute_malloc__ __pmix_attribute_warn_unused_result__; filename 63 opal/mca/pmix/pmix4x/pmix/src/util/keyval_parse.c pmix_util_keyval_parse(const char *filename, filename 69 opal/mca/pmix/pmix4x/pmix/src/util/keyval_parse.c keyval_filename = filename; filename 49 opal/mca/pmix/pmix4x/pmix/src/util/keyval_parse.h PMIX_EXPORT int pmix_util_keyval_parse(const char *filename, filename 652 opal/mca/pmix/pmix4x/pmix/src/util/output.c char *filename; filename 693 opal/mca/pmix/pmix4x/pmix/src/util/output.c filename = (char *) malloc(PMIX_PATH_MAX); filename 694 opal/mca/pmix/pmix4x/pmix/src/util/output.c if (NULL == filename) { filename 697 opal/mca/pmix/pmix4x/pmix/src/util/output.c pmix_strncpy(filename, output_dir, PMIX_PATH_MAX-1); filename 698 opal/mca/pmix/pmix4x/pmix/src/util/output.c strcat(filename, "/"); filename 700 opal/mca/pmix/pmix4x/pmix/src/util/output.c strcat(filename, output_prefix); filename 703 opal/mca/pmix/pmix4x/pmix/src/util/output.c strcat(filename, info[i].ldi_file_suffix); filename 706 opal/mca/pmix/pmix4x/pmix/src/util/output.c strcat(filename, "output.txt"); filename 714 opal/mca/pmix/pmix4x/pmix/src/util/output.c info[i].ldi_fd = open(filename, flags, 0644); filename 715 opal/mca/pmix/pmix4x/pmix/src/util/output.c free(filename); /* release the filename in all cases */ filename 51 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c static int pmix_show_vhelp_internal(const char *filename, const char *topic, filename 53 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c static int pmix_show_help_internal(const char *filename, const char *topic, filename 142 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c char *filename; filename 161 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c filename = pmix_os_path( false, search_dirs[i], base, NULL ); filename 162 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c pmix_show_help_yyin = fopen(filename, "r"); filename 164 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c if (0 > asprintf(&err_msg, "%s: %s", filename, strerror(errno))) { filename 169 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c free(filename); filename 170 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c if (0 > asprintf(&filename, "%s%s%s.txt", search_dirs[i], PMIX_PATH_SEP, base)) { filename 173 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c pmix_show_help_yyin = fopen(filename, "r"); filename 176 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c free(filename); filename 277 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c static int load_array(char ***array, const char *filename, const char *topic) filename 281 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c if (PMIX_SUCCESS != (ret = open_file(filename, topic))) { filename 285 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c ret = find_topic(filename, topic); filename 300 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c char *pmix_show_help_vstring(const char *filename, const char *topic, filename 307 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c if (PMIX_SUCCESS != (rc = load_array(&array, filename, topic))) { filename 326 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c char *pmix_show_help_string(const char *filename, const char *topic, filename 333 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c output = pmix_show_help_vstring(filename, topic, want_error_handler, filename 340 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c static int pmix_show_vhelp_internal(const char *filename, const char *topic, filename 346 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c output = pmix_show_help_vstring(filename, topic, want_error_header, filename 358 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c static int pmix_show_help_internal(const char *filename, const char *topic, filename 366 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c rc = pmix_show_vhelp(filename, topic, want_error_header, arglist); filename 138 opal/mca/pmix/pmix4x/pmix/src/util/show_help.h typedef int (*pmix_show_help_fn_t)(const char *filename, const char *topic, filename 146 opal/mca/pmix/pmix4x/pmix/src/util/show_help.h typedef int (*pmix_show_vhelp_fn_t)(const char *filename, const char *topic, filename 154 opal/mca/pmix/pmix4x/pmix/src/util/show_help.h PMIX_EXPORT char* pmix_show_help_string(const char *filename, filename 162 opal/mca/pmix/pmix4x/pmix/src/util/show_help.h PMIX_EXPORT char* pmix_show_help_vstring(const char *filename, filename 92 opal/mca/shmem/mmap/shmem_mmap_module.c enough_space(const char *filename, filename 141 opal/mca/shmem/mmap/shmem_mmap_module.c enough_space(const char *filename, filename 152 opal/mca/shmem/mmap/shmem_mmap_module.c char *target_dir = strdup(filename); filename 562 opal/tools/wrappers/opal_wrapper.c char *filename; filename 564 opal/tools/wrappers/opal_wrapper.c filename = opal_os_path( false, options_data[user_data_idx].path_libdir, options_data[user_data_idx].req_file, NULL ); filename 565 opal/tools/wrappers/opal_wrapper.c if (0 != stat(filename, &buf)) { filename 41 opal/util/basename.c static inline char* opal_find_last_path_separator( const char* filename, size_t n ) filename 43 opal/util/basename.c char* p = (char*)filename + n; filename 46 opal/util/basename.c for ( ; p >= filename; p-- ) { filename 51 opal/util/basename.c for ( ; p >= filename; p-- ) { filename 59 opal/util/basename.c char *opal_basename(const char *filename) filename 66 opal/util/basename.c if (NULL == filename) { filename 69 opal/util/basename.c if (0 == strlen(filename)) { filename 72 opal/util/basename.c if (sep == filename[0] && '\0' == filename[1]) { filename 73 opal/util/basename.c return strdup(filename); filename 77 opal/util/basename.c tmp = strdup(filename); filename 100 opal/util/basename.c char* opal_dirname(const char* filename) filename 103 opal/util/basename.c char* safe_tmp = strdup(filename), *result; filename 111 opal/util/basename.c const char* p = opal_find_last_path_separator(filename, strlen(filename)); filename 115 opal/util/basename.c for( ; NULL != p && p != filename; p-- ) { filename 118 opal/util/basename.c for( --p; p != filename; p-- ) { filename 124 opal/util/basename.c if( p != filename ) { filename 125 opal/util/basename.c char* ret = (char*)malloc( p - filename + 1 ); filename 129 opal/util/basename.c opal_string_copy(ret, filename, p - filename); filename 130 opal/util/basename.c ret[p - filename] = '\0'; filename 69 opal/util/basename.h OPAL_DECLSPEC char *opal_basename(const char* filename) __opal_attribute_malloc__ __opal_attribute_warn_unused_result__; filename 108 opal/util/basename.h OPAL_DECLSPEC char *opal_dirname(const char* filename) __opal_attribute_malloc__ __opal_attribute_warn_unused_result__; filename 70 opal/util/keyval_parse.c opal_util_keyval_parse(const char *filename, filename 78 opal/util/keyval_parse.c keyval_filename = filename; filename 51 opal/util/keyval_parse.h OPAL_DECLSPEC int opal_util_keyval_parse(const char *filename, filename 737 opal/util/output.c char *filename; filename 778 opal/util/output.c filename = (char *) malloc(OPAL_PATH_MAX); filename 779 opal/util/output.c if (NULL == filename) { filename 782 opal/util/output.c opal_string_copy(filename, output_dir, OPAL_PATH_MAX); filename 783 opal/util/output.c strcat(filename, "/"); filename 785 opal/util/output.c strcat(filename, output_prefix); filename 788 opal/util/output.c strcat(filename, info[i].ldi_file_suffix); filename 791 opal/util/output.c strcat(filename, "output.txt"); filename 799 opal/util/output.c info[i].ldi_fd = open(filename, flags, 0644); filename 802 opal/util/output.c free(filename); /* release the filename in all cases */ filename 809 opal/util/output.c free(filename); /* release the filename in all cases */ filename 815 opal/util/output.c opal_pmix.register_cleanup(filename, false, true, false); filename 817 opal/util/output.c free(filename); /* release the filename in all cases */ filename 55 opal/util/show_help.c static int opal_show_vhelp_internal(const char *filename, const char *topic, filename 57 opal/util/show_help.c static int opal_show_help_internal(const char *filename, const char *topic, filename 147 opal/util/show_help.c char *filename; filename 166 opal/util/show_help.c filename = opal_os_path( false, search_dirs[i], base, NULL ); filename 167 opal/util/show_help.c opal_show_help_yyin = fopen(filename, "r"); filename 169 opal/util/show_help.c opal_asprintf(&err_msg, "%s: %s", filename, strerror(errno)); filename 172 opal/util/show_help.c free(filename); filename 173 opal/util/show_help.c opal_asprintf(&filename, "%s%s%s.txt", search_dirs[i], OPAL_PATH_SEP, base); filename 174 opal/util/show_help.c opal_show_help_yyin = fopen(filename, "r"); filename 177 opal/util/show_help.c free(filename); filename 278 opal/util/show_help.c static int load_array(char ***array, const char *filename, const char *topic) filename 282 opal/util/show_help.c if (OPAL_SUCCESS != (ret = open_file(filename, topic))) { filename 286 opal/util/show_help.c ret = find_topic(filename, topic); filename 301 opal/util/show_help.c char *opal_show_help_vstring(const char *filename, const char *topic, filename 308 opal/util/show_help.c if (OPAL_SUCCESS != (rc = load_array(&array, filename, topic))) { filename 325 opal/util/show_help.c char *opal_show_help_string(const char *filename, const char *topic, filename 332 opal/util/show_help.c output = opal_show_help_vstring(filename, topic, want_error_handler, filename 339 opal/util/show_help.c static int opal_show_vhelp_internal(const char *filename, const char *topic, filename 345 opal/util/show_help.c output = opal_show_help_vstring(filename, topic, want_error_header, filename 357 opal/util/show_help.c static int opal_show_help_internal(const char *filename, const char *topic, filename 365 opal/util/show_help.c rc = opal_show_vhelp(filename, topic, want_error_header, arglist); filename 130 opal/util/show_help.h typedef int (*opal_show_help_fn_t)(const char *filename, const char *topic, filename 138 opal/util/show_help.h typedef int (*opal_show_vhelp_fn_t)(const char *filename, const char *topic, filename 146 opal/util/show_help.h OPAL_DECLSPEC char* opal_show_help_string(const char *filename, filename 154 opal/util/show_help.h OPAL_DECLSPEC char* opal_show_help_vstring(const char *filename, filename 102 opal/util/timings.h char *filename; \ filename 124 opal/util/timings.h filename = strrchr(__FILE__, '/'); \ filename 125 opal/util/timings.h filename = (filename == NULL) ? strdup(__FILE__) : filename+1; \ filename 130 opal/util/timings.h n = snprintf(buf2, OPAL_TIMING_STR_LEN, "%s", filename); \ filename 187 opal/util/timings.h #define OPAL_TIMING_ENV_GETDESC_PREFIX(prefix, filename, func, i, desc, _t) \ filename 192 opal/util/timings.h *filename = getenv(vname); \ filename 47 opal/util/uri.c char *opal_filename_to_uri(const char *filename, filename 54 opal/util/uri.c if (!opal_path_is_absolute(filename)) { filename 56 opal/util/uri.c true, filename); filename 64 opal/util/uri.c opal_asprintf(&uri, "file://%s", filename); filename 73 opal/util/uri.c if (NULL != strchr(filename, uri_reserved_path_chars[j])) { filename 79 opal/util/uri.c fn = (char*)malloc(strlen(filename) + n + 1); filename 81 opal/util/uri.c for (k=0; k < strlen(filename)-1; k++) { filename 83 opal/util/uri.c if (filename[k] == uri_reserved_path_chars[j]) { filename 89 opal/util/uri.c fn[i] = filename[k]; filename 94 opal/util/uri.c fn = strdup(filename); filename 73 opal/util/uri.h OPAL_DECLSPEC char *opal_filename_to_uri(const char *filename, filename 89 orte/mca/errmgr/base/errmgr_base_fns.c void orte_errmgr_base_log(int error_code, char *filename, int line) filename 102 orte/mca/errmgr/base/errmgr_base_fns.c errstring, filename, line); filename 63 orte/mca/errmgr/base/errmgr_private.h ORTE_DECLSPEC void orte_errmgr_base_log(int error_code, char *filename, int line); filename 100 orte/mca/errmgr/errmgr.h typedef void (*orte_errmgr_base_module_log_fn_t)(int error_code, char *filename, int line); filename 109 orte/mca/ess/singleton/ess_singleton_module.c char input[1024], *filename; filename 113 orte/mca/ess/singleton/ess_singleton_module.c filename = strchr(mca_ess_singleton_component.server_uri, ':'); filename 114 orte/mca/ess/singleton/ess_singleton_module.c if (NULL == filename) { filename 120 orte/mca/ess/singleton/ess_singleton_module.c ++filename; /* space past the : */ filename 122 orte/mca/ess/singleton/ess_singleton_module.c if (0 >= strlen(filename)) { filename 130 orte/mca/ess/singleton/ess_singleton_module.c fp = fopen(filename, "r"); filename 232 orte/mca/filem/base/filem_base_receive.c char *filename = NULL; filename 240 orte/mca/filem/base/filem_base_receive.c if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &filename, &count, OPAL_STRING))) { filename 249 orte/mca/filem/base/filem_base_receive.c if (filename[0] != '/') { /* if it is not an absolute path already */ filename 253 orte/mca/filem/base/filem_base_receive.c opal_asprintf(&tmp_name, "%s/%s", cwd, filename); filename 256 orte/mca/filem/base/filem_base_receive.c tmp_name = strdup(filename); filename 263 orte/mca/filem/base/filem_base_receive.c filename, tmp_name); filename 312 orte/mca/filem/base/filem_base_receive.c if( NULL != filename) { filename 313 orte/mca/filem/base/filem_base_receive.c free(filename); filename 314 orte/mca/filem/base/filem_base_receive.c filename = NULL; filename 65 orte/mca/ras/alps/ras_alps_module.c char *filename, filename 375 orte/mca/ras/alps/ras_alps_module.c orte_ras_alps_read_appinfo_file(opal_list_t *nodes, char *filename, filename 411 orte/mca/ras/alps/ras_alps_module.c iFd=open( filename, O_RDONLY ); filename 456 orte/mca/ras/alps/ras_alps_module.c "ras:alps:allocate: file %s read", filename); filename 95 orte/mca/ras/slurm/ras_slurm_module.c static int read_ip_port(char *filename, char **ip, uint16_t *port); filename 1180 orte/mca/ras/slurm/ras_slurm_module.c static int read_ip_port(char *filename, char **ip, uint16_t *port) filename 1188 orte/mca/ras/slurm/ras_slurm_module.c if (NULL == (fp = fopen(filename, "r"))) { filename 1189 orte/mca/ras/slurm/ras_slurm_module.c orte_show_help("help-ras-slurm.txt", "config-file-not-found", true, filename); filename 52 orte/mca/ras/tm/ras_tm_module.c static char *filename; filename 95 orte/mca/ras/tm/ras_tm_module.c orte_show_help("help-ras-tm.txt", "no-nodes-found", true, filename); filename 158 orte/mca/ras/tm/ras_tm_module.c filename = opal_os_path(false, mca_ras_tm_component.nodefile_dir, filename 160 orte/mca/ras/tm/ras_tm_module.c fp = fopen(filename, "r"); filename 163 orte/mca/ras/tm/ras_tm_module.c free(filename); filename 85 orte/mca/rtc/hwloc/rtc_hwloc.c static int enough_space(const char *filename, filename 687 orte/mca/rtc/hwloc/rtc_hwloc.c static int enough_space(const char *filename, filename 698 orte/mca/rtc/hwloc/rtc_hwloc.c char *target_dir = strdup(filename); filename 141 orte/orted/orted_submit.c static int parse_appfile(orte_job_t *jdata, char *filename, char ***env); filename 392 orte/orted/orted_submit.c char input[1024], *filename; filename 396 orte/orted/orted_submit.c filename = strchr(orte_cmd_options.hnp, ':'); filename 397 orte/orted/orted_submit.c if (NULL == filename) { filename 402 orte/orted/orted_submit.c ++filename; /* space past the : */ filename 404 orte/orted/orted_submit.c if (0 >= strlen(filename)) { filename 411 orte/orted/orted_submit.c fp = fopen(filename, "r"); filename 1894 orte/orted/orted_submit.c static int parse_appfile(orte_job_t *jdata, char *filename, char ***env) filename 1917 orte/orted/orted_submit.c fp = fopen(filename, "r"); filename 1920 orte/orted/orted_submit.c filename); filename 2030 orte/orted/orted_submit.c free(filename); filename 54 orte/orted/pmix/pmix_server_pub.c char input[1024], *filename; filename 69 orte/orted/pmix/pmix_server_pub.c filename = strchr(orte_data_server_uri, ':'); filename 70 orte/orted/pmix/pmix_server_pub.c if (NULL == filename) { filename 76 orte/orted/pmix/pmix_server_pub.c ++filename; /* space past the : */ filename 78 orte/orted/pmix/pmix_server_pub.c if (0 >= strlen(filename)) { filename 86 orte/orted/pmix/pmix_server_pub.c fp = fopen(filename, "r"); filename 20 orte/test/mpi/intercomm_create.c void ompitest_warning( char* filename, int lineno, const char* fmt, ... ) filename 28 orte/test/mpi/intercomm_create.c printf( "*warning* %s:%d %s\n", filename, lineno, buf ); filename 32 orte/test/mpi/intercomm_create.c void ompitest_error( char* filename, int lineno, const char* fmt, ... ) filename 40 orte/test/mpi/intercomm_create.c printf( "*error* %s:%d %s\n", filename, lineno, buf ); filename 77 orte/util/hnp_contact.c int orte_write_hnp_contact_file(char *filename) filename 87 orte/util/hnp_contact.c fp = fopen(filename, "w"); filename 90 orte/util/hnp_contact.c filename ); filename 104 orte/util/hnp_contact.c int orte_read_hnp_contact_file(char *filename, orte_hnp_contact_t *hnp, bool connect) filename 111 orte/util/hnp_contact.c fp = fopen(filename, "r"); filename 113 orte/util/hnp_contact.c fp = fopen(filename, "r"); filename 54 orte/util/hnp_contact.h ORTE_DECLSPEC int orte_write_hnp_contact_file(char *filename); filename 56 orte/util/hnp_contact.h ORTE_DECLSPEC int orte_read_hnp_contact_file(char *filename, orte_hnp_contact_t *hnp, bool connect); filename 307 orte/util/show_help.c static int get_tli(const char *filename, const char *topic, filename 317 orte/util/show_help.c if (ORTE_SUCCESS == match((*tli)->tli_filename, filename) && filename 328 orte/util/show_help.c (*tli)->tli_filename = strdup(filename); filename 385 orte/util/show_help.c static int show_help(const char *filename, const char *topic, filename 396 orte/util/show_help.c rc = get_tli(filename, topic, &tli); filename 489 orte/util/show_help.c char *filename=NULL, *topic=NULL; filename 501 orte/util/show_help.c if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &filename, &n, OPAL_STRING))) { filename 528 orte/util/show_help.c rc = show_help(filename, topic, output, sender); filename 534 orte/util/show_help.c if (NULL != filename) { filename 535 orte/util/show_help.c free(filename); filename 594 orte/util/show_help.c int orte_show_help(const char *filename, const char *topic, filename 606 orte/util/show_help.c output = opal_show_help_vstring(filename, topic, want_error_header, filename 615 orte/util/show_help.c rc = orte_show_help_norender(filename, topic, want_error_header, output); filename 626 orte/util/show_help.c int orte_show_help_norender(const char *filename, const char *topic, filename 659 orte/util/show_help.c rc = show_help(filename, topic, output, ORTE_PROC_MY_NAME); filename 665 orte/util/show_help.c rc = show_help(filename, topic, output, ORTE_PROC_MY_NAME); filename 679 orte/util/show_help.c rc = show_help(filename, topic, output, ORTE_PROC_MY_NAME); filename 686 orte/util/show_help.c opal_dss.pack(buf, &filename, 1, OPAL_STRING); filename 729 orte/util/show_help.c rc = show_help(filename, topic, output, ORTE_PROC_MY_NAME); filename 739 orte/util/show_help.c int orte_show_help_suppress(const char *filename, const char *topic) filename 761 orte/util/show_help.c rc = show_help(filename, topic, NULL, ORTE_PROC_MY_NAME); filename 776 orte/util/show_help.c rc = show_help(filename, topic, NULL, ORTE_PROC_MY_NAME); filename 783 orte/util/show_help.c opal_dss.pack(buf, &filename, 1, OPAL_STRING); filename 795 orte/util/show_help.c show_help(filename, topic, NULL, ORTE_PROC_MY_NAME); filename 80 orte/util/show_help.h ORTE_DECLSPEC int orte_show_help(const char *filename, const char *topic, filename 87 orte/util/show_help.h ORTE_DECLSPEC int orte_show_help_norender(const char *filename, filename 101 orte/util/show_help.h ORTE_DECLSPEC int orte_show_help_suppress(const char *filename, filename 82 test/monitoring/monitoring_test.c char filename[1024]; filename 163 test/monitoring/monitoring_test.c sprintf(filename, "prof/phase_1"); filename 165 test/monitoring/monitoring_test.c if( MPI_SUCCESS != MPI_T_pvar_write(session, flush_handle, filename) ) { filename 167 test/monitoring/monitoring_test.c world_rank, filename, world_rank); filename 187 test/monitoring/monitoring_test.c fprintf(stderr, "Process %d cannot save monitoring in %s\n", world_rank, filename); filename 241 test/monitoring/monitoring_test.c sprintf(filename, "prof/phase_2"); filename 243 test/monitoring/monitoring_test.c if( MPI_SUCCESS != MPI_T_pvar_write(session, flush_handle, filename) ) { filename 245 test/monitoring/monitoring_test.c world_rank, filename, world_rank); filename 266 test/monitoring/monitoring_test.c fprintf(stderr, "Process %d cannot save monitoring in %s\n", world_rank, filename); filename 344 test/monitoring/monitoring_test.c sprintf(filename, "prof/phase_3"); filename 346 test/monitoring/monitoring_test.c if( MPI_SUCCESS != MPI_T_pvar_write(session, flush_handle, filename) ) { filename 348 test/monitoring/monitoring_test.c world_rank, filename, world_rank);