Home
last modified time | relevance | path

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

1234

/freebsd-14.2/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,
H A Dredirection-error3.010 readonly -p,\
/freebsd-14.2/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()
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 Dedit.c104 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 Dlex.c115 readonly = 0; in setfile()
117 readonly++; in setfile()
352 if (readonly && com->c_argtype & W) { in execute()
662 if (readonly) in newfileinfo()
H A Dglob.h45 extern int readonly; /* Will be unable to rewrite file */
/freebsd-14.2/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-14.2/contrib/bsddialog/lib/
H A Dformbox.c47 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 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-14.2/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-14.2/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-14.2/sys/dev/xen/grant_table/
H A Dgrant_table.c135 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 Dlocal6.04 readonly x=2
H A Dlocal7.04 readonly x=2
H A Dcommand8.010 readonly -p,\
H A Dvar-assign2.010 readonly -p,\
/freebsd-14.2/bin/sh/tests/expansion/
H A Dreadonly1.05 readonly v=~:~/:$w
H A Darith10.011 readonly ro=4
/freebsd-14.2/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-14.2/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-14.2/libexec/ftpd/
H A Dextern.h91 extern int readonly;

1234