summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch06.t
blob: b3be22feb35e9242f0d9ca9f3e00bb3c8c0006f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
@c
@c  COPYRIGHT (c) 1988-1998.
@c  On-Line Applications Research Corporation (OAR).
@c  All rights reserved.
@c
@c  $Id$
@c

@chapter Input and Output Primitives
@section Pipes
@subsection Create an Inter-Process Channel
@section File Descriptor Manipulation
@subsection Duplicate an Open File Descriptor
@section File Descriptor Deassignment
@subsection Close a File
@section Input and Output
@subsection Read from a File
@subsection Write to a File
@section Control Operations on Files
@subsection Data Definitions for File Control Operations
@subsection File Control
@subsection Reposition Read/Write File Offset
@section File Synchronization
@subsection Synchronize the State of a File
@subsection Synchronize the Data of a File
@section Asynchronous Input and Output
@subsection Data Definitions for Asynchronous Input and Output
@subsection Asynchronous Read
@subsection Asynchronous Write
@subsection List Directed I/O
@subsection Retrieve Error Status of Asynchronous I/O Operation
@subsection Retrieve Return Status of Asynchronous I/O Operation
@subsection Cancel Asynchronous I/O Request
@subsection Wait for Asynchronous I/O Request
@subsection Asynchronous File Synchronization