Home
last modified time | relevance | path

Searched refs:writable (Results 1 – 25 of 184) sorted by relevance

12345678

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dbfdwin.c113 bfd_boolean writable) in bfd_get_file_window() argument
123 windowp->i, writable); in bfd_get_file_window()
174 writable ? PROT_WRITE | PROT_READ : PROT_READ, in bfd_get_file_window()
175 (writable in bfd_get_file_window()
212 if (!writable) in bfd_get_file_window()
238 if (!writable) in bfd_get_file_window()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dbfdwin.c114 bfd_boolean writable) in bfd_get_file_window() argument
124 windowp->i, writable); in bfd_get_file_window()
179 writable ? PROT_WRITE | PROT_READ : PROT_READ, in bfd_get_file_window()
180 (writable in bfd_get_file_window()
217 if (!writable) in bfd_get_file_window()
243 if (!writable) in bfd_get_file_window()
/openbsd-src/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/
H A DFile.pm635 my $writable = substr($data, 0, $len - $delta, "");
636 $self->_write_record($writable);
718 my $writable;
722 $writable = $data;
725 $writable = substr($data, 0, $readsize, "");
727 last if $writable eq "";
729 $self->_write_record($writable);
1076 my @writable = sort {$a<=>$b} (keys %{$self->{deferred}});
1078 while (@writable) {
1079 # gather all consecutive records from the front of @writable
[all...]
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h266 bool writable() const { return Data && Data->NumRefs == 1; } in writable() function
317 assert(writable() && "Vector is not writable!"); in clear()
323 assert(writable() && "Vector is not writable!"); in push_back()
330 assert(writable() && "Vector is not writable!"); in elem()
336 assert(writable() && "Vector is not writable!"); in downsize()
/openbsd-src/gnu/usr.bin/perl/cpan/Term-Cap/
H A Dtest.pl35 my $writable = 1;
41 $writable = 0;
128 skip( "Can't write 'tcout' file for tests", 9 ) unless $writable;
/openbsd-src/usr.bin/finger/
H A Dfinger.h70 short writable; /* tty is writable */ member
H A Dutil.c66 w->writable = 0; in find_idle_and_ttywrite()
73 w->writable = ((sb.st_mode & TALKABLE) == TALKABLE); in find_idle_and_ttywrite()
H A Dsprint.c89 (void)putchar(w->info == LOGGEDIN && !w->writable ? in sflag_print()
/openbsd-src/gnu/usr.bin/cvs/emx/
H A Dfilesubr.c315 xchmod (fname, writable) in xchmod() argument
317 int writable;
334 if (writable)
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dcheck.tpl174 (if (defined? 'set-writable) (set-writable))
/openbsd-src/gnu/usr.bin/cvs/os2/
H A Dfilesubr.c285 xchmod (fname, writable) in xchmod() argument
287 int writable;
304 if (writable)
/openbsd-src/gnu/gcc/fixincludes/
H A Dcheck.tpl175 (if (defined? 'set-writable) (set-writable))
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h818 void addAddressRange(uptr beg, uptr end, bool executable, bool writable,
835 bool writable; member
838 AddressRange(uptr beg, uptr end, bool executable, bool writable, in AddressRange()
844 writable(writable) { in AddressRange()
H A Dsanitizer_common.cpp176 bool writable, const char *name) { in addAddressRange() argument
179 new(mem) AddressRange(beg, end, executable, writable, name); in addAddressRange()
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A D01misc.t79 like $@, mkErr("Parameter 'fred' not writable"),
80 "wanted writable, got readonly";
86 like $@, mkErr("Parameter 'fred' not writable"),
87 "wanted writable, got readonly";
H A Dcz-14gzopen.t488 title 'read/write a non-readable/writable file';
492 skip "Cannot create non-writable file", 3
498 or skip "Cannot create non-writable file", 3 ;
500 skip "Cannot create non-writable file", 3
503 # double check non-writable for AFS
511 skip "Cannot create non-writable file", 3
514 ok ! -w $name, " input file not writable";
544 skip "Cannot create non-writable file", 3
/openbsd-src/gnu/usr.bin/cvs/windows-NT/
H A Dfilesubr.c322 xchmod (fname, writable) in xchmod() argument
324 int writable;
335 if (writable)
/openbsd-src/gnu/llvm/lld/COFF/
H A DICF.cpp81 bool writable = c->getOutputCharacteristics() & llvm::COFF::IMAGE_SCN_MEM_WRITE; in isEligible() local
82 if (!c->isCOMDAT() || !c->live || writable) in isEligible()
/openbsd-src/gnu/usr.bin/cvs/vms/
H A Dfilesubr.c321 xchmod (fname_file, writable) in xchmod() argument
323 int writable;
345 if (writable)
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dfilesubr.c350 xchmod (fname, writable) in xchmod() argument
352 int writable;
368 if (writable)
/openbsd-src/gnu/usr.bin/binutils-2.17/cpu/
H A DChangeLog92 * cris.cpu (simplecris-common-writable-specregs)
95 (cris-implemented-writable-specregs-v0)
98 (cris-implemented-writable-specregs-v3)
100 (cris-implemented-writable-specregs-v8)
102 (cris-implemented-writable-specregs-v10)
104 (cris-implemented-writable-specregs-v32)
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx8_hwreg.rst47 HW_REG_MODE Shader writable mode bits.
H A Dgfx7_hwreg.rst47 HW_REG_MODE Shader writable mode bits.
H A Dgfx90a_hwreg.rst47 HW_REG_MODE Shader writable mode bits.
H A Dgfx9_hwreg.rst47 HW_REG_MODE Shader writable mode bits.

12345678