SEEK_END 41 ompi/mca/fs/base/fs_base_file_get_size.c *size = lseek(fh->fd, 0, SEEK_END); SEEK_END 32 ompi/mca/fs/ime/fs_ime_file_get_size.c *size = ime_native_lseek(fh->fd, 0, SEEK_END); SEEK_END 101 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_open.c fd->fp_ind = fd->fp_sys_posn = lseek(fd->fd_sys, 0, SEEK_END); SEEK_END 26 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_fcntl.c fcntl_struct->fsize = lseek64(fd->fd_sys, 0, SEEK_END); SEEK_END 44 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_open.c fd->fp_ind = lseek64(fd->fd_sys, 0, SEEK_END); SEEK_END 24 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c fcntl_struct->fsize = lseek(fd->fd_sys, 0, SEEK_END); SEEK_END 45 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_fcntl.c curr_fsize = lseek(fd->fd_sys, 0, SEEK_END); SEEK_END 148 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_open.c fd->fp_ind = fd->fp_sys_posn = lseek(fd->fd_sys, 0, SEEK_END); SEEK_END 24 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_fcntl.c fcntl_struct->fsize = lseek(fd->fd_sys, 0, SEEK_END); SEEK_END 48 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_open.c fd->fp_ind = fd->fp_sys_posn = lseek(fd->fd_sys, 0, SEEK_END); SEEK_END 342 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c fd->fp_ind = fd->fp_sys_posn = lseek(fd->fd_sys, 0, SEEK_END); SEEK_END 433 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c fd->fp_ind = fd->fp_sys_posn = lseek(fd->fd_sys, 0, SEEK_END); SEEK_END 33 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_fcntl.c fcntl_struct->fsize = lseek(fd->fd_sys, 0, SEEK_END); SEEK_END 75 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_open.c fd->fp_ind = fd->fp_sys_posn = lseek(fd->fd_sys, 0, SEEK_END); SEEK_END 25 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_fcntl.c fcntl_struct->fsize = llseek(fd->fd_sys, 0, SEEK_END); SEEK_END 63 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_open.c fd->fp_ind = fd->fp_sys_posn = llseek(fd->fd_sys, 0, SEEK_END); SEEK_END 21 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_fcntl.c fcntl_struct->fsize = pvfs_lseek64(fd->fd_sys, 0, SEEK_END); SEEK_END 65 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_open.c fd->fp_ind = fd->fp_sys_posn = pvfs_lseek64(fd->fd_sys, 0, SEEK_END); SEEK_END 33 ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs_fcntl.c fcntl_struct->fsize = llseek(fd->fd_sys, 0, SEEK_END); SEEK_END 40 ompi/mca/io/romio321/romio/adio/ad_sfs/ad_sfs_open.c fd->fp_ind = llseek(fd->fd_sys, 0, SEEK_END); SEEK_END 48 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs_open.c fd->fp_ind = fd->fp_sys_posn = lseek(fd->fd_sys, 0, SEEK_END); SEEK_END 28 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_fcntl.c fcntl_struct->fsize = lseek64(fd->fd_sys, 0, SEEK_END); SEEK_END 51 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_fcntl.c if (fcntl_struct->diskspace > lseek64(fd->fd_sys, 0, SEEK_END)) { SEEK_END 103 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_open.c fd->fp_ind = lseek64(fd->fd_sys, 0, SEEK_END); SEEK_END 24 ompi/mca/io/romio321/romio/adio/common/ad_fcntl.c fcntl_struct->fsize = lseek(fd->fd_sys, 0, SEEK_END); SEEK_END 315 ompi/mca/io/romio321/romio/adio/include/adio.h #define ADIO_SEEK_END SEEK_END SEEK_END 280 ompi/mpi/cxx/constants.h static const int SEEK_END = ::SEEK_END; SEEK_END 61 ompi/mpi/cxx/mpicxx.h static const int ompi_stdio_seek_end = SEEK_END; SEEK_END 73 ompi/mpi/cxx/mpicxx.h static const int SEEK_END = ompi_stdio_seek_end; SEEK_END 49 ompi/mpi/java/java/Constant.java protected int SEEK_SET, SEEK_CUR, SEEK_END; SEEK_END 138 ompi/mpi/java/java/MPI.java public static final int SEEK_SET, SEEK_CUR, SEEK_END; SEEK_END 324 ompi/mpi/java/java/MPI.java SEEK_END = c.SEEK_END;