| /onnv/onnv-gate/usr/src/tools/cscope-fast/ |
| vpopen.c | 41 #define READ 0 51 oflag == READ) {
|
| constants.h | 69 #define READ 4 /* access(2) parameter */
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/ |
| A.pm | 2 ## Package to read/write on ASCII data connections 15 sub read { subroutine 18 my $size = shift || croak 'read($buf,$size,[$offset])'; 28 READ: 53 redo READ
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/Dev/ |
| Null.pm | 13 sub READ {}
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/Test/Simple/ |
| Catch.pm | 27 sub READ {}
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
| assembler.t | 119 sub READ($@){
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
| Handle.pm | 17 sub READ { ... } # Provide a needed method 57 =item READ this, scalar, length, offset 59 Read I<length> bytes of data into I<scalar> starting at I<offset>. 63 Read a single line 172 if($self->can('READ') != \&READ) { 174 $self->READ($buf,1); 182 sub READ { 184 croak "$pkg doesn't define a READ method"; 223 sub READ { read($_[0],$_[1],$_[2]) [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| tiehandle.t | 56 sub READ { 57 ::compare(READ => @_); 110 @expect = (READ => $ob, $buf, 3); 112 $r = read $fh,$buf,3; 118 @expect = (READ => $ob, $buf, 3,3); 171 sub READ { 177 read $fh, my $buff, 1; 182 read STDIN, my $buff, 1;
|
| /onnv/onnv-gate/usr/src/lib/libast/common/sfio/ |
| sfpopen.c | 34 #define READ 0 214 { pkeep = READ; ckeep = WRITE; } 215 else { pkeep = WRITE; ckeep = READ; } 248 { pkeep = WRITE; ckeep = READ; } 249 else { pkeep = READ; ckeep = WRITE; }
|
| /onnv/onnv-gate/usr/src/cmd/chmod/ |
| common.c | 68 #define READ 00444 /* read permit */ 75 #define GROUP_RWX (GROUP & (READ | WRITE | EXEC)) 185 perms_msk &= (READ|WRITE|EXEC); 195 perms_msk |= READ;
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
| Cmd.pm | 520 # read and write to tied filehandle 536 # Tied filehandle read. Reads requested data length, returning 538 sub READ { 727 Read data from the remote server until a line consisting of a single '.'. 735 command, you may read from this filehandle using read() or <>. The
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/ |
| postio.h | 67 * lets you split the program into separate read and write processes, thereby 73 * line. The READ flag means the line can be read, while the WRITE flag means 75 * set. I tried to overlay the separate read/write process code on what was 81 #define READ 1
|
| /onnv/onnv-gate/usr/src/cmd/avs/dsstat/ |
| dsstat.h | 79 #define READ 0x02 91 #define SNDR_DIS_MASK (SUMMARY | READ | WRITE | TIMING | FLAGS | PCTS | \ 95 #define IIMG_DIS_MASK (SUMMARY | READ | WRITE | TIMING | FLAGS | PCTS | RATIO) 98 #define CACHE_DIS_MASK (SUMMARY | READ | WRITE | FLAGS | DESTAGED | WRCANCEL)
|
| /onnv/onnv-gate/usr/src/cmd/gencat/ |
| gencat.c | 72 #define READ(fd, p, n) read((int)(fd), (char *)(p), (unsigned)(n)) 118 #define MSG3 "gencat: read error on \"%s\"\n" 424 bytes_read = READ(fd, p + nbytes, n - nbytes); 441 * Check if catalog file read is valid 521 * read a catalog file in a chunk and convert it to double linked list. 953 * Read message source file and update double linked list message catalog. 1153 /* read catalog file into memory */
|
| /onnv/onnv-gate/usr/src/cmd/vi/port/ |
| ex_temp.c | 45 #define READ 0 166 bp = getblock(tl, READ); 171 bp = getblock(tl += INCRMT, READ); 211 int read(); 253 if (iof == READ) { 264 blkio(bno, ibuff2, read); 280 blkio(bno, ibuff, read); 320 if (iofcn == read) { 468 * in a register we must read the blocks to find how they are chained 575 if (read(rfile, (char *)rbuf, sizeof (struct front)) = [all...] |
| exrecover.c | 216 if (read(tfile, (char *) dot, i) != i) { 352 if (read(f, (char *) &H, sizeof H) != sizeof H) { 354 fprintf(stderr, "could not read header\n"); 494 * Gotta be able to read the header or fall through 497 if (read(tfile, (char *) &H, sizeof H) == sizeof H) 575 if (read(tfile, (char *) &H, sizeof H) != sizeof H) { 631 cnt = read(tfile, (char *) bk, BUFSIZE); 754 #define READ 0 774 int read(); 796 blkio(bno, ibuff, read); [all...] |
| /onnv/onnv-gate/usr/src/cmd/tip/ |
| tip.h | 102 #define READ 02 /* read access */ 244 int repdes[2]; /* read process sychronization channel */
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
| ftp.c | 53 #define READ(x, y, z) secure_read(x, y, z) 145 * timedread - read buffer (like "read"), but with timeout (in seconds) 156 return (READ(fd, buf, size)); 170 return (READ(fd, buf, size)); 337 if (getreply(0) > 2) { /* read startup message from server */ 885 while ((c = read(fileno(fin), buf, FTPBUFSIZ)) > 0) { 1414 } while ((c = read(fileno(din), buf, FTPBUFSIZ)) > 0); [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| CPAN.pm | 752 # eval is good: if we haven't yet read the database it's 919 for ($dh->read) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/ed/ |
| ed.c | 111 "(due to `illegal char' read earlier)", 162 #define READ 0 230 /* Flag for determining if file being read is encrypted */ 265 static int flag28 = 0; /* Prevents write after a partial read */ 266 static int save28 = 0; /* Flag whether buffer empty at start of read */ 1207 /* if interrupted a read, only part of file may be in buffer */ 1209 sprintf(tstring, "\007read may be incomplete - beware!\007"); 1323 if (read(0, &c, 1) <= 0) 1383 if ((ninbuf = read(io, genbuf, LBSIZE)-1) < 0) 1525 /* read command til end * [all...] |