Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/os2/
H A Dos2.c4386 PIPEINFO pInfo; in XS() member
4391 …os2cp_croak( DosQueryNPipeInfo(hpipe, 1, &b.pInfo, sizeof(b) - STRUCT_OFFSET(struct pipe_info_t, p… in XS()
4395 size = b.pInfo.cbName; in XS()
4401 size = strlen(b.pInfo.szName); in XS()
4403 mPUSHp(b.pInfo.szName, size); in XS()
4405 mPUSHi(b.pInfo.cbOut); in XS()
4406 mPUSHi(b.pInfo.cbIn); in XS()
4407 mPUSHi(b.pInfo.cbMaxInst); in XS()
4408 mPUSHi(b.pInfo.cbCurInst); in XS()
/openbsd/gnu/usr.bin/perl/vms/
H A Dvms.c2952 pInfo info;
2964 pInfo next;
3011 static pInfo open_pipes = NULL;
3021 pInfo info; in pipe_exit_routine()
3167 popen_completion_ast(pInfo info) in popen_completion_ast()
3169 pInfo i = open_pipes; in popen_completion_ast()
3994 pInfo info = NULL;
4195 pInfo info = NULL;
4583 pInfo next, last;
4700 pInfo info, last = NULL;
[all …]