tst_atts1.c#127 | short short_in[ATT_LEN], short_out[ATT_LEN] = {NC_MIN_SHORT, -128, NC_MAX_SHORT}; |
#242 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_SHORT_NAME, short_in)) ERR; |
#244 | if (short_in[i] != short_out[i]) ERR; |
#282 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_TEXT_NAME, short_in) != NC_ECHAR) ERR; |
#424 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_SCHAR_NAME, short_in)) ERR; |
#426 | if (short_in[i] != schar_out[i]) ERR; |
#427 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_UCHAR_NAME, short_in)) ERR; |
#429 | if (short_in[i] != uchar_out[i]) ERR; |
#430 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_SHORT_NAME, short_in)) ERR; |
#432 | if (short_in[i] != short_out[i]) ERR; |
#433 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_USHORT_NAME, short_in) != NC_ERANGE) ERR; |
#435 | if (short_in[i] != (short) ushort_out[i]) ERR; |
#436 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_INT_NAME, short_in) != NC_ERANGE) ERR; |
#438 | if (short_in[i] != (short) int_out[i]) ERR; |
#439 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_UINT_NAME, short_in) != NC_ERANGE) ERR; |
#441 | if (short_in[i] != (short) uint_out[i]) ERR; |
#442 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_FLOAT_NAME, short_in)) ERR; |
#444 | if (short_in[i] != (short) float_out[i]) ERR; |
#445 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_DOUBLE_NAME, short_in)) ERR; |
#447 | if (short_in[i] != (short) double_out[i]) ERR; |
#448 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_INT64_NAME, short_in) != NC_ERANGE) ERR; |
#450 | if (short_in[i] != (short) longlong_out[i]) ERR; |
#451 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_UINT64_NAME, short_in) != NC_ERANGE) ERR; |
#453 | if (short_in[i] != (short) ulonglong_out[i]) ERR; |
#627 | short short_in[ATT_LEN], short_out[ATT_LEN] = {NC_MIN_SHORT, -128, NC_MAX_SHORT}; |
#667 | if (nc_get_att_short(ncid, v, ATT_SHORT_NAME, short_in)) ERR; |
#669 | if (short_in[i] != short_out[i]) ERR; |
#704 | short short_in[ATT_LEN]; |
#721 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_SHORT_NAME, short_in)) ERR; |
#747 | short short_in[ATT_LEN]; |
#772 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_SHORT_NAME, short_in)) ERR; |
#979 | short short_in[ATT_LEN], short_out[ATT_LEN] = {NC_MIN_SHORT, -128, NC_MAX_SHORT}; |
#1036 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_SHORT_NAME, short_in)) ERR; |
#1038 | if (short_in[i] != short_out[i]) ERR; |
tst_atts3.c#138 | short short_in[ATT_LEN], short_out[ATT_LEN] = {NC_MIN_SHORT, -128, NC_MAX_SHORT}; |
#255 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_SHORT_NAME, short_in)) ERR; |
#257 | if (short_in[i] != short_out[i]) ERR; |
#285 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_TEXT_NAME, short_in) != NC_ECHAR) ERR; |
#342 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_SCHAR_NAME, short_in)) ERR; |
#344 | if (short_in[i] != schar_out[i]) ERR; |
#345 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_SHORT_NAME, short_in)) ERR; |
#347 | if (short_in[i] != short_out[i]) ERR; |
#348 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_INT_NAME, short_in) != NC_ERANGE) ERR; |
#350 | if (short_in[i] != (short) int_out[i]) ERR; |
#351 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_FLOAT_NAME, short_in)) ERR; |
#353 | if (short_in[i] != (short) float_out[i]) ERR; |
#354 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_DOUBLE_NAME, short_in)) ERR; |
#356 | if (short_in[i] != (short) double_out[i]) ERR; |
#440 | short short_in[ATT_LEN]; |
#459 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_SHORT_NAME, short_in)) ERR; |
#484 | short short_in[ATT_LEN]; |
#515 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_SHORT_NAME, short_in)) ERR; |
#782 | short short_in[ATT_LEN], short_out[ATT_LEN] = {NC_MIN_SHORT, -128, NC_MAX_SHORT}; |
#834 | if (nc_get_att_short(ncid, NC_GLOBAL, ATT_SHORT_NAME, short_in)) ERR; |
#836 | if (short_in[i] != short_out[i]) ERR; |
tst_converts.c#90 | short short_in[DIM1_LEN]; |
#121 | if (nc_get_var_short(ncid, 0, short_in)) ERR; |
#123 | if (short_in[i] != (signed char)uchar_out[i]) ERR; |
tst_vars.c#301 | short short_in[DIM1_LEN][DIM2_LEN], short_out[DIM1_LEN][DIM2_LEN] = {{-110, -128, 255},{-110, -128, 255}}; |
#459 | if (nc_get_var_short(ncid, short_varid, (short *)short_in)) ERR; |
#462 | if (short_in[i][j] != short_out[i][j]) ERR; |
#663 | if (nc_get_var_short(ncid, short_varid, (short *)short_in)) ERR; |
#666 | if (short_in[i][j] != short_out[i][j]) ERR; |
tst_vars2.c#190 | short short_in; |
#211 | if (nc_get_att(ncid, 0, leader[a], &short_in)) ERR; |
#212 | if (short_in != hair_length[a]) ERR; |
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed