Pages du manuel Linux : Fonctions des bibliothèques / diet
- 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
- mmap_private
- memory map a file for reading and writing
- mmap_read
- memory map a file for reading
- mmap_shared
- memory map a file for reading and writing
- ndelay_off
- put file descriptor in non-blocking mode
- ndelay_on
- put file descriptor in non-blocking mode
- openreadclose
- read a whole file into a stralloc
- open_append
- open a file for appending
- open_excl
- open a file for exclusive writing
- open_read
- open a file for reading
- open_rw
- open a file for reading and writing
- open_trunc
- open a file for writing
- open_write
- open a file for writing
- readclose
- read a whole file into a stralloc
- readclose_append
- read a whole file into a stralloc
- scan_8int
- parse an unsigned integer in octal ASCII representation
- scan_8long
- parse an unsigned long integer in octal ASCII representation
- scan_8short
- parse an unsigned short integer in octal ASCII representation
- scan_charsetnskip
- skip characters from set
- scan_double
- parse a floating point number in decimal ASCII representation
- scan_httpdate
- parse a HTTP date
- scan_int
- parse an integer in decimal ASCII representation
- scan_ip4
- parse an IPv4 number in dotted-decimal notation
- scan_ip6
- parse an IPv6 number in ASCII representation
- scan_ip6if
- parse an IPv6 number and interface in ASCII representation
- scan_ip6_flat
- parse an IPv6 number in flat ASCII representation
- scan_long
- parse an long integer in decimal ASCII representation
- scan_longlong
- parse a long integer in decimal ASCII representation
- scan_noncharsetnskip
- skip characters not from set
- scan_nonwhitenskip
- skip non-whitespace
- scan_plusminus
- parse '+' or '-'
- scan_short
- parse an integer in decimal ASCII representation
- scan_uint
- parse an unsigned integer in decimal ASCII representation
- scan_ulong
- parse an unsigned long integer in decimal ASCII representation
- scan_ulonglong
- parse an unsigned long integer in decimal ASCII representation
- scan_ushort
- parse an unsigned short integer in decimal ASCII representation
- scan_whitenskip
- skip whitespace
- scan_xint
- parse an unsigned integer in hexadecimal ASCII representation
- scan_xlong
- parse an unsigned long integer in hexadecimal ASCII representation
- scan_xlonglong
- parse an unsigned long long integer in hexadecimal ASCII representation
- scan_xshort
- parse an unsigned short integer in hexadecimal ASCII representation