Home
last modified time | relevance | path

Searched refs:MAX_CFMT_LEN (Results 1 – 5 of 5) sorted by relevance

/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/utils/ncmpidump/
H A Ddumplib.c103 #define MAX_CFMT_LEN 100 /* max length of C format attribute */ in has_c_format_att() macro
104 static char cfmt[MAX_CFMT_LEN]; in has_c_format_att()
111 if (cfmt_type == NC_CHAR && cfmt_len != 0 && cfmt_len < MAX_CFMT_LEN) { in has_c_format_att()
/dports/science/hdf/hdf-4.2.15/mfhdf/ncdump/
H A Ddumplib.c123 #define MAX_CFMT_LEN 100 /* max length of C format attribute */ macro
124 static char cfmt[MAX_CFMT_LEN];
134 if (cfmt_type == NC_CHAR && cfmt_len > 0 && cfmt_len < MAX_CFMT_LEN) {
/dports/science/minc2/minc-release-2.2.00/progs/mincdump/
H A Ddumplib.c104 #define MAX_CFMT_LEN 100 /* max length of C format attribute */ in has_c_format_att() macro
105 static char cfmt[MAX_CFMT_LEN]; in has_c_format_att()
120 if (cfmt_type == NC_CHAR && cfmt_len != 0 && cfmt_len < MAX_CFMT_LEN) { in has_c_format_att()
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Ddumplib.c269 #define MAX_CFMT_LEN 100 /* max length of C format attribute */ in has_c_format_att() macro
270 static char cfmt[MAX_CFMT_LEN]; in has_c_format_att()
277 if (cfmt_type == NC_CHAR && cfmt_len != 0 && cfmt_len < MAX_CFMT_LEN) { in has_c_format_att()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/
H A Ddumplib.c269 #define MAX_CFMT_LEN 100 /* max length of C format attribute */ in has_c_format_att() macro
270 static char cfmt[MAX_CFMT_LEN]; in has_c_format_att()
277 if (cfmt_type == NC_CHAR && cfmt_len != 0 && cfmt_len < MAX_CFMT_LEN) { in has_c_format_att()