Searched defs:sysread (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Handle.pm | 73 $io->sysread ( BUF, LEN, [OFFSET] ) 156 operates on the file descriptor (similar to sysread, sysseek and 434 sub sysread { subroutine 435 @_ == 3 || @_ == 4 or croak 'usage: $io->sysread(BUF, LEN [, OFFSET])'; 436 sysread($_[0], $_[1], $_[2], $_[3] || 0);
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | omitted.c | 134 #define sysread _read macro 234 r = (m = sysread(fd, buf, n)) >= 2 && (buf[1] == 0x5a && (buf[0] == 0x4c || buf[0] == 0x4d) || ux && buf[0] == '#' && buf[1] == '!' && (*ux = 1) && !(ux = 0)) ? 0 : -1;
|
Completed in 18 milliseconds