| /freebsd-14.2/bin/sh/tests/errors/ |
| H A D | assignment-error1.0 | 10 readonly -p,\ 18 ${SH} -c "readonly a=0; a=2; exit 0" 2>/dev/null && exit 1 24 ${SH} -c "readonly a=0; a=2 ${cmd}; exit 0" 2>/dev/null && exit 1 28 ${SH} -c 'readonly a=0; a=1 true; exit $a' 2>/dev/null || exit 1 29 ${SH} -c 'readonly a=0; a=1 command :; exit $a' 2>/dev/null || exit 1
|
| H A D | assignment-error2.0 | 4 readonly HOME
|
| H A D | redirection-error.0 | 10 readonly -p,
|
| H A D | option-error.0 | 8 readonly -x,
|
| H A D | redirection-error3.0 | 10 readonly -p,\
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | sshbuf.c | 49 int readonly; /* Refers to external, const data */ member 59 (!buf->readonly && buf->d != buf->cd) || in sshbuf_check_sanity() 80 if (buf->off == 0 || buf->readonly || buf->refcount > 1) in sshbuf_maybe_pack() 100 ret->readonly = 0; in sshbuf_new() 119 ret->readonly = 1; in sshbuf_from() 188 if (!buf->readonly) { in sshbuf_free() 200 if (buf->readonly || buf->refcount > 1) { in sshbuf_reset() 254 if (buf->readonly || buf->refcount > 1) in sshbuf_set_max_size() 291 if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1) in sshbuf_avail() 307 if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1) in sshbuf_mutable_ptr() [all …]
|
| /freebsd-14.2/usr.bin/mail/ |
| H A D | edit.c | 104 fp = run_editor(setinput(mp), mp->m_size, type, readonly); in edit1() 136 run_editor(FILE *fp, off_t size, int type, int readonly) in run_editor() argument 151 if (readonly && fchmod(t, 0400) == -1) { in run_editor() 191 if (readonly) { in run_editor()
|
| H A D | lex.c | 115 readonly = 0; in setfile() 117 readonly++; in setfile() 352 if (readonly && com->c_argtype & W) { in execute() 662 if (readonly) in newfileinfo()
|
| H A D | glob.h | 45 extern int readonly; /* Will be unable to rewrite file */
|
| /freebsd-14.2/contrib/nvi/common/ |
| H A D | main.c | 50 int ch, flagchk, lflag, secure, startup, readonly, rval, silent; in editor() local 77 readonly = 0; in editor() 84 readonly = 1; in editor() 146 readonly = 1; in editor() 235 if (readonly) in editor()
|
| /freebsd-14.2/contrib/bsddialog/lib/ |
| H A D | formbox.c | 47 bool readonly; /* formitem.flags & BSDDIALOG_FIELDREADONLY */ member 206 if (item->readonly) in drawitem() 325 if (items[i].readonly == false) in firstitem() 336 if (items[i].readonly == false) in lastitem() 348 if (items[i].readonly == false) in previtem() 352 if (items[i].readonly == false) in previtem() 364 if (items[i].readonly == false) in nextitem() 368 if (items[i].readonly == false) in nextitem() 553 item->readonly = apiitems[i].flags & BSDDIALOG_FIELDREADONLY; in bsddialog_form() 560 if (item->readonly || (item->secure && !insecurecursor)) in bsddialog_form() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/ |
| H A D | zhack.c | 138 zhack_import(char *target, boolean_t readonly) in zhack_import() argument 144 kernel_init(readonly ? SPA_MODE_READ : in zhack_import() 149 g_readonly = readonly; in zhack_import() 150 g_importargs.can_be_active = readonly; in zhack_import() 163 if (readonly) { in zhack_import() 171 (readonly ? ZFS_IMPORT_SKIP_MMP : ZFS_IMPORT_NORMAL)); in zhack_import() 183 zhack_spa_open(char *target, boolean_t readonly, const void *tag, spa_t **spa) in zhack_spa_open() argument 187 zhack_import(target, readonly); in zhack_spa_open()
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
| H A D | misc.cfg | 36 exec mountpoint quota readonly \ 61 exec mountpoint quota readonly \ 88 exec mountpoint quota readonly \
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
| H A D | delegate.cfg | 44 # 'readonly' is disabled for Linux because it requires remounting the 53 LOCAL_DESC_SET="readonly,checksum"
|
| /freebsd-14.2/sys/dev/xen/grant_table/ |
| H A D | grant_table.c | 135 gnttab_grant_foreign_access(domid_t domid, unsigned long frame, int readonly, in gnttab_grant_foreign_access() argument 148 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); in gnttab_grant_foreign_access() 158 unsigned long frame, int readonly) in gnttab_grant_foreign_access_ref() argument 164 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); in gnttab_grant_foreign_access_ref()
|
| /freebsd-14.2/bin/sh/tests/builtins/ |
| H A D | local6.0 | 4 readonly x=2
|
| H A D | local7.0 | 4 readonly x=2
|
| H A D | command8.0 | 10 readonly -p,\
|
| H A D | var-assign2.0 | 10 readonly -p,\
|
| /freebsd-14.2/bin/sh/tests/expansion/ |
| H A D | readonly1.0 | 5 readonly v=~:~/:$w
|
| H A D | arith10.0 | 11 readonly ro=4
|
| /freebsd-14.2/contrib/ntp/sntp/ |
| H A D | kod_management.h | 15 void kod_init_kod_db(const char *db_file, int readonly);
|
| H A D | kod_management.c | 181 int readonly in kod_init_kod_db() argument 301 if (!readonly && write_kod_db()) in kod_init_kod_db()
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | properties.shlib | 76 typeset -a binary_props=('atime' 'devices' 'exec' 'readonly' 'setuid' 'xattr') 117 toggle_prop $ds readonly
|
| /freebsd-14.2/libexec/ftpd/ |
| H A D | extern.h | 91 extern int readonly;
|