File: lamf_rfwrite.2

package info (click to toggle)
lam 7.1.4-8
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 56,404 kB
  • sloc: ansic: 156,541; sh: 9,991; cpp: 7,699; makefile: 5,621; perl: 488; fortran: 260; asm: 83
file content (23 lines) | stat: -rw-r--r-- 695 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.TH LAMF_RFREAD 2 "July, 2007" "LAM 7.1.4" "LAM REMOTE LIBRARY"
.SH NAME
lamf_rfread, lamf_rfwrite \- Read/write data from/to a remote file. (LAM)
.SH SYNOPSIS
.nf
subroutine lamf_rfread (udesc, buffer, inbytes, outbytes, ierror)
subroutine lamf_rfread (udesc, buffer, inbytes, outbytes, ierror)
<type> buffer(*)
integer udesc, inbytes, outbytes, ierror
.fi
.SH DESCRIPTION
These functions provide access to underlying POSIX functions, read(2)
and write(2), on any LAM node.
See lam_rfposix(2).
.PP
The length of the caller's buffer is given in the
.I inbytes
argument.
The actual number of bytes transferred is returned in the
.I outbytes
argument.
.SH SEE ALSO
lamf_rfopen(2), lamf_rfclose(2)