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

Lines Matching refs:DSC

48 vms_redirect (struct dsc$descriptor_s *desc, char *fname, char *ibuf)
65 desc->dsc$w_length = strlen(fname);
66 desc->dsc$a_pointer = fname;
67 desc->dsc$b_dtype = DSC$K_DTYPE_T;
68 desc->dsc$b_class = DSC$K_CLASS_S;
296 static struct dsc$descriptor_s cmddsc;
297 static struct dsc$descriptor_s pnamedsc;
298 static struct dsc$descriptor_s ifiledsc;
299 static struct dsc$descriptor_s ofiledsc;
300 static struct dsc$descriptor_s efiledsc;
327 pnamedsc.dsc$w_length = strlen(procname);
328 pnamedsc.dsc$a_pointer = procname;
329 pnamedsc.dsc$b_dtype = DSC$K_DTYPE_T;
330 pnamedsc.dsc$b_class = DSC$K_CLASS_S;
374 efiledsc.dsc$w_length = strlen(efile);
375 efiledsc.dsc$a_pointer = efile;
376 efiledsc.dsc$b_dtype = DSC$K_DTYPE_T;
377 efiledsc.dsc$b_class = DSC$K_CLASS_S;
492 ifiledsc.dsc$w_length = 0;
499 efiledsc.dsc$w_length = 0;
506 ofiledsc.dsc$w_length = 0;
571 cmddsc.dsc$w_length = strlen(cmd);
572 cmddsc.dsc$a_pointer = cmd;
573 cmddsc.dsc$b_dtype = DSC$K_DTYPE_T;
574 cmddsc.dsc$b_class = DSC$K_CLASS_S;
641 (ifiledsc.dsc$w_length == 0)?0:&ifiledsc, /* input-file */
642 (ofiledsc.dsc$w_length == 0)?0:&ofiledsc, /* output-file */
657 (ifiledsc.dsc$w_length == 0)?0:&ifiledsc,
658 dsc$w_length == 0)?0:&ofiledsc,