Home
last modified time | relevance | path

Searched refs:readonly (Results 1 – 25 of 192) sorted by relevance

12345678

/openbsd-src/usr.bin/ssh/
H A Dsshbuf.c47 int readonly; /* Refers to external, const data */ member
57 (!buf->readonly && buf->d != buf->cd) || in sshbuf_check_sanity()
79 if (buf->off == 0 || buf->readonly || buf->refcount > 1) in sshbuf_maybe_pack()
99 ret->readonly = 0; in sshbuf_new()
118 ret->readonly = 1; in sshbuf_from()
188 if (!buf->readonly) in sshbuf_free()
198 if (buf->readonly || buf->refcount > 1) { in sshbuf_reset()
252 if (buf->readonly || buf->refcount > 1) in sshbuf_set_max_size()
289 if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1) in sshbuf_avail()
305 if (sshbuf_check_sanity(buf) != 0 || buf->readonly || bu in sshbuf_mutable_ptr()
[all...]
H A Dsshconnect.c913 * is not valid. user_hostfile[0] will not be updated if 'readonly' is true.
921 struct sshkey *host_key, int readonly, int clobber_port, in check_host_key() argument
964 readonly = RDONLY; in check_host_key()
1027 if (!readonly && (num_user_hostfiles == 0 || in check_host_key()
1029 readonly = RDONLY; in check_host_key()
1089 if (readonly || want_cert) in check_host_key()
1129 if (readonly || want_cert) in check_host_key()
1254 if (readonly == ROQUIET) in check_host_key()
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_vma_resource.h53 bool readonly:1; member
206 bool readonly, in i915_vma_resource_init() argument
222 vma_res->bi.readonly = readonly; in i915_vma_resource_init()
/openbsd-src/usr.bin/mail/
H A Dedit.c107 fp = run_editor(setinput(mp), (off_t)mp->m_size, type, readonly); in edit1()
148 run_editor(FILE *fp, off_t size, int type, int readonly) in run_editor() argument
163 if (readonly && fchmod(t, 0400) == -1) { in run_editor()
210 if (readonly) { in run_editor()
H A Dlex.c110 readonly = 0; in setfile()
112 readonly++; in setfile()
356 if (readonly && com->c_argtype & W) { in execute()
676 if (readonly) in newfileinfo()
H A Dglob.h45 extern int readonly; /* Will be unable to rewrite file */
H A Dquit.c77 if (readonly) in quit()
397 if (readonly) in edstop()
H A Dmain.c43 int readonly; /* Will be unable to rewrite file */ variable
/openbsd-src/usr.bin/vi/common/
H A Dmain.c57 int ch, flagchk, secure, startup, readonly, rval, silent; in editor() local
99 readonly = 0; in editor()
106 readonly = 1; in editor()
169 readonly = 1; in editor()
263 if (readonly) /* Command-line options. */ in editor()
H A Dexf.c125 int fd, exists, open_err, readonly; in file_init() local
128 open_err = readonly = 0; in file_init()
350 readonly = 1; in file_init()
401 if (readonly || F_ISSET(sp, SC_READONLY) || in file_init()
/openbsd-src/usr.sbin/quotaon/
H A Dquotaon.c59 int readonly(struct fstab *fs);
154 if (strcmp(fs->fs_file, "/") && readonly(fs)) in quotaonoff()
236 readonly(struct fstab *fs) in readonly() function
/openbsd-src/gnu/usr.bin/perl/lib/
H A DInternals.pod49 Set or get whether a variable is readonly or not. Exactly what the
50 readonly flag means depend on the type of the variable affected and the
57 See the core implementation for the exact meaning of the readonly flag for
/openbsd-src/usr.bin/tmux/
H A Dkey-bindings.c677 int readonly, flags = 0; in key_bindings_dispatch()
680 readonly = 1; in key_bindings_dispatch()
682 readonly = cmd_list_all_have(bd->cmdlist, CMD_READONLY); in key_bindings_dispatch()
683 if (!readonly) in key_bindings_dispatch()
670 int readonly, flags = 0; key_bindings_dispatch() local
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_hmm.c169 uint64_t start, uint64_t npages, bool readonly, in amdgpu_hmm_range_get_pages() argument
192 if (!readonly) in amdgpu_hmm_range_get_pages()
H A Damdgpu_hmm.h35 uint64_t start, uint64_t npages, bool readonly,
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/corpus_examples/objc/
H A DClassExtension.m10 @property(atomic, assign, readonly) int field2;
H A DClassCategory.m5 @property(atomic, assign, readonly) int field;
/openbsd-src/gnu/usr.bin/cvs/windows-NT/
H A Dfilesubr.c380 int readonly = !iswritable (from); local
382 if (readonly)
389 if (readonly)
/openbsd-src/usr.bin/vi/docs/USD.doc/vi.man/
H A Dspell.ok110 readonly
/openbsd-src/libexec/security/
H A Dsecurity490 my $readonly = 0;
493 elsif ($_ eq '-ro') { $readonly = 1; }
498 . ($readonly ? 'read-only.' : 'read-write.');
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp49 *FDOrErr, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, in __anonacc8bd8c0102()
/openbsd-src/gnu/usr.bin/perl/dist/threads/t/
H A Dunique.t38 # bugid 24383 - :unique hashes weren't being made readonly on interpreter
/openbsd-src/gnu/llvm/llvm/docs/
H A DReleaseNotes.rst83 * The ``readnone``, ``readonly``, ``writeonly``, ``argmemonly``,
89 * ``readonly`` -> ``memory(read)``
92 * ``argmemonly readonly`` -> ``memory(argmem: read)``
95 * ``inaccessiblememonly readonly`` -> ``memory(inaccessiblemem: read)``
99 * ``inaccessiblemem_or_argmemonly readonly`` ->
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A D01misc.t75 skip 'readonly + threads', 2
80 "wanted writable, got readonly";
87 "wanted writable, got readonly";
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DInfoObj.pm101 $CPAN::META->{readonly}{$class}{$self->id} ||= {};

12345678