Home
last modified time | relevance | path

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

1234

/freebsd/bin/sh/tests/errors/
H A Dassignment-error1.010 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 Dassignment-error2.04 readonly HOME
H A Dredirection-error.010 readonly -p,
H A Doption-error.08 readonly -x,
/freebsd/crypto/openssh/
H A Dsshbuf.c49 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 Dedit.c98 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 Dlex.c109 readonly = 0; in setfile()
111 readonly++; in setfile()
346 if (readonly && com->c_argtype & W) { in execute()
656 if (readonly) in newfileinfo()
H A Dglob.h43 extern int readonly; /* Will be unable to rewrite file */
/freebsd/contrib/nvi/common/
H A Dmain.c50 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 Dformbox.c52 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 Dzhack.c138 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 Dmisc.cfg36 exec mountpoint quota readonly \
61 exec mountpoint quota readonly \
88 exec mountpoint quota readonly \
/freebsd/sys/dev/xen/grant_table/
H A Dgrant_table.c134 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 Ddelegate.cfg44 # 'readonly' is disabled for Linux because it requires remounting the
53 LOCAL_DESC_SET="readonly,checksum"
/freebsd/bin/sh/tests/builtins/
H A Dlocal6.04 readonly x=2
H A Dlocal7.04 readonly x=2
H A Dcommand8.010 readonly -p,\
/freebsd/bin/sh/tests/expansion/
H A Dreadonly1.05 readonly v=~:~/:$w
H A Darith10.011 readonly ro=4
/freebsd/contrib/ntp/sntp/
H A Dkod_management.h15 void kod_init_kod_db(const char *db_file, int readonly);
H A Dkod_management.c181 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 Dproperties.shlib76 typeset -a binary_props=('atime' 'devices' 'exec' 'readonly' 'setuid' 'xattr')
117 toggle_prop $ds readonly
/freebsd/sys/geom/eli/
H A Dg_eli_ctl.c57 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 Ddmu_objset.h217 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 Dextern.h89 extern int readonly;

1234