Home
last modified time | relevance | path

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

123

/mirbsd/src/usr.bin/mail/
Dedit.c109 fp = run_editor(setinput(mp), (off_t)mp->m_size, type, readonly); in edit1()
142 run_editor(FILE *fp, off_t size, int type, int readonly) in run_editor() argument
157 if (readonly && fchmod(t, 0400) == -1) { in run_editor()
197 if (readonly) { in run_editor()
Dlex.c117 readonly = 0; in setfile()
119 readonly++; in setfile()
364 if (readonly && com->c_argtype & W) { in execute()
684 if (readonly) in newfileinfo()
Dglob.h46 int readonly; /* Will be unable to rewrite file */ variable
Dquit.c85 if (readonly) in quit()
414 if (readonly) in edstop()
/mirbsd/src/gnu/usr.bin/lynx/src/
DHTForms.h38 int readonly; member
95 int readonly; /* If YES, can't change values */ member
101 #define FormIsReadonly(form) ((form) && ((form)->disabled || (form)->readonly))
Dstructdump.h124 (F)->size_l, (F)->disabled, (F)->readonly, (F)->name_cs, (F)->value_cs, \
/mirbsd/src/gnu/usr.bin/perl/
DINTERN.h28 # define EXTCONST globaldef {"$GLOBAL_RO_VARS"} readonly
29 # define dEXTCONST globaldef {"$GLOBAL_RO_VARS"} readonly
DEXTERN.h29 # define dEXTCONST globaldef {"$GLOBAL_RO_VARS"} readonly
/mirbsd/src/usr.sbin/quotaon/
Dquotaon.c65 int readonly(struct fstab *);
161 if (strcmp(fs->fs_file, "/") && readonly(fs)) in quotaonoff()
243 readonly(struct fstab *fs) in readonly() function
/mirbsd/src/usr.bin/vi/common/
Dmain.c61 int ch, flagchk, lflag, secure, startup, readonly, rval, silent; local
97 readonly = 0;
104 readonly = 1;
172 readonly = 1;
264 if (readonly)
Dexf.c134 int fd, exists, open_err, readonly; local
137 open_err = readonly = 0;
353 readonly = 1;
406 if (readonly || F_ISSET(sp, SC_READONLY) ||
/mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/
Dcurcop.runtime11 tests (curcop != &compiling) to warn "Can't x= to readonly value"
/mirbsd/src/usr.bin/ssh/
Dsshconnect.c578 Key *host_key, int readonly, const char *user_hostfile, in check_host_key() argument
709 if (readonly) in check_host_key()
741 if (readonly) in check_host_key()
826 if (readonly == ROQUIET) in check_host_key()
/mirbsd/src/usr.bin/vi/docs/USD.doc/vi.man/
Dspell.ok111 readonly
/mirbsd/src/usr.bin/vgrind/
Dvgrindefs.src51 read readln readonly record recursive rem rep repeat res\
76 read readonly set shift test trap umask wait:
/mirbsd/src/gnu/usr.bin/perl/jpl/
DREADME56 cvs -z3 -d ':pserver:readonly@cvs.kaffe.org:/cvs/kaffe' checkout kaffe
58 (password is 'readonly')
/mirbsd/src/usr.bin/vi/docs/USD.doc/vi.ref/
Dspell.ok262 readonly
/mirbsd/src/gnu/usr.bin/perl/ext/threads/t/
Dproblems.t77 # bugid 24383 - :unique hashes weren't being made readonly on interpreter
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-arc.texi149 @item r (readonly)
185 @item @emph{r} (readonly)
/mirbsd/src/gnu/usr.bin/perl/ext/List/Util/
DChanges304 - readonly and clock were removed in favor of other modules
330 - Added readonly()
DUtil.xs454 readonly(sv)
/mirbsd/src/gnu/usr.bin/perl/lib/Memoize/
DTODO151 Maybe a different interface that supports readonly caches fronted by a
157 } elsif (it's in the readonly disk hash) {
/mirbsd/src/usr.bin/vi/catalog/
Denglish.base25 026 "readonly"
258 266 "File readonly, modifications not auto-written"
/mirbsd/src/gnu/usr.bin/perl/ext/Data/Dumper/
DChanges83 MLDBM. Problem was "Attempt to modify readonly value..." failures
/mirbsd/src/libexec/ld.so/ldconfig/
Dprebind.c1708 int readonly = 0; in elf_write_lib() local
1720 readonly = 1; in elf_write_lib()
1734 readonly == 0) { in elf_write_lib()
1835 if (readonly) { in elf_write_lib()

123