whence             67 ompi/mca/fs/ime/fs_ime.h                           int whence);
whence             82 ompi/mca/fs/lustre/fs_lustre.h                              int whence);
whence             94 ompi/mca/fs/pvfs2/fs_pvfs2.h                             int whence);
whence             78 ompi/mca/fs/ufs/fs_ufs.h                           int whence);
whence            229 ompi/mca/io/io.h     (struct ompi_file_t *fh, MPI_Offset offset, int whence);
whence            254 ompi/mca/io/io.h     (struct ompi_file_t *fh, MPI_Offset offset, int whence);
whence            164 ompi/mca/io/ompio/io_ompio.h                             int whence);
whence            272 ompi/mca/io/ompio/io_ompio.h                             int whence);
whence            312 ompi/mca/io/ompio/io_ompio.h                                    int whence);
whence            391 ompi/mca/io/ompio/io_ompio_file_open.c                             int whence)
whence            402 ompi/mca/io/ompio/io_ompio_file_open.c     switch(whence) {
whence            504 ompi/mca/io/ompio/io_ompio_file_open.c                                    int whence)
whence            522 ompi/mca/io/ompio/io_ompio_file_open.c     ret = shared_fp_base_module->sharedfp_seek(fh,offset,whence);
whence             72 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h 					int whence, int *error_code);
whence             22 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_seek.c 					int whence, int *error_code)
whence             15 ompi/mca/io/romio321/romio/adio/common/ad_seek.c 				     int whence, int *error_code)
whence             33 ompi/mca/io/romio321/romio/adio/common/ad_seek.c     ADIOI_UNREFERENCED_ARG(whence);
whence             14 ompi/mca/io/romio321/romio/adio/common/lock.c int ADIOI_Set_lock(FDTYPE fd, int cmd, int type, ADIO_Offset offset, int whence,
whence             22 ompi/mca/io/romio321/romio/adio/common/lock.c     ADIOI_UNREFERENCED_ARG(whence);
whence             93 ompi/mca/io/romio321/romio/adio/common/lock.c int ADIOI_Set_lock(FDTYPE fd, int cmd, int type, ADIO_Offset offset, int whence,
whence            114 ompi/mca/io/romio321/romio/adio/common/lock.c     lock.l_whence = whence;
whence            118 ompi/mca/io/romio321/romio/adio/common/lock.c     lock.l_whence = whence;
whence            144 ompi/mca/io/romio321/romio/adio/common/lock.c                     whence, err, errno, err_count);
whence            168 ompi/mca/io/romio321/romio/adio/common/lock.c           whence, err, errno);
whence            184 ompi/mca/io/romio321/romio/adio/common/lock.c                      int whence,
whence            194 ompi/mca/io/romio321/romio/adio/common/lock.c     lock.l_whence = whence;
whence            216 ompi/mca/io/romio321/romio/adio/common/lock.c           whence, err, errno);
whence            421 ompi/mca/io/romio321/romio/adio/include/adio.h                        int whence, int *error_code);
whence            173 ompi/mca/io/romio321/romio/adio/include/adioi.h                        int whence, int *error_code);
whence            257 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_SeekIndividual(fd,offset,whence,error_code) \
whence            258 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_SeekIndividual))(fd,offset,whence,error_code)
whence            741 ompi/mca/io/romio321/romio/adio/include/adioi.h 				     int whence, int *error_code);
whence            877 ompi/mca/io/romio321/romio/adio/include/adioi.h # define ADIOI_WRITE_LOCK(fd, offset, whence, len) \
whence            879 ompi/mca/io/romio321/romio/adio/include/adioi.h      ADIOI_Set_lock64((fd)->fd_sys, F_SETLKW64, F_WRLCK, offset, whence, len);\
whence            880 ompi/mca/io/romio321/romio/adio/include/adioi.h    else ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_WRLCK, offset, whence, len); } while (0) 
whence            882 ompi/mca/io/romio321/romio/adio/include/adioi.h # define ADIOI_READ_LOCK(fd, offset, whence, len) \
whence            884 ompi/mca/io/romio321/romio/adio/include/adioi.h      ADIOI_Set_lock64((fd)->fd_sys, F_SETLKW64, F_RDLCK, offset, whence, len);\
whence            885 ompi/mca/io/romio321/romio/adio/include/adioi.h    else ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_RDLCK, offset, whence, len); }while (0)
whence            887 ompi/mca/io/romio321/romio/adio/include/adioi.h # define ADIOI_UNLOCK(fd, offset, whence, len) \
whence            889 ompi/mca/io/romio321/romio/adio/include/adioi.h      ADIOI_Set_lock64((fd)->fd_sys, F_SETLK64, F_UNLCK, offset, whence, len); \
whence            890 ompi/mca/io/romio321/romio/adio/include/adioi.h    else ADIOI_Set_lock((fd)->fd_sys, F_SETLK, F_UNLCK, offset, whence, len); }while (0)
whence            897 ompi/mca/io/romio321/romio/adio/include/adioi.h #   define ADIOI_WRITE_LOCK(fd, offset, whence, len) \
whence            898 ompi/mca/io/romio321/romio/adio/include/adioi.h           ADIOI_Set_lock((fd)->fd_sys, ADIOI_LOCK_CMD, LOCKFILE_EXCLUSIVE_LOCK, offset, whence, len)
whence            899 ompi/mca/io/romio321/romio/adio/include/adioi.h #   define ADIOI_READ_LOCK(fd, offset, whence, len) \
whence            900 ompi/mca/io/romio321/romio/adio/include/adioi.h           ADIOI_Set_lock((fd)->fd_sys, ADIOI_LOCK_CMD, 0, offset, whence, len)
whence            901 ompi/mca/io/romio321/romio/adio/include/adioi.h #   define ADIOI_UNLOCK(fd, offset, whence, len) \
whence            902 ompi/mca/io/romio321/romio/adio/include/adioi.h           ADIOI_Set_lock((fd)->fd_sys, ADIOI_UNLOCK_CMD, LOCKFILE_FAIL_IMMEDIATELY, offset, whence, len)
whence            907 ompi/mca/io/romio321/romio/adio/include/adioi.h #   define ADIOI_WRITE_LOCK(fd, offset, whence, len) do { \
whence            909 ompi/mca/io/romio321/romio/adio/include/adioi.h         ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_WRLCK, offset, whence, len); \
whence            911 ompi/mca/io/romio321/romio/adio/include/adioi.h #   define ADIOI_READ_LOCK(fd, offset, whence, len) \
whence            913 ompi/mca/io/romio321/romio/adio/include/adioi.h         ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_RDLCK, offset, whence, len); \
whence            915 ompi/mca/io/romio321/romio/adio/include/adioi.h #   define ADIOI_UNLOCK(fd, offset, whence, len) do { \
whence            917 ompi/mca/io/romio321/romio/adio/include/adioi.h         ADIOI_Set_lock((fd)->fd_sys, F_SETLK, F_UNLCK, offset, whence, len); \
whence            920 ompi/mca/io/romio321/romio/adio/include/adioi.h #   define ADIOI_WRITE_LOCK(fd, offset, whence, len) \
whence            921 ompi/mca/io/romio321/romio/adio/include/adioi.h           ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_WRLCK, offset, whence, len)
whence            922 ompi/mca/io/romio321/romio/adio/include/adioi.h #   define ADIOI_READ_LOCK(fd, offset, whence, len) \
whence            923 ompi/mca/io/romio321/romio/adio/include/adioi.h           ADIOI_Set_lock((fd)->fd_sys, F_SETLKW, F_RDLCK, offset, whence, len)
whence            924 ompi/mca/io/romio321/romio/adio/include/adioi.h #   define ADIOI_UNLOCK(fd, offset, whence, len) \
whence            925 ompi/mca/io/romio321/romio/adio/include/adioi.h           ADIOI_Set_lock((fd)->fd_sys, F_SETLK, F_UNLCK, offset, whence, len)
whence            930 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_Set_lock(FDTYPE fd_sys, int cmd, int type, ADIO_Offset offset, int whence, ADIO_Offset len);
whence            931 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_Set_lock64(FDTYPE fd_sys, int cmd, int type, ADIO_Offset offset, int whence, ADIO_Offset len);
whence             93 ompi/mca/io/romio321/romio/mpi-io/fortran/seek_shf.c FORTRAN_API void FORT_CALL mpi_file_seek_shared_(MPI_Fint *fh,MPI_Offset *offset,MPI_Fint *whence, 
whence             96 ompi/mca/io/romio321/romio/mpi-io/fortran/seek_shf.c FORTRAN_API void FORT_CALL mpi_file_seek_shared_(MPI_Fint *fh,MPI_Offset *offset,MPI_Fint *whence, MPI_Fint *ierr )
whence            101 ompi/mca/io/romio321/romio/mpi-io/fortran/seek_shf.c     *ierr = MPI_File_seek_shared(fh_c,*offset,*whence);
whence             93 ompi/mca/io/romio321/romio/mpi-io/fortran/seekf.c FORTRAN_API void FORT_CALL mpi_file_seek_(MPI_Fint *fh,MPI_Offset *offset,MPI_Fint *whence, MPI_Fint *ierr );
whence             95 ompi/mca/io/romio321/romio/mpi-io/fortran/seekf.c FORTRAN_API void FORT_CALL mpi_file_seek_(MPI_Fint *fh,MPI_Offset *offset,MPI_Fint *whence, MPI_Fint *ierr )
whence            100 ompi/mca/io/romio321/romio/mpi-io/fortran/seekf.c     *ierr = MPI_File_seek(fh_c,*offset,*whence);
whence             21 ompi/mca/io/romio321/romio/mpi-io/seek.c int MPI_File_seek(MPI_File fh, MPI_Offset offset, int whence) __attribute__((weak,alias("PMPI_File_seek")));
whence             39 ompi/mca/io/romio321/romio/mpi-io/seek.c int MPI_File_seek(MPI_File fh, MPI_Offset offset, int whence)
whence             61 ompi/mca/io/romio321/romio/mpi-io/seek.c     switch(whence) {
whence             19 ompi/mca/io/romio321/romio/mpi-io/seek_sh.c int MPI_File_seek_shared(MPI_File fh, MPI_Offset offset, int whence) __attribute__((weak,alias("PMPI_File_seek_shared")));
whence             37 ompi/mca/io/romio321/romio/mpi-io/seek_sh.c int MPI_File_seek_shared(MPI_File fh, MPI_Offset offset, int whence)
whence             67 ompi/mca/io/romio321/romio/mpi-io/seek_sh.c     tmp_whence = whence;
whence             70 ompi/mca/io/romio321/romio/mpi-io/seek_sh.c     if (tmp_whence != whence)
whence             86 ompi/mca/io/romio321/romio/mpi-io/seek_sh.c 	switch(whence)
whence            194 ompi/mca/io/romio321/src/io_romio321.h                             int whence);
whence            234 ompi/mca/io/romio321/src/io_romio321.h                                    int whence);
whence            334 ompi/mca/io/romio321/src/io_romio321_file_open.c                                int whence)
whence            341 ompi/mca/io/romio321/src/io_romio321_file_open.c     ret = ROMIO_PREFIX(MPI_File_seek_shared) (data->romio_fh, offset, whence);
whence            367 ompi/mca/io/romio321/src/io_romio321_file_open.c                         int whence)
whence            374 ompi/mca/io/romio321/src/io_romio321_file_open.c     ret = ROMIO_PREFIX(MPI_File_seek) (data->romio_fh, offset, whence);
whence             58 ompi/mca/sharedfp/individual/sharedfp_individual.h                                   OMPI_MPI_OFFSET_TYPE offset, int whence);
whence             33 ompi/mca/sharedfp/individual/sharedfp_individual_seek.c                          OMPI_MPI_OFFSET_TYPE offset, int whence)
whence             55 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                   OMPI_MPI_OFFSET_TYPE offset, int whence);
whence             36 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c                               OMPI_MPI_OFFSET_TYPE off, int whence)
whence             56 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c         if ( MPI_SEEK_SET == whence ){
whence             64 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c 	else if ( MPI_SEEK_CUR == whence){
whence             78 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c 	else if( MPI_SEEK_END == whence ){
whence             87 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c             opal_output(0,"sharedfp_lockedfile_seek - whence=%i is not supported\n",whence);
whence            122 ompi/mca/sharedfp/sharedfp.h         struct ompio_file_t *fh, OMPI_MPI_OFFSET_TYPE offset, int whence);
whence             55 ompi/mca/sharedfp/sm/sharedfp_sm.h                                   OMPI_MPI_OFFSET_TYPE offset, int whence);
whence             37 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c                       OMPI_MPI_OFFSET_TYPE off, int whence)
whence             56 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c         if ( MPI_SEEK_SET == whence){
whence             67 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c         else if( MPI_SEEK_CUR == whence){
whence             85 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c         else if( MPI_SEEK_END == whence){
whence            100 ompi/mca/sharedfp/sm/sharedfp_sm_seek.c             opal_output(0,"sharedfp_sm_seek - whence=%i is not supported\n",whence);
whence             39 ompi/mpi/c/file_seek.c int MPI_File_seek(MPI_File fh, MPI_Offset offset, int whence)
whence             49 ompi/mpi/c/file_seek.c         } else if (MPI_SEEK_SET != whence && MPI_SEEK_CUR != whence &&
whence             50 ompi/mpi/c/file_seek.c                    MPI_SEEK_END != whence) {
whence             63 ompi/mpi/c/file_seek.c             io_module_file_seek(fh, offset, whence);
whence             39 ompi/mpi/c/file_seek_shared.c int MPI_File_seek_shared(MPI_File fh, MPI_Offset offset, int whence)
whence             49 ompi/mpi/c/file_seek_shared.c         } else if (MPI_SEEK_SET != whence && MPI_SEEK_CUR != whence &&
whence             50 ompi/mpi/c/file_seek_shared.c                    MPI_SEEK_END != whence) {
whence             63 ompi/mpi/c/file_seek_shared.c             io_module_file_seek_shared(fh, offset, whence);
whence            219 ompi/mpi/cxx/file.h   void Seek(MPI::Offset offset, int whence);
whence            221 ompi/mpi/cxx/file.h   void Seek_shared(MPI::Offset offset, int whence);
whence            389 ompi/mpi/cxx/file_inln.h MPI::File::Seek(MPI::Offset offset, int whence)
whence            391 ompi/mpi/cxx/file_inln.h   (void) MPI_File_seek(mpi_file, offset, whence);
whence            396 ompi/mpi/cxx/file_inln.h MPI::File::Seek_shared(MPI::Offset offset, int whence)
whence            398 ompi/mpi/cxx/file_inln.h   (void) MPI_File_seek_shared(mpi_file, offset, whence);
whence             41 ompi/mpi/fortran/mpif-h/file_seek_f.c                            (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *whence, MPI_Fint *ierr),
whence             42 ompi/mpi/fortran/mpif-h/file_seek_f.c                            (fh, offset, whence, ierr) )
whence             61 ompi/mpi/fortran/mpif-h/file_seek_f.c                            (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *whence, MPI_Fint *ierr),
whence             62 ompi/mpi/fortran/mpif-h/file_seek_f.c                            (fh, offset, whence, ierr) )
whence             70 ompi/mpi/fortran/mpif-h/file_seek_f.c 		     MPI_Fint *whence, MPI_Fint *ierr)
whence             76 ompi/mpi/fortran/mpif-h/file_seek_f.c                            OMPI_FINT_2_INT(*whence));
whence             41 ompi/mpi/fortran/mpif-h/file_seek_shared_f.c                            (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *whence, MPI_Fint *ierr),
whence             42 ompi/mpi/fortran/mpif-h/file_seek_shared_f.c                            (fh, offset, whence, ierr) )
whence             61 ompi/mpi/fortran/mpif-h/file_seek_shared_f.c                            (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *whence, MPI_Fint *ierr),
whence             62 ompi/mpi/fortran/mpif-h/file_seek_shared_f.c                            (fh, offset, whence, ierr) )
whence             70 ompi/mpi/fortran/mpif-h/file_seek_shared_f.c 			    MPI_Fint *whence, MPI_Fint *ierr)
whence             76 ompi/mpi/fortran/mpif-h/file_seek_shared_f.c                                   OMPI_FINT_2_INT(*whence));
whence            202 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_seek, mpi_file_seek, MPI_FILE_SEEK, (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *whence, MPI_Fint *ierr));
whence            211 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_seek_shared, mpi_file_seek_shared, MPI_FILE_SEEK_SHARED, (MPI_Fint *fh, MPI_Offset *offset, MPI_Fint *whence, MPI_Fint *ierr));
whence           3036 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_seek_f(fh,offset,whence,ierror) &
whence           3042 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: whence
whence           3046 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_seek_shared_f(fh,offset,whence,ierror) &
whence           3052 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: whence
whence            228 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_seek(fh, offset, whence, ierror)
whence            232 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h   integer, intent(in) :: whence
whence            241 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h subroutine MPI_File_seek_shared(fh, offset, whence, ierror)
whence            245 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-file-interfaces.h   integer, intent(in) :: whence
whence            228 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_seek(fh, offset, whence, ierror)
whence            232 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h   integer, intent(in) :: whence
whence            241 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h subroutine PMPI_File_seek_shared(fh, offset, whence, ierror)
whence            245 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-file-interfaces.h   integer, intent(in) :: whence
whence            411 ompi/mpi/java/c/mpi_File.c         JNIEnv *env, jobject jthis, jlong fh, jlong offset, jint whence)
whence            413 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_seek((MPI_File)fh, (MPI_Offset)offset, whence);
whence            536 ompi/mpi/java/c/mpi_File.c         JNIEnv *env, jobject jthis, jlong fh, jlong offset, jint whence)
whence            538 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_seek_shared((MPI_File)fh, (MPI_Offset)offset, whence);
whence            680 ompi/mpi/java/java/File.java 	public void seek(long offset, int whence) throws MPIException
whence            683 ompi/mpi/java/java/File.java 		seek(handle, offset, whence);
whence            686 ompi/mpi/java/java/File.java 	private native void seek(long fh, long offset, int whence) throws MPIException;
whence            891 ompi/mpi/java/java/File.java 	public void seekShared(long offset, int whence) throws MPIException
whence            894 ompi/mpi/java/java/File.java 		seekShared(handle, offset, whence);
whence            897 ompi/mpi/java/java/File.java 	private native void seekShared(long fh, long offset, int whence)