Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/vms/
Dvms.c3250 char mbx1[64], mbx2[64]; in pipe_tochild_setup() local
3251 struct dsc$descriptor_s d_mbx1 = {sizeof mbx1, DSC$K_DTYPE_T, in pipe_tochild_setup()
3252 DSC$K_CLASS_S, mbx1}, in pipe_tochild_setup()
3291 strcpy(wmbx, mbx1); in pipe_tochild_setup()
3422 char mbx1[64], mbx2[64]; in pipe_infromchild_setup() local
3423 struct dsc$descriptor_s d_mbx1 = {sizeof mbx1, DSC$K_DTYPE_T, in pipe_infromchild_setup()
3424 DSC$K_CLASS_S, mbx1}, in pipe_infromchild_setup()
3446 strcpy(wmbx, mbx1); in pipe_infromchild_setup()
3995 char mbx1[64]; local
4001 struct dsc$descriptor_s d_mbx1 = {sizeof mbx1, DSC$K_DTYPE_T,
[all …]