Home
last modified time | relevance | path

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

123

/dragonfly/tools/regression/bin/sh/errors/
H A Dassignment-error1.011 readonly -p,\
19 ${SH} -c "readonly a=0; a=2; exit 0" 2>/dev/null && exit 1
25 ${SH} -c "readonly a=0; a=2 ${cmd}; exit 0" 2>/dev/null && exit 1
29 ${SH} -c 'readonly a=0; a=1 true; exit $a' 2>/dev/null || exit 1
30 ${SH} -c 'readonly a=0; a=1 command :; exit $a' 2>/dev/null || exit 1
H A Dassignment-error2.05 readonly HOME
H A Doption-error.09 readonly -x,
H A Dredirection-error.011 readonly -p,
H A Dredirection-error3.011 readonly -p,\
/dragonfly/crypto/openssh/
H A Dsshbuf.c36 (!buf->readonly && buf->d != buf->cd) || in sshbuf_check_sanity()
57 if (buf->off == 0 || buf->readonly || buf->refcount > 1) in sshbuf_maybe_pack()
77 ret->readonly = 0; in sshbuf_new()
96 ret->readonly = 1; in sshbuf_from()
165 if (!buf->readonly) { in sshbuf_free()
177 if (buf->readonly || buf->refcount > 1) { in sshbuf_reset()
231 if (buf->readonly || buf->refcount > 1) in sshbuf_set_max_size()
268 if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1) in sshbuf_avail()
284 if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1) in sshbuf_mutable_ptr()
296 if (buf->readonly || buf->refcount > 1) in sshbuf_check_reserve()
/dragonfly/usr.bin/mail/
H A Dedit.c97 fp = run_editor(setinput(mp), mp->m_size, type, readonly); in edit1()
129 run_editor(FILE *fp, off_t size, int type, int readonly) in run_editor() argument
143 if (readonly && fchmod(t, 0400) == -1) { in run_editor()
183 if (readonly) { in run_editor()
H A Dlex.c111 readonly = 0; in setfile()
113 readonly++; in setfile()
347 if (readonly && com->c_argtype & W) { in execute()
656 if (readonly) in newfileinfo()
H A Dglob.h49 EXTERN int readonly; /* Will be unable to rewrite file */ variable
/dragonfly/lib/libc/gen/
H A Dutmpx.c53 static int readonly = 0; variable
76 readonly = 1; in _open_db()
157 readonly = 0; in endutxent()
290 if ((fp != NULL && readonly) || (fp == NULL && geteuid() != 0)) in pututxline()
298 if (fp == NULL || readonly) in pututxline()
/dragonfly/contrib/nvi2/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()
/dragonfly/usr.sbin/quotaon/
H A Dquotaon.c63 int readonly(struct fstab *);
149 if (strcmp(fs->fs_file, "/") && readonly(fs)) in quotaonoff()
225 readonly(struct fstab *fs) in readonly() function
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-deps.c1787 if (!deps->readonly) in flush_pending_lists()
2480 if (!deps->readonly in sched_analyze_1()
2695 if (!deps->readonly) in sched_analyze_2()
2900 if (!deps->readonly in sched_analyze_insn()
3098 if (!deps->readonly) in sched_analyze_insn()
3128 if (!deps->readonly) in sched_analyze_insn()
3234 if (!deps->readonly) in sched_analyze_insn()
3305 if (!deps->readonly) in sched_analyze_insn()
3310 if (!deps->readonly) in sched_analyze_insn()
3464 if (!deps->readonly in sched_analyze_insn()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-deps.c1767 if (!deps->readonly) in flush_pending_lists()
2460 if (!deps->readonly in sched_analyze_1()
2987 if (!deps->readonly) in sched_analyze_insn()
3015 if (!deps->readonly) in sched_analyze_insn()
3031 if (!deps->readonly) in sched_analyze_insn()
3114 if (!deps->readonly) in sched_analyze_insn()
3182 if (!deps->readonly) in sched_analyze_insn()
3187 if (!deps->readonly) in sched_analyze_insn()
3338 if (!deps->readonly in sched_analyze_insn()
3484 if (!deps->readonly in deps_analyze_insn()
[all …]
/dragonfly/tools/regression/bin/sh/builtins/
H A Dlocal6.05 readonly x=2
H A Dlocal7.05 readonly x=2
H A Dcommand8.011 readonly -p,\
H A Dvar-assign2.011 readonly -p,\
H A Dvar-assign.011 readonly -p,
/dragonfly/contrib/cryptsetup/lib/
H A Dutils.c558 int readonly = 0; in get_device_infos() local
566 readonly = 1; in get_device_infos()
604 infos->readonly = readonly; in get_device_infos()
/dragonfly/tools/regression/bin/sh/expansion/
H A Dreadonly1.06 readonly v=~:~/:$w
H A Darith10.012 readonly ro=4
H A Dcmdsubst10.021 : $(readonly rotest=2)
/dragonfly/sbin/gpt/
H A Dgpt.h68 extern int readonly, verbose;
H A Dgpt.c56 int readonly, verbose; variable
560 mode = readonly ? O_RDONLY : O_RDWR|O_EXCL; in gpt_open()
701 readonly = 1; in main()

123