Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/vms/
Dvmsish.h116 #define tounixpath Perl_tounixpath macro
160 #define tounixpath(a,b) Perl_tounixpath(aTHX_ a,b) macro
Dvms.c2202 if ((unixdir = tounixpath(temp, Nullch)) != Nullch) {
2224 if ((unixdir = tounixpath(dir, Nullch)) == Nullch)
2237 if ((unixdir = tounixpath(ARCHLIB_EXP, Nullch)) != Nullch) {
/mirbsd/src/gnu/usr.bin/perl/
Dpp_ctl.c3291 if ((unixdir = tounixpath((char *)dir, Nullch)) == Nullch) in PP()