Home
last modified time | relevance | path

Searched refs:READ (Results 1 – 25 of 48) sorted by relevance

12

/original-bsd/usr.bin/tip/
H A Dvars.c19 { "beautify", BOOL, (READ|WRITE)<<PUBLIC,
31 { "escape", CHAR, (READ|WRITE)<<PUBLIC,
35 { "force", CHAR, (READ|WRITE)<<PUBLIC,
39 { "host", STRING|IREMOTE|INIT, READ<<PUBLIC,
41 { "log", STRING|INIT, (READ|WRITE)<<ROOT,
45 { "prompt", CHAR, (READ|WRITE)<<PUBLIC,
47 { "raise", BOOL, (READ|WRITE)<<PUBLIC,
55 { "script", BOOL, (READ|WRITE)<<PUBLIC,
59 { "verbose", BOOL, (READ|WRITE)<<PUBLIC,
69 { "tandem", BOOL, (READ|WRITE)<<PUBLIC,
[all …]
H A Dvalue.c117 if (vaccess(p->v_access, READ))
158 if ((p = vlookup(s)) && vaccess(p->v_access, READ)) {
/original-bsd/usr.bin/tcopy/
H A Dtcopy.c55 enum {READ, VERIFY, COPY, COPYVERIFY} op = READ; enumerator
88 if (op != READ)
93 if (op != READ)
98 if (op == READ)
/original-bsd/usr.bin/bdes/
H A Dbdes.c97 #define READ(buf, n) fread(buf, sizeof(char), n, stdin) macro
526 for (bn = 1; (n = READ(BUFFER(msgbuf), 8)) == 8; bn++) { in ecbdec()
559 for (bn = 1; (n = READ(BUFFER(msgbuf), 8)) == 8; bn++) { in cbcenc()
591 for (bn = 0; (n = READ(BUFFER(msgbuf), 8)) == 8; bn++) { in cbcdec()
630 while ((n = READ(BUFFER(msgbuf), 8)) == 8) { in cbcauth()
678 for (bn = 1; (n = READ(ibuf, nbytes)) == nbytes; bn++) { in cfbenc()
721 for (bn = 1; (n = READ(ibuf, nbytes)) == nbytes; bn++) { in cfbdec()
765 for (bn = 1; (n = READ(ibuf, nbytes)) == nbytes; bn++) { in cfbaenc()
811 for (bn = 1; (n = READ(ibuf, nbytes)) == nbytes; bn++) { in cfbadec()
857 for (bn = 1; (n = READ(ibuf, nbytes)) == nbytes; bn++) { in ofbenc()
[all …]
/original-bsd/usr.bin/mail/
H A Dpopen.c17 #define READ 0 macro
86 (void) fcntl(p[READ], F_SETFD, 1);
89 myside = p[READ];
94 hisside = fd0 = p[READ];
98 close(p[READ]);
/original-bsd/contrib/bib/src/
H A Dbib.h57 # define READ 1 macro
/original-bsd/usr.bin/f77/libI77/
H A Dendfile.c33 if(!b->ufd && (n = fk_open(READ, SEQ, FMT, (ftnint)lunit)) )
H A Drdfe.c27 if(n=c_dfe(a,READ,rdfe)) return(n);
H A Drsfe.c27 if(n=c_sfe(a,READ,SEQ,rsfe)) return (n);
H A Ddue.c25 if(n=c_due(a,READ)) return(n);
H A Dfiodefs.h36 #define READ 2 macro
H A Dsue.c27 if(n=c_sue(a,READ)) return(n);
/original-bsd/sys/scripts/
H A Dstats12 printf " READ\n"
/original-bsd/sys/ufs/ffs/
H A Dufs_readwrite.c14 #define READ lfs_read macro
24 #define READ ffs_read macro
34 READ(ap)
/original-bsd/sys/ufs/ufs/
H A Dufs_readwrite.c14 #define READ lfs_read macro
24 #define READ ffs_read macro
34 READ(ap)
/original-bsd/sys/i386/stand/
H A Dsaio.h92 #define READ 1 macro
/original-bsd/sys/luna68k/stand/
H A Dsaio.h93 #define READ 1 macro
H A Dconf.c23 cc = (*devsw[io->i_dev].dv_strategy)(io, READ);
/original-bsd/sys/hp300/stand/
H A Dsaio.h89 #define READ 1 macro
/original-bsd/sys/tahoe/stand/
H A Dsaio.h82 #define READ 1 macro
/original-bsd/usr.bin/ex/ex3.7recover/
H A Dex3.7recover.c693 #define READ 0 macro
703 bp = getblock(tl, READ);
708 bp = getblock(tl += INCRMT, READ);
734 if (iof == READ) {
/original-bsd/old/games.vax/compat/
H A Dunix7sys.h14 #define READ 3 macro
/original-bsd/usr.bin/ex/
H A Dex_temp.c22 #define READ 0 macro
140 bp = getblock(tl, READ);
145 bp = getblock(tl += INCRMT, READ);
206 if (iof == READ) {
/original-bsd/sys/tahoe/align/
H A Ddefs.h21 #define READ 0 macro
/original-bsd/usr.bin/m4/
H A Dm4.c10 #define READ "r" macro
232 else if ((infile[infptr]=fopen(argv[0], READ))==ERROR) {
354 fp = fopen(tempname, READ); in delexit()
666 if ((infile[infptr] = fopen(ap[1], READ))==ERROR) {
840 fp = fopen(tempname, READ);
857 fp = fopen(tempname, READ);

12