Home
last modified time | relevance | path

Searched refs:WRITE (Results 1 – 25 of 30) sorted by relevance

12

/dragonfly/usr.bin/tip/
H A Dvars.c40 { "beautify", BOOL, (READ|WRITE)<<PUBLIC,
52 { "escape", CHAR, (READ|WRITE)<<PUBLIC,
56 { "force", CHAR, (READ|WRITE)<<PUBLIC,
62 { "log", STRING|INIT, (READ|WRITE)<<ROOT,
70 { "prompt", CHAR, (READ|WRITE)<<PUBLIC,
72 { "raise", BOOL, (READ|WRITE)<<PUBLIC,
74 { "raisechar", CHAR, (READ|WRITE)<<PUBLIC,
80 { "script", BOOL, (READ|WRITE)<<PUBLIC,
84 { "verbose", BOOL, (READ|WRITE)<<PUBLIC,
94 { "tandem", BOOL, (READ|WRITE)<<PUBLIC,
[all …]
H A Dvalue.c87 vtable[EXCEPTIONS].v_access &= ~(WRITE<<PUBLIC); in vinit()
97 if (!vaccess(p->v_access, WRITE)) { in vassign()
H A Dtip.h118 #define WRITE 01 /* write access to variable */ macro
/dragonfly/usr.bin/bdes/
H A Dbdes.c492 WRITE(&msgbuf, 8); in ecbenc()
502 WRITE(&msgbuf, 8); in ecbenc()
533 WRITE(msgbuf, n); in ecbdec()
557 WRITE(msgbuf, 8); in cbcenc()
569 WRITE(msgbuf, 8); in cbcenc()
605 WRITE(msgbuf, n); in cbcdec()
695 WRITE(ibuf, nbytes); in cfbenc()
739 WRITE(obuf, n); in cfbdec()
787 WRITE(ibuf, nbytes); in cfbaenc()
831 WRITE(obuf, n); in cfbadec()
[all …]
/dragonfly/usr.bin/mail/
H A Dpopen.c40 #define WRITE 1 macro
105 fcntl(p[WRITE], F_SETFD, 1); in Popen()
109 hisside = fd1 = p[WRITE]; in Popen()
111 myside = p[WRITE]; in Popen()
118 close(p[WRITE]); in Popen()
/dragonfly/bin/ed/
H A Dcbc.c67 #define WRITE(buf, n, fp) fwrite(buf, sizeof(char), n, fp) macro
334 return WRITE(msgbuf, 8, fp); in cbc_encode()
351 return WRITE(msgbuf, 8, fp); in cbc_encode()
/dragonfly/contrib/nvi2/ex/
H A Dex_write.c28 enum which {WN, WQ, WRITE, XIT}; enumerator
86 return (exwr(sp, cmdp, WRITE)); in ex_write()
145 if (cmdp->argc != 0 && cmd == WRITE && *p == '!') { in exwr()
/dragonfly/usr.sbin/installer/libaura/
H A Dpopen.c78 volatile enum { READ, WRITE, TWO_WAY } pipedir; in aura_popen() enumerator
92 pipedir = WRITE; in aura_popen()
/dragonfly/sys/dev/sound/midi/
H A Dmpu401.c66 #define WRITE(m,d) MPUFOI_WRITE(m, m->cookie, MPU_DATAPORT,d) macro
150 WRITE(m, *b); in mpu401_intr()
/dragonfly/sys/dev/drm/amd/display/dc/
H A Dos_types.h44 #undef WRITE
/dragonfly/usr.bin/ee/nls/uk_UA.KOI8-U/
H A Dee.msg127 117 "WRITE"
/dragonfly/usr.bin/ee/nls/ru_RU.KOI8-R/
H A Dee.msg129 117 "WRITE"
/dragonfly/contrib/gcc-4.7/gcc/
H A Dregmove.c58 WRITE, enumerator
1016 || match.use[match_no] != WRITE) in regmove_backward_pass()
1303 matchp->use[op_no] = WRITE; in find_matches()
/dragonfly/bin/mined/
H A Dmined2.c1056 if ((fd = scratch_file(WRITE)) == ERRORS) in yank()
1121 if (yank_status == NOT_VALID && mode == WRITE) { /* Create new file */ in scratch_file()
1140 (mode == WRITE && (fd = creat(yank_file, 0644)) < 0)) { in scratch_file()
H A Dmined.h124 #define WRITE 15 macro
/dragonfly/sbin/disklabel64/
H A Ddisklabel64.c147 UNSPEC, EDIT, NOWRITE, READ, RESTORE, WRITE, WRITEABLE, WRITEBOOT, enumerator
215 op = WRITE; in main()
313 case WRITE: in main()
/dragonfly/sbin/disklabel32/
H A Ddisklabel.c139 UNSPEC, EDIT, NOWRITE, READ, RESTORE, WRITE, WRITEABLE, WRITEBOOT enumerator
211 op = WRITE; in main()
301 case WRITE: in main()
/dragonfly/contrib/ee/
H A Dee.msg127 117 "WRITE"
H A Dee.c494 char *WRITE; variable
1703 else if (compare(cmd_str, WRITE, FALSE))
5207 WRITE = catgetlocal( 117, "WRITE"); in strings_init()
5285 commands[1] = WRITE; in strings_init()
/dragonfly/usr.bin/ee/nls/pl_PL.ISO8859-2/
H A Dee.msg127 117 "WRITE"
/dragonfly/share/examples/diskless/
H A DREADME.BOOTP151 need to NFS-export a swap directory READ+WRITE to the workstations.
/dragonfly/sys/dev/disk/mpt/
H A Dmpt_debug.c546 MPI_PRINT_FIELD(WRITE); in mpt_print_scsi_io_request()
/dragonfly/usr.bin/ee/nls/hu_HU.ISO8859-2/
H A Dee.msg127 117 "WRITE"
/dragonfly/sys/dev/raid/dpt/
H A Ddpt.h186 #define WRITE 1 macro
/dragonfly/sys/kern/
H A Dimgact_elf.c949 enum putmode { WRITE, DRYRUN }; enumerator
1289 error = __elfN(puthdr)(lp, target, sig, WRITE, numsegs, fp); in __elfN()

12