Searched refs:tounixpath (Results 1 – 3 of 3) sorted by relevance
116 #define tounixpath Perl_tounixpath macro160 #define tounixpath(a,b) Perl_tounixpath(aTHX_ a,b) macro
2202 if ((unixdir = tounixpath(temp, Nullch)) != Nullch) {2224 if ((unixdir = tounixpath(dir, Nullch)) == Nullch)2237 if ((unixdir = tounixpath(ARCHLIB_EXP, Nullch)) != Nullch) {
3291 if ((unixdir = tounixpath((char *)dir, Nullch)) == Nullch) in PP()