Searched refs:Perl_trim_unixpath (Results 1 – 2 of 2) sorted by relevance
186 #define trim_unixpath(a,b,c) Perl_trim_unixpath(aTHX_ a,b,c)684 int Perl_trim_unixpath (pTHX_ char *, const char*, int);
9817 Perl_trim_unixpath(pTHX_ char *fspec, const char *wildspec, int opts) function