| /openbsd-src/usr.bin/ssh/ |
| H A D | sshbuf.c | 47 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 D | sshconnect.c | 913 * 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 D | i915_vma_resource.h | 53 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 D | edit.c | 107 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 D | lex.c | 110 readonly = 0; in setfile() 112 readonly++; in setfile() 356 if (readonly && com->c_argtype & W) { in execute() 676 if (readonly) in newfileinfo()
|
| H A D | glob.h | 45 extern int readonly; /* Will be unable to rewrite file */
|
| H A D | quit.c | 77 if (readonly) in quit() 397 if (readonly) in edstop()
|
| H A D | main.c | 43 int readonly; /* Will be unable to rewrite file */ variable
|
| /openbsd-src/usr.bin/vi/common/ |
| H A D | main.c | 57 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 D | exf.c | 125 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 D | quotaon.c | 59 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 D | Internals.pod | 49 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 D | key-bindings.c | 677 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 D | amdgpu_hmm.c | 169 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 D | amdgpu_hmm.h | 35 uint64_t start, uint64_t npages, bool readonly,
|
| /openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/corpus_examples/objc/ |
| H A D | ClassExtension.m | 10 @property(atomic, assign, readonly) int field2;
|
| H A D | ClassCategory.m | 5 @property(atomic, assign, readonly) int field;
|
| /openbsd-src/gnu/usr.bin/cvs/windows-NT/ |
| H A D | filesubr.c | 380 int readonly = !iswritable (from); local 382 if (readonly) 389 if (readonly)
|
| /openbsd-src/usr.bin/vi/docs/USD.doc/vi.man/ |
| H A D | spell.ok | 110 readonly
|
| /openbsd-src/libexec/security/ |
| H A D | security | 490 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 D | xray-fdr-dump.cpp | 49 *FDOrErr, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, in __anonacc8bd8c0102()
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads/t/ |
| H A D | unique.t | 38 # bugid 24383 - :unique hashes weren't being made readonly on interpreter
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ReleaseNotes.rst | 83 * 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 D | 01misc.t | 75 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 D | InfoObj.pm | 101 $CPAN::META->{readonly}{$class}{$self->id} ||= {};
|