Home
last modified time | relevance | path

Searched refs:can_write (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DMM_OS2.t56 my $can_write;
59 $can_write = open(OUT, '>tmp_imp');
63 skip("Cannot write test files: $!", 7) unless $can_write;
/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D040_content.t14 sub HTTP::Tiny::Handle::can_write { 1 };
H A D050_chunked_body.t14 sub HTTP::Tiny::Handle::can_write { 1 };
H A D020_headers.t14 sub HTTP::Tiny::Handle::can_write { 1 };
H A D030_response.t18 sub HTTP::Tiny::Handle::can_write { 1 };
H A DUtil.pm157 *HTTP::Tiny::Handle::can_write = sub {1};
/openbsd-src/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/
H A DI.pm72 $data->can_write($timeout)
H A DA.pm102 $data->can_write($timeout)
H A Ddataconn.pm114 sub can_write { subroutine
/openbsd-src/gnu/usr.bin/perl/dist/IO/t/
H A Dio_sel.t60 @a = $sel->can_write;
/openbsd-src/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSelect.pm138 sub can_write subroutine
339 =item can_write ( [ TIMEOUT ] )
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DCompilation.cpp125 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File)) in CleanupFile()
/openbsd-src/gnu/llvm/lld/MachO/
H A DDriverUtils.cpp310 if (active && fs::exists(path) && !fs::can_write(path)) { in DependencyTracker()
/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/
H A DTiny.pm1199 $self->can_write
1614 sub can_write { subroutine
1615 @_ == 1 || @_ == 2 || die(q/Usage: $handle->can_write([timeout])/ . "\n");
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dclient.c379 int can_read = 0, can_write = 0, can_execute = 0;
386 can_write = 1;
395 if (can_write)
404 if (can_write)
413 if (can_write)
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h477 inline bool can_write(const Twine &Path) { in can_write() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp870 if (!llvm::sys::fs::can_write(OutputPath)) in createOutputFileImpl()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4460 bool writable = llvm::sys::fs::can_write(path); in CheckJITObjectsDir()