Searched refs:Perl_tounixpath_ts (Results 1 – 2 of 2) sorted by relevance
117 #define tounixpath_ts Perl_tounixpath_ts161 #define tounixpath_ts(a,b) Perl_tounixpath_ts(aTHX_ a,b)775 char * Perl_tounixpath_ts (char *, char *);798 char * Perl_tounixpath_ts (pTHX_ char *, char *);
4010 char *Perl_tounixpath_ts(pTHX_ char *path, char *buf) { return do_tounixpath(path,buf,1); } function