Source
1
1
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2
2
* Copyright by The HDF Group. *
3
3
* Copyright by the Board of Trustees of the University of Illinois. *
4
4
* All rights reserved. *
5
5
* *
6
6
* This file is part of HDF5. The full HDF5 copyright notice, including *
7
7
* terms governing use, modification, and redistribution, is contained in *
8
-
* the files COPYING and Copyright.html. COPYING can be found at the root *
9
-
* of the source code distribution tree; Copyright.html can be found at the *
10
-
* root level of an installed copy of the electronic HDF5 document set and *
11
-
* is linked from the top-level documents page. It can also be found at *
12
-
* http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
13
-
* access to either file, you may request a copy from help@hdfgroup.org. *
8
+
* the COPYING file, which can be found at the root of the source code *
9
+
* distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
10
+
* If you do not have access to either file, you may request a copy from *
11
+
* help@hdfgroup.org. *
14
12
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
15
13
16
14
/*
17
15
* Programmer: Robb Matzke <matzke@llnl.gov>
18
16
* Thursday, July 29, 1999
19
17
*
20
18
* Purpose: The POSIX unbuffered file driver using only the HDF5 public
21
19
* API and with a few optimizations: the lseek() call is made
22
20
* only when the current file position is unknown or needs to be
23
21
* changed based on previous I/O through this driver (don't mix