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

stralloc_init
initialize a stralloc
stralloc_ready
provide space in a stralloc
stralloc_readyplus
provide space in a stralloc
stralloc_starts
check if string is prefix of stralloc
stralloc_zero
set length of stralloc to 0
str_chr
find character in ASCIIZ string
str_copy
copy an ASCIIZ string
str_diff
compare two ASCIIZ strings
str_diffn
compare two ASCIIZ strings
str_equal
compare two ASCIIZ strings
str_len
find length of ASCIIZ string
str_rchr
find character in ASCIIZ string
str_start
compare prefixes of strings
taia_add
add two struct taia
taia_addsec
add n seconds to a struct taia
taia_approx
return double-precision approximation
taia_frac
get current time
taia_less
compare two struct taia
taia_now
get current time
taia_pack
convert to external TAI64NA format
taia_sub
subtract two struct taia
taia_tai
get current time
taia_uint
convert seconds into struct taia
taia_unpack
convert to external TAI64NA format
tai_add
add two struct tai
tai_approx
return double-precision approximation
tai_less
compare two struct tai
tai_now
get current time
tai_pack
convert to external TAI64 format
tai_sub
subtract two struct tai
tai_unpack
convert to external TAI64 format
uint16_pack
write an unsigned little-endian 16-bit integer
uint16_pack_big
write an unsigned big-endian 16-bit integer
uint16_read
read an unsigned little-endian 16-bit integer
uint16_read_big
read an unsigned big-endian 16-bit integer
uint16_unpack
read an unsigned little-endian 16-bit integer
uint16_unpack_big
read an unsigned big-endian 16-bit integer
uint32_pack
write an unsigned little-endian 32-bit integer
uint32_pack_big
write an unsigned big-endian 32-bit integer
uint32_read
read an unsigned little-endian 32-bit integer
uint32_read_big
read an unsigned big-endian 32-bit integer
uint32_unpack
read an unsigned little-endian 32-bit integer
uint32_unpack_big
read an unsigned big-endian 32-bit integer
umult16
integer multiplication with overflow checking
umult32
integer multiplication with overflow checking
umult64
integer multiplication with overflow checking