Searched refs:Perl_tounixpath_utf8_ts (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/vms/ |
H A D | vmsish.h | 171 #define tounixpath_ts(a,b) Perl_tounixpath_utf8_ts(aTHX_ a,b,NULL) 173 #define tounixpath_utf8_ts(a,b,c) Perl_tounixpath_utf8_ts(aTHX_ a,b,c) 666 char * Perl_tounixpath_utf8_ts (pTHX_ const char *, char *, int *);
|
H A D | vms.c | 9088 Perl_tounixpath_utf8_ts(pTHX_ const char *path, char *buf, int * utf8_fl) function
|