nc_test.c#47 size_t att_len[NVARS][MAX_NATTS]; tests.h#255 extern size_t att_len[NVARS][MAX_NATTS]; #266 #define ATT_LEN(varid,j) (varid < 0 ? gatt_len[j] : att_len[varid][j]) tst_atts1.c#170 size_t att_len; #228 if (nc_inq_att(ncid, NC_GLOBAL, ATT_TEXT_NAME, &att_type, &att_len)) #230 if (att_type != NC_CHAR || att_len != strlen(speech) + 1) ERR; #231 if (!(speech_in = malloc(att_len + 1))) ERR; #622 size_t att_len; #658 if (nc_inq_att(ncid, v, ATT_TEXT_NAME, &att_type, &att_len)) ERR; #659 if (att_type != NC_CHAR || att_len != strlen(speech) + 1) ERR; #660 if (!(speech_in = malloc(att_len + 1))) ERR; #789 size_t att_len; #813 if (nc_inq_att(ncid, NC_GLOBAL, ATT_TEXT_NAME2, &att_type, &att_len)) ERR; #814 if (att_type != NC_CHAR || att_len != strlen(speech) + 1) ERR; #815 if (!(speech_in = malloc(att_len + 1))) ERR; #973 size_t att_len; #1023 if (nc_inq_att(ncid, NC_GLOBAL, ATT_TEXT_NAME, &att_type, &att_len)) ERR; #1024 if (att_type != NC_CHAR || att_len != strlen(speech) + 1) ERR; #1025 if (!(speech_in = malloc(att_len + 1))) ERR; tst_atts3.c#197 size_t att_len; #244 if (nc_inq_att(ncid, NC_GLOBAL, ATT_TEXT_NAME, &att_type, &att_len)) #246 if (att_type != NC_CHAR || att_len != strlen(speech) + 1) ERR; #247 if (!(speech_in = malloc(att_len + 1))) ERR; #532 size_t att_len; #569 if (nc_inq_att(ncid, NC_GLOBAL, ATT_TEXT_NAME2, &att_type, &att_len)) ERR; #570 if (att_type != NC_CHAR || att_len != strlen(speech) + 1) ERR; #571 if (!(speech_in = malloc(att_len + 1))) ERR; #777 size_t att_len; #824 if (nc_inq_att(ncid, NC_GLOBAL, ATT_TEXT_NAME, &att_type, &att_len)) ERR; #825 if (att_type != NC_CHAR || att_len != strlen(speech) + 1) ERR; #826 if (!(speech_in = malloc(att_len + 1))) ERR; tst_nans.c#57 size_t att_len; #98 if (nc_inq_att(ncid, fvarid, FV_NAME, &att_type, &att_len)) ERR; #99 if (att_type != NC_FLOAT || att_len != FV_NVALS) ERR; #107 if (nc_inq_att(ncid, dvarid, FV_NAME, &att_type, &att_len)) ERR; #108 if (att_type != NC_DOUBLE || att_len != FV_NVALS) ERR; tst_norm.c#100 size_t att_len; #171 if ((res = nc_inq_att(ncid, varid, UNITS, &att_type, &att_len))) #173 if ((att_type != NC_CHAR || att_len != UNAMELEN)) tst_rename.c#226 size_t att_len; tst_string_data.c#28 size_t att_len; #63 if (nc_inq_att(ncid, varid, ATT4_NAME, &att_type, &att_len)) ERR; #64 if (att_type != NC_STRING || att_len != ATT4_LEN) ERR; tst_strings.c#29 size_t att_len; #40 if (nc_inq_att(ncid, NC_GLOBAL, MOUNTAIN_RANGE, &att_type, &att_len)) ERR; #41 if (att_type != NC_STRING || att_len != ATT_LEN_1) ERR; #48 if (nc_inq_att(ncid, NC_GLOBAL, MOUNTAIN_RANGE, &att_type, &att_len)) ERR; #49 if (att_type != NC_STRING || att_len != ATT_LEN_1) ERR; #51 for (i = 0; i < att_len; i++) #60 size_t att_len; #79 if (nc_inq_att(ncid, NC_GLOBAL, ATT_NAME, &att_type, &att_len)) ERR; #80 if (att_type != NC_STRING || att_len != ATT_LEN) ERR; #87 if (nc_inq_att(ncid, NC_GLOBAL, ATT_NAME, &att_type, &att_len)) ERR; #88 if (att_type != NC_STRING || att_len != ATT_LEN) ERR; #90 for (i = 0; i < att_len; i++) #92 if (nc_free_string(att_len, (char **)data_in)) ERR; tst_strings2.c#24 size_t att_len; #37 if (nc_inq_att(ncid, NC_GLOBAL, ATT_NAME, &att_type, &att_len)) ERR; #38 if (att_type != NC_STRING || att_len != ATT_LEN) ERR; #45 if (nc_inq_att(ncid, NC_GLOBAL, ATT_NAME, &att_type, &att_len)) ERR; #46 if (att_type != NC_STRING || att_len != ATT_LEN) ERR; #48 for (i = 0; i < att_len; i++) #50 if (nc_free_string(att_len, (char **)data_in)) ERR; tst_unicode.c#46 size_t att_len; #97 if (nc_inq_att(ncid, varid, UNITS, &att_type, &att_len)) ERR; #98 if (att_type != NC_CHAR || att_len != UNAMELEN) ERR; #100 strings_in[att_len] = '\0'; /* null terminate, because nc_get_att_text doesn't */ tst_utf8.c#51 size_t att_len; #113 if (nc_inq_att(ncid, varid, UNITS, &att_type, &att_len)) #115 if (att_type != NC_CHAR || att_len != UNAMELEN) #120 strings_in[att_len] = '\0'; tst_utf8.c#44 size_t att_len, size_in, num_mem, nfields_in; #83 if (nc_inq_att(grpid, varid, norm_utf8, &att_type, &att_len)) ERR; #84 if (att_type != NC_CHAR || att_len != sizeof(name_utf8)) ERR; #130 size_t att_len; #162 if (nc_inq_att(ncid, varid, norm_utf8, &att_type, &att_len)) ERR; #163 if (att_type != NC_CHAR || att_len != sizeof(name_utf8)) ERR; util.c#711 att_len[vn][ac] = an;
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed