Pages du manuel Linux : Fonctions des bibliothèques

iob_adds
add buffer to I/O batch
iob_adds_free
add buffer to I/O batch
iob_free
free an I/O batch
iob_new
create new I/O batch
iob_prefetch
prefetch data for I/O batch
iob_reset
reset an I/O batch
iob_send
send I/O batch
iob_write
send I/O batch through callback
ioctl
control a STREAMS device (STREAMS)
iopause
iopause -
ioqueue
ioqueue.h
Generic RTP input/output queues.
io_appendfile
open a file for appending
io_canread
return a file descriptor that can be read from
io_canwrite
return a file descriptor that can be written to
io_check
check for new readable or writable descriptors
io_close
close a file descriptor
io_closeonexec
mark a file descriptor non-inheritable
io_createfile
create a file
io_dontwantread
signal that you do not want to read from a descriptor
io_dontwantwrite
signal that you do not want to write to a descriptor
io_eagain
tell io_wait that you got an EAGAIN
io_fd
prepare descriptor for io_wait
io_finishandshutdown
deallocate internal data structures
io_getcookie
retrieve cookie
io_lib
IO Library Functions
io_nonblock
switch to non-blocking I/O
io_passfd
pass a file descriptor over a Unix Domain socket
io_pipe
create a Unix pipe
io_readfile
open a file for reading
io_readwritefile
open a file for reading and writing
io_receivefd
receive a file descriptor over a Unix Domain socket
io_sendfile
send data from a file to a socket
io_setcookie
associate cookie with descriptor
io_socketpair
create a pair of sockets
io_timeout
set time limit on descriptor
io_timeouted
return a file descriptor over deadline
io_tryread
read from a descriptor without blocking
io_tryreadtimeout
read from a descriptor without blocking
io_trywrite
write to a descriptor without blocking
io_trywritetimeout
write to a descriptor without blocking
io_wait
wait for events
io_waitread
read from a descriptor
io_waituntil
wait for events
io_wantread
signal that you want to read from a descriptor
io_wantwrite
signal that you want to write to a descriptor
IPC::Msg
SysV Msg IPC object class
IPC::Open2
open a process for both reading and writing
IPC::Open3
open a process for reading, writing, and error handling
IPC::Run
system() and background procs w/ piping, redirs, ptys (Unix, Win32)