Symbol: readonly
bin/cpdup/hclink.c
17
hcc_connect(struct HostConf *hc, int readonly)
bin/cpdup/hclink.c
55
av[n++] = (readonly ? "-RS" : "-S");
bin/cpdup/hclink.h
89
int hcc_connect(struct HostConf *hc, int readonly);
bin/cpdup/hcproto.c
116
hc_connect(struct HostConf *hc, int readonly)
bin/cpdup/hcproto.c
118
if (hcc_connect(hc, readonly) < 0) {
bin/cpdup/hcproto.h
92
int hc_connect(struct HostConf *hc, int readonly);
crypto/openssh/sftp-server.c
1935
readonly = 1;
crypto/openssh/sftp-server.c
197
if (readonly && h->does_write) {
crypto/openssh/sftp-server.c
759
if (readonly &&
crypto/openssh/sftp-server.c
83
static int readonly;
crypto/openssh/sshbuf.c
100
ret->readonly = 0;
crypto/openssh/sshbuf.c
119
ret->readonly = 1;
crypto/openssh/sshbuf.c
188
if (!buf->readonly) {
crypto/openssh/sshbuf.c
200
if (buf->readonly || buf->refcount > 1) {
crypto/openssh/sshbuf.c
254
if (buf->readonly || buf->refcount > 1)
crypto/openssh/sshbuf.c
291
if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1)
crypto/openssh/sshbuf.c
307
if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1)
crypto/openssh/sshbuf.c
319
if (buf->readonly || buf->refcount > 1)
crypto/openssh/sshbuf.c
49
int readonly; /* Refers to external, const data */
crypto/openssh/sshbuf.c
59
(!buf->readonly && buf->d != buf->cd) ||
crypto/openssh/sshbuf.c
80
if (buf->off == 0 || buf->readonly || buf->refcount > 1)
crypto/openssh/sshconnect.c
1002
readonly = RDONLY;
crypto/openssh/sshconnect.c
1065
if (!readonly && (num_user_hostfiles == 0 ||
crypto/openssh/sshconnect.c
1067
readonly = RDONLY;
crypto/openssh/sshconnect.c
1127
if (readonly || want_cert)
crypto/openssh/sshconnect.c
1167
if (readonly || want_cert)
crypto/openssh/sshconnect.c
1292
if (readonly == ROQUIET)
crypto/openssh/sshconnect.c
959
struct sshkey *host_key, int readonly, int clobber_port,
lib/libc/gen/utmpx.c
157
readonly = 0;
lib/libc/gen/utmpx.c
290
if ((fp != NULL && readonly) || (fp == NULL && geteuid() != 0))
lib/libc/gen/utmpx.c
298
if (fp == NULL || readonly)
lib/libc/gen/utmpx.c
53
static int readonly = 0;
lib/libc/gen/utmpx.c
76
readonly = 1;
libexec/ftpd/ftpcmd.y
1057
if (readonly) {
libexec/ftpd/ftpcmd.y
86
extern int readonly;
libexec/ftpd/ftpd.c
125
int readonly = 0; /* Server is in readonly mode. */
libexec/ftpd/ftpd.c
347
readonly = 1;
sbin/gpt/gpt.c
51
bool readonly;
sbin/gpt/gpt.c
595
mode = readonly ? O_RDONLY : O_RDWR|O_EXCL;
sbin/gpt/gpt.c
767
readonly = true;
sbin/gpt/gpt.h
52
extern bool readonly;
sys/dev/disk/nata/atapi-tape.c
719
if (stp->cap.readonly) kprintf(", readonly");
sys/dev/disk/nata/atapi-tape.h
51
u_int8_t readonly :1; /* read Only Mode */
sys/dev/drm/drm_gem.c
1024
if (node->readonly) {
sys/dev/drm/i915/i915_gem_object.h
364
obj->base.vma_node.readonly = true;
sys/dev/drm/i915/i915_gem_object.h
370
return obj->base.vma_node.readonly;
sys/dev/drm/include/drm/drm_vma_manager.h
44
bool readonly:1;
usr.bin/mail/edit.c
129
run_editor(FILE *fp, off_t size, int type, int readonly)
usr.bin/mail/edit.c
143
if (readonly && fchmod(t, 0400) == -1) {
usr.bin/mail/edit.c
183
if (readonly) {
usr.bin/mail/edit.c
97
fp = run_editor(setinput(mp), mp->m_size, type, readonly);
usr.bin/mail/glob.h
49
EXTERN int readonly; /* Will be unable to rewrite file */
usr.bin/mail/lex.c
111
readonly = 0;
usr.bin/mail/lex.c
113
readonly++;
usr.bin/mail/lex.c
347
if (readonly && com->c_argtype & W) {
usr.bin/mail/lex.c
656
if (readonly)
usr.bin/mail/quit.c
395
if (readonly)
usr.bin/mail/quit.c
81
if (readonly)
usr.sbin/quotaon/quotaon.c
149
if (strcmp(fs->fs_file, "/") && readonly(fs))
usr.sbin/quotaon/quotaon.c
63
int readonly(struct fstab *);