Pages du manuel Linux : Fonctions des bibliothèques / diet
- array
- The array library interface
- array_allocate
- make sure array has at least n elements allocated
- array_bytes
- get number of allocated members in array
- array_cat
- append one array to another
- array_cat0
- append 0 byte to an array
- array_catb
- append bytes to an array
- array_cate
- append subset of one array to another array
- array_cats
- append C string to an array
- array_cats0
- append C string to an array
- array_equal
- compare two arrays for equality
- array_fail
- switch array to have failed
- array_get
- get pointer to nth element in array
- array_length
- get number of allocated members in array
- array_reset
- deallocate array
- array_start
- get pointer to first element in array
- array_trunc
- reduce number of initialized bytes
- array_truncate
- reduce number of initialized bytes
- buffer
- generic read/write buffering
- buffer_close
- close buffer
- buffer_feed
- low-level component of buffer_get
- buffer_flush
- feed buffer to write function
- buffer_fromsa
- initialize buffer structure from stralloc
- buffer_get
- read binary data from buffer
- buffer_getc
- read one char from buffer
- buffer_getline
- read line from buffer
- buffer_getline_sa
- read line from buffer
- buffer_getn
- read binary data from buffer
- buffer_getnewline_sa
- read line from buffer
- buffer_get_new_token_sa
- read token from buffer
- buffer_get_new_token_sa_pred
- read token from buffer
- buffer_get_token
- read token from buffer
- buffer_get_token_pred
- read token from buffer
- buffer_get_token_sa
- read token from buffer
- buffer_get_token_sa_pred
- read token from buffer
- buffer_init
- initialize buffer structure
- buffer_init_free
- initialize buffer structure
- buffer_mmapread
- create read-only memory-mapped file buffer
- buffer_peek
- return pointer to string in buffer
- buffer_put
- write binary data to buffer
- buffer_put8long
- write an octal ASCII representation of an unsigned long integer to buffer
- buffer_putalign
- write binary data to buffer
- buffer_puterror
- write error string to buffer and flush
- buffer_puterror2
- write error string to buffer and flush
- buffer_putflush
- write binary data to buffer and flush
- buffer_putlong
- write a decimal ASCII representation of a signed long integer to buffer
- buffer_putlonglong
- write a decimal ASCII representation of a signed long integer to buffer
- buffer_putm
- write ASCIIZ string(s) to buffer
- buffer_putnlflush
- write '\n' to buffer and flush
- buffer_puts
- write ASCIIZ string to buffer
- buffer_putsa
- write stralloc to buffer