| /freebsd/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,
|
| /freebsd/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() 81 if (buf->off == 0 || buf->readonly || buf->refcount > 1) in sshbuf_maybe_pack() 101 ret->readonly = 0; in sshbuf_new() 120 ret->readonly = 1; in sshbuf_from() 190 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/usr.bin/mail/ |
| H A D | edit.c | 98 fp = run_editor(setinput(mp), mp->m_size, type, readonly); in edit1() 130 run_editor(FILE *fp, off_t size, int type, int readonly) in run_editor() argument 145 if (readonly && fchmod(t, 0400) == -1) { in run_editor() 185 if (readonly) { in run_editor()
|
| H A D | lex.c | 109 readonly = 0; in setfile() 111 readonly++; in setfile() 345 if (readonly && com->c_argtype & W) { in execute() 644 if (readonly) in newfileinfo()
|
| H A D | glob.h | 43 extern int readonly; /* Will be unable to rewrite file */
|
| /freebsd/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/contrib/bsddialog/lib/ |
| H A D | formbox.c | 52 bool readonly; /* formitem.flags & BSDDIALOG_FIELDREADONLY */ member 141 item->readonly = items[i].flags & BSDDIALOG_FIELDREADONLY; in build_privateform() 150 if (item->readonly || (item->secure && !insecurecursor)) in build_privateform() 383 if (f->pritems[*focusitem].readonly == false) { in set_first_with_default() 388 if (f->pritems[i].readonly == false) { in set_first_with_default() 399 if (items[i].readonly == false) in firstitem() 410 if (items[i].readonly == false) in lastitem() 422 if (items[i].readonly == false) in previtem() 426 if (items[i].readonly == false) in previtem() 438 if (items[i].readonly == false) in nextitem() [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
| H A D | misc.cfg | 37 exec mountpoint quota readonly \ 62 exec mountpoint quota readonly \ 89 exec mountpoint quota readonly \
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zhack.c | 145 zhack_import(char *target, boolean_t readonly) in zhack_import() argument 151 kernel_init(readonly ? SPA_MODE_READ : in zhack_import() 156 g_readonly = readonly; in zhack_import() 157 g_importargs.can_be_active = readonly; in zhack_import() 170 if (readonly) { in zhack_import() 178 (readonly ? ZFS_IMPORT_SKIP_MMP : ZFS_IMPORT_NORMAL)); in zhack_import() 190 zhack_spa_open(char *target, boolean_t readonly, const void *tag, spa_t **spa) in zhack_spa_open() argument 194 zhack_import(target, readonly); in zhack_spa_open()
|
| /freebsd/sys/dev/xen/grant_table/ |
| H A D | grant_table.c | 134 gnttab_grant_foreign_access(domid_t domid, unsigned long frame, int readonly, in gnttab_grant_foreign_access() argument 147 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); in gnttab_grant_foreign_access() 157 unsigned long frame, int readonly) in gnttab_grant_foreign_access_ref() argument 163 shared[ref].flags = GTF_permit_access | (readonly ? GTF_readonly : 0); in gnttab_grant_foreign_access_ref()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
| H A D | delegate.cfg | 45 # 'readonly' is disabled for Linux because it requires remounting the 54 LOCAL_DESC_SET="readonly,checksum"
|
| /freebsd/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,\
|
| /freebsd/bin/sh/tests/expansion/ |
| H A D | readonly1.0 | 5 readonly v=~:~/:$w
|
| H A D | arith10.0 | 11 readonly ro=4
|
| /freebsd/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/crypto/krb5/src/plugins/kdb/lmdb/ |
| H A D | kdb_lmdb.c | 235 krb5_boolean is_lockout, krb5_boolean readonly, in open_lmdb_env() argument 262 if (readonly) in open_lmdb_env() 507 krb5_boolean readonly; in klmdb_open() local 528 readonly = (mode & KRB5_KDB_OPEN_RO) || (mode & KRB5_KDB_SRV_TYPE_KDC); in klmdb_open() 529 ret = open_lmdb_env(context, dbc, FALSE, readonly, &dbc->env); in klmdb_open() 548 readonly = !!(mode & KRB5_KDB_OPEN_RO); in klmdb_open() 549 ret = open_lmdb_env(context, dbc, TRUE, readonly, &dbc->lockout_env); in klmdb_open()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | properties.shlib | 77 typeset -a binary_props=('atime' 'devices' 'exec' 'readonly' 'setuid' 'xattr') 118 toggle_prop $ds readonly
|
| /freebsd/sys/geom/eli/ |
| H A D | g_eli_ctl.c | 57 int *nargs, *detach, *readonly, *dryrunp; in g_eli_ctl_attach() local 92 readonly = gctl_get_paraml(req, "readonly", sizeof(*readonly)); in g_eli_ctl_attach() 93 if (readonly == NULL) { in g_eli_ctl_attach() 107 if (*detach && *readonly) { in g_eli_ctl_attach() 158 if (*readonly) in g_eli_ctl_attach()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | dmu_objset.h | 218 boolean_t readonly, boolean_t decrypt, const void *tag, objset_t **osp); 220 dmu_objset_type_t type, boolean_t readonly, boolean_t decrypt,
|
| /freebsd/libexec/ftpd/ |
| H A D | extern.h | |