Home
last modified time | relevance | path

Searched refs:PerlDir_mapA (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/
Dwin32.t19 my $result = PerlDir_mapA($good_drive);
29 my $result = PerlDir_mapA($bad_drive);
/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32.c1868 path = PerlDir_mapA(path); in win32_stat()
2526 filename = PerlDir_mapA(filename); in win32_unlink()
2559 filename = PerlDir_mapA(filename); in win32_utime()
3339 f = fopen(PerlDir_mapA(filename), mode); in win32_fopen()
3365 return freopen(PerlDir_mapA(path), mode, stream); in win32_freopen()
3770 newfile = PerlDir_mapA(newfile); in win32_symlink()
3867 strcpy(szOldName, PerlDir_mapA(oname)); in win32_rename()
3869 bResult = MoveFileExA(szOldName,PerlDir_mapA(newname), dwFlags); in win32_rename()
3976 return open(PerlDir_mapA(path), flag, pmode); in win32_open()
4159 return mkdir(PerlDir_mapA(dir)); /* just ignore mode */ in win32_mkdir()
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Win32/
DWin32.xs316 # define PerlDir_mapA(dir) (dir) macro
1297 fullname = PerlDir_mapA(SvPV_nolen(ST(0)));
1403 pszSourceFile = PerlDir_mapA(SvPV_nolen(ST(0)));
1406 bResult = CopyFileA(szSourceFile, PerlDir_mapA(SvPV_nolen(ST(1))), !SvTRUE(ST(2)));
/openbsd/src/gnu/usr.bin/perl/
Diperlsys.h426 # define PerlDir_mapA(dir) \ macro
448 # define PerlDir_mapA(dir) dir
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5006000393 PerlDir_mapA # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs7406 PerlDir_mapA(const char *path)