Pages du manuel Linux : Fonctions des bibliothèques

rand_r
See rand.3posix
RAND_set_rand_method
select RAND method
rarray
Roy variable sized arrays
rarray_append
append a new entry to an rarray.
rarray_free
See rarray_new.3
rarray_last
return entries in a Roy Array.
rarray_len
get/set array length.
rarray_new
allocate and initialize a new Roy array.
rarray_nth
See rarray_last.3
rarray_peek
See rarray_pop.3
rarray_pop
Stack like operators for Roy arrays.
rarray_push
See rarray_pop.3
rarray_set_len
See rarray_len.3
Razor2::Errorhandler
Error handling mechanism for Razor.
Razor2::Preproc::deHTMLxs
Perl extension for libpreproc deHTMLxs code
Razor2::Syslog
Razor2::Syslog -- Syslog support for Razor2
rb
The Report Browser Tool
rbhash
Roy hash table
rbhash_entry_getkey
get/set key in an RBHash entry.
rbhash_entry_setkey
See rbhash_entry_getkey.3
rbhash_free
free an RBHash structure.
rbhash_insert
insert a new entry into an rbhash
rbhash_len
get the number of elements stored in a RBHash.
rbhash_lookup
look up an entry in an RBHash.
rbhash_lookup_next
See rbhash_lookup.3
rbhash_new
allocate a new rbhash
rbhash_remove
remove an entry from an RBHash.
rbhash_remove_entry
remove an entry from an RBHash.
rbucket
Roy bucket memory allocator
rbuf
a robust string implementation
rbuf_append
append a value to an rbuf
rbuf_append_char
See rbuf_append.3
rbuf_append_data
See rbuf_append.3
rbuf_append_rbuf
See rbuf_append.3
rbuf_append_sprintf
See rbuf_sprintf.3
rbuf_append_str
See rbuf_append.3
rbuf_append_vsprintf
See rbuf_sprintf.3
rbuf_auto
create a volatile rbuf from static string
rbuf_down
convert each character to lower case
rbuf_empty
find out if an rbuf is holding anything
rbuf_equal
equivalance checks for rbufs
rbuf_equal_data
See rbuf_equal.3
rbuf_equal_rbuf
See rbuf_equal.3
rbuf_equal_rbufcase
See rbuf_equal.3
rbuf_equal_rbuf_len
See rbuf_equal.3
rbuf_equal_str
See rbuf_equal.3
rbuf_equal_strcase
See rbuf_equal.3
rbuf_equal_str_len
See rbuf_equal.3
rbuf_erase
remove portions of an rbuf.
rbuf_float
See rbuf_str.3