Searched refs:do_pathify_dirspec (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/vms/ |
| D | vms.c | 96 #define do_pathify_dirspec(a,b,c) mp_do_pathify_dirspec(aTHX_ a,b,c) macro 3673 { return do_pathify_dirspec(dir,buf,0); } 3675 { return do_pathify_dirspec(dir,buf,1); } 3962 if (do_pathify_dirspec(path,pathified,0) == NULL) return NULL; 3991 if (do_pathify_dirspec(path,pathified,0) == NULL) return NULL; 7295 pathified = do_pathify_dirspec(SvPV(ST(0),n_a),NULL,1);
|