Home
last modified time | relevance | path

Searched refs:devdsc (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/ods2/ods2-1.3_1/
H A Dphyvms.c66 struct dsc$descriptor devdsc; in phyio_init() local
84 devdsc.dsc$w_length = devlen; in phyio_init()
85 devdsc.dsc$a_pointer = devnam; in phyio_init()
94 status = sys$getdviw(0,0,&devdsc, &dvi_itmlst, 0,0,0,0); in phyio_init()
125 return sys$assign(&devdsc,handle,0,0,0,0); in phyio_init()
/dports/lang/perl5.34/perl-5.34.0/ext/VMS-Stdio/
H A DStdio.xs432 struct dsc$descriptor devdsc = {0, DSC$K_DTYPE_T, DSC$K_CLASS_S, devnam}; variable
440 devdsc.dsc$w_length = strlen(devnam);
441 retsts = sys$assign(&devdsc,&chan,0,0);
/dports/lang/perl5.30/perl-5.30.3/ext/VMS-Stdio/
H A DStdio.xs432 struct dsc$descriptor devdsc = {0, DSC$K_DTYPE_T, DSC$K_CLASS_S, devnam}; variable
440 devdsc.dsc$w_length = strlen(devnam);
441 retsts = sys$assign(&devdsc,&chan,0,0);
/dports/lang/perl5.32/perl-5.32.1/ext/VMS-Stdio/
H A DStdio.xs432 struct dsc$descriptor devdsc = {0, DSC$K_DTYPE_T, DSC$K_CLASS_S, devnam}; variable
440 devdsc.dsc$w_length = strlen(devnam);
441 retsts = sys$assign(&devdsc,&chan,0,0);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/VMS-Stdio/
H A DStdio.xs432 struct dsc$descriptor devdsc = {0, DSC$K_DTYPE_T, DSC$K_CLASS_S, devnam}; variable
440 devdsc.dsc$w_length = strlen(devnam);
441 retsts = sys$assign(&devdsc,&chan,0,0);