Searched refs:vmspipe_file (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/vms/ |
| D | vms.c | 2252 static char vmspipe_file[NAM$C_MAXRSS+1]; local 2257 if (cando_by_name(S_IRUSR, 0, vmspipe_file) 2258 && cando_by_name(S_IXUSR, 0, vmspipe_file)) { 2259 return vmspipe_file; 2276 if (!do_tovmsspec(file,vmspipe_file,0)) continue; 2278 if (cando_by_name(S_IRUSR, 0, vmspipe_file) 2279 && cando_by_name(S_IXUSR, 0, vmspipe_file)) { 2281 return vmspipe_file;
|