Home
last modified time | relevance | path

Searched refs:Perl_trim_unixpath (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvmsish.h186 #define trim_unixpath(a,b,c) Perl_trim_unixpath(aTHX_ a,b,c)
684 int Perl_trim_unixpath (pTHX_ char *, const char*, int);
H A Dvms.c9817 Perl_trim_unixpath(pTHX_ char *fspec, const char *wildspec, int opts) function