Home
last modified time | relevance | path

Searched refs:_unlink (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dmake_ext.pl321 _unlink($makefile);
351 _unlink($makefile);
531 _unlink($makefile);
603 sub _unlink { subroutine
755 _unlink($pm_to_blib);
762 _unlink($_)
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DCommand.pm151 next if _unlink($file);
155 next if _unlink($file);
162 sub _unlink { subroutine
H A DMakeMaker.pm861 _unlink($old) or warn "unlink $old: $!";
1283 _unlink($dest);
1288 sub _unlink { subroutine
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp230 _unlink(Path.c_str()); in RemoveFile()