Pages du manuel Linux : Fonctions des bibliothèques / diet

fmt_pad
pad a string with spaces.
fmt_plusminus
write '+' or '-'
fmt_str
write an ASCII string
fmt_strn
write an ASCII string
fmt_uint
write an ASCII representation of an unsigned integer
fmt_uint0
write a zero-padded ASCII representation of an unsigned integer
fmt_ulong
write an ASCII representation of an unsigned long integer
fmt_ulong0
write a zero-padded ASCII representation of an unsigned long integer
fmt_ulonglong
write an ASCII representation of an unsigned long long integer
fmt_xlong
write a hexadecimal ASCII representation of an unsigned long integer
fmt_xlonglong
write a hexadecimal ASCII representation of an unsigned long long integer
imult16
integer multiplication with overflow checking
imult32
integer multiplication with overflow checking
imult64
integer multiplication with overflow checking
iob_addbuf
add buffer to I/O batch
iob_addbuf_free
add buffer to I/O batch, with deallocation
iob_addfile
add file region to I/O batch
iob_addfile_close
add file region to I/O batch
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
iopause
iopause -
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_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