Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 6.2

(Zoot)

lamf_rfread(2)


LAMF_RFREAD

LAMF_RFREAD

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

lamf_rfread, lamf_rfwrite − Read/write data from/to a remote file. (LAM)

SYNOPSIS

subroutine lamf_rfread (udesc, buffer, inbytes, outbytes, ierror)
subroutine lamf_rfread (udesc, buffer, inbytes, outbytes, ierror)
<type> buffer(*)
integer udesc, inbytes, outbytes, ierror

DESCRIPTION

These functions provide access to underlying POSIX functions, read(2) and write(2), on any LAM node. See lam_rfposix(2).

The length of the caller’s buffer is given in the inbytes argument. The actual number of bytes transferred is returned in the outbytes argument.

SEE ALSO

lamf_rfopen(2), lamf_rfclose(2)



lamf_rfread(2)