HomeSort by relevance Sort by last modified time
    Searched refs:sysread (Results 1 - 4 of 4) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlkw.swg 101 PERLBN(sysread);
115 PERLBN(sysread);
  /external/curl/tests/
ftpserver.pl 237 # eXsysread is a wrapper around perl's sysread() function. This will
238 # repeat the call to sysread() until it has actually read the complete
279 $rc = sysread($FH, $$scalar, $nbytes - $nread, $nread);
289 $rc = sysread($FH, $$scalar, $nbytes - $nread, $nread);
297 logmsg "Warning: retrying sysread() interrupted system call\n";
301 logmsg "Warning: retrying sysread() due to EAGAIN\n";
305 logmsg "Warning: retrying sysread() due to EWOULDBLOCK\n";
308 logmsg "Error: sysread() failure: $!\n";
312 logmsg "Error: sysread() failure: returned negative value $rc\n";
316 logmsg "Error: sysread() failure: read zero bytes\n"
    [all...]
runtests.pl     [all...]
  /external/bison/
maint.mk     [all...]

Completed in 254 milliseconds