/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,
|
H A D | option-error.0 | 8 readonly -x,
|
/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() 346 if (readonly && com->c_argtype & W) { in execute() 656 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 in nextitem() [all...] |
/freebsd/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/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/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 | 44 # 'readonly' is disabled for Linux because it requires remounting the 53 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/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/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 | 217 boolean_t readonly, boolean_t decrypt, const void *tag, objset_t **osp); 219 dmu_objset_type_t type, boolean_t readonly, boolean_t decrypt,
|
/freebsd/libexec/ftpd/ |
H A D | extern.h | 89 extern int readonly;
|