Home
last modified time | relevance | path

Searched refs:ncopen (Results 1 – 25 of 83) sorted by relevance

1234

/dports/science/hdf/hdf-4.2.15/mfhdf/nctest/
H A Dcdftests.c61 if ((cdfid = ncopen(path, NC_NOWRITE)) == -1) {
108 if((cdfid0 = ncopen(xpath, NC_NOWRITE)) != -1) {
113 if((cdfid0 = ncopen(xpath, NC_WRITE)) != -1) {
118 if ((cdfid0 = ncopen(path, NC_WRITE)) == -1) {
154 if ((cdfid1 = ncopen(path, NC_WRITE)) == -1) {
211 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
299 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
378 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
393 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
453 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
[all …]
H A Ddimtests.c57 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
151 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
225 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
326 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
H A Dvartests.c52 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
127 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
399 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
485 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
578 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
H A Drec.c149 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
359 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
515 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
H A DREADME11 --- Testing ncopen ...
H A Dvarget_unlim.c79 if ((ncid = ncopen(testfile, NC_NOWRITE)) == -1) {
/dports/science/netcdf/netcdf-c-4.7.4/nctest/
H A Dcdftests.c57 if ((ncid = ncopen(path, NC_NOWRITE)) == -1) {
117 if(ncopen(xpath, NC_NOWRITE) != -1) {
151 if(ncopen(TEMP_FILE_NAME, NC_NOWRITE) != -1) {
163 if ((ncid0 = ncopen(path, NC_WRITE)) == -1) {
189 if ((ncid0 = ncopen(path, NC_WRITE)) == -1) {
260 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
350 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
433 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
448 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
510 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
[all …]
H A Ddimtests.c48 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
144 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
220 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
323 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
H A Dvartests.c41 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
119 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
394 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
482 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
577 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
H A Drec.c138 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
349 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
507 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nctest/
H A Dcdftests.c57 if ((ncid = ncopen(path, NC_NOWRITE)) == -1) {
117 if(ncopen(xpath, NC_NOWRITE) != -1) {
151 if(ncopen(TEMP_FILE_NAME, NC_NOWRITE) != -1) {
163 if ((ncid0 = ncopen(path, NC_WRITE)) == -1) {
189 if ((ncid0 = ncopen(path, NC_WRITE)) == -1) {
260 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
350 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
433 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
448 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
510 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
[all …]
H A Ddimtests.c48 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
144 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
220 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
323 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
H A Dvartests.c41 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
119 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
394 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
482 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
577 if ((cdfid = ncopen(path, NC_WRITE)) == -1) {
H A Drec.c138 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
349 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
507 if ((ncid = ncopen(path, NC_WRITE)) == -1) {
/dports/science/hdf/hdf-4.2.15/mfhdf/libsrc/
H A Dhdf2netcdf.h36 #define ncopen HNAME(ncopen) macro
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test4/
H A Dtst_v2.c43 if ((ncid = ncopen(FILE_NAME, NC_WRITE)) == -1) ERR; in main()
/dports/science/netcdf/netcdf-c-4.7.4/nc_test4/
H A Dtst_v2.c43 if ((ncid = ncopen(FILE_NAME, NC_WRITE)) == -1) ERR; in main()
/dports/science/hdf/hdf-4.2.15/mfhdf/fortran/
H A Dcommon.inc31 c nccreate and ncopen.
58 c 'mode' arguments for nccreate and ncopen
H A Dnetcdf.inc.in31 c nccreate and ncopen.
58 c 'mode' arguments for nccreate and ncopen
/dports/math/p5-NetCDF/netcdf-perl-1.2.4/src/
H A DREADME23 int ncid = ncopen("foo.nc", NC_WRITE);
28 ncid = ncopen("foo.nc", NC_WRITE);
/dports/science/netcdf-fortran/netcdf-fortran-4.5.3/fortran/
H A Dnetcdf2.inc96 ! nccreate and ncopen.
123 ! 'mode' arguments for nccreate and ncopen
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/libsrc/
H A Dminc_compat.h82 #define ncopen miopen macro
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/libsrc2/
H A Dminc_compat2.h82 #define ncopen miopen macro
/dports/science/minc2/minc-release-2.2.00/libsrc/
H A Dminc_compat.h82 #define ncopen miopen macro
/dports/science/hdf/hdf-4.2.15/mfhdf/test/
H A Dtncvargetfill.c160 ncid = ncopen(FILENAME1, NC_RDWR); in test_1dim_multivars()
482 ncid = ncopen(FILENAME2, NC_RDWR); in test_multidims()
617 ncid = ncopen(FILENAME2, NC_RDWR); in test_readings()

1234