nc4attr.c#883 | if(strcmp(name,NCPROPS)==0) { |
nc4file.c#104 | NCPROPS, |
#114 | NCPROPS, |
nc4info.c#114 | if(H5Aexists(grp,NCPROPS) > 0) { /* Does exist */ |
#115 | attid = H5Aopen_name(grp, NCPROPS); |
#161 | if(H5Aexists(grp,NCPROPS) == 0) { /* Does not exist */ |
#172 | HCHECK((attid = H5Acreate(grp, NCPROPS, atype, aspace, H5P_DEFAULT))); |
nc4internal.h#451 | #define NCPROPS "_NCProperties" |
ncdump.c#769 | && strcmp(att.name,NCPROPS)==0) |
#1092 | stat = nc_inq_att(ncid,NC_GLOBAL,NCPROPS,NULL,&len); |
#1097 | stat = nc_get_att_text(ncid,NC_GLOBAL,NCPROPS,propdata); |
#1099 | pr_att_name(ncid, "", NCPROPS); |
#1147 | && strcmp(att.name,NCPROPS)==0 |
tst_fileinfo.c#98 | if(nc_put_att_text(grpid,NC_GLOBAL,NCPROPS,strlen(sdata),sdata)!=0) ERR; |
#99 | if(nc_put_att_text(root,varid,NCPROPS,strlen(sdata),sdata)!=0) ERR; |
#114 | if(nc_inq_att(root,NC_GLOBAL,NCPROPS,&xtype,&len)!=0) ERR; |
#118 | if(nc_get_att_text(root,NC_GLOBAL,NCPROPS,ncprops)!=0) ERR; |
#123 | stat = nc_inq_attid(root,NC_GLOBAL,NCPROPS,&id); |
#127 | if(nc_inq_atttype(root,NC_GLOBAL,NCPROPS,&xtype)!=0) ERR; |
#129 | if(nc_inq_attlen(root,NC_GLOBAL,NCPROPS,&len)!=0) ERR; |
#133 | stat = nc_put_att_text(root,NC_GLOBAL,NCPROPS,strlen(sdata),sdata); |
#137 | stat = nc_del_att(root,NC_GLOBAL,NCPROPS); |
#160 | stat = nc_put_att_int(root,NC_GLOBAL,NCPROPS,NC_INT,1,&data); |
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed