Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:DSC

50 VMS_get_member_info (struct dsc$descriptor_s *module, unsigned long *rfa)
57 static struct dsc$descriptor_s bufdesc =
58 { 0, DSC$K_DTYPE_T, DSC$K_CLASS_S, NULL };
63 bufdesc.dsc$a_pointer = filename;
64 bufdesc.dsc$w_length = sizeof (filename);
67 &bufdesc.dsc$w_length, 0);
88 for (i = 0; i < module->dsc$w_length; i++)
89 filename[i] = _tolower ((unsigned char)module->dsc$a_pointer[i]);
142 static struct dsc$descriptor_s libdesc =
143 { 0, DSC$K_DTYPE_T, DSC$K_CLASS_S, NULL };
159 libdesc.dsc$a_pointer = archive;
160 libdesc.dsc$w_length = strlen (archive);