Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/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);