Lines Matching refs:functions
16 * Libiberty: (libiberty). Library of utility functions which
81 * Functions:: Available functions, macros, and global variables.
86 * Index:: Index of functions and categories.
132 * Supplemental Functions:: Providing functions which don't exist
135 * Replacement Functions:: These functions are sometimes buggy or
144 @cindex supplemental functions
145 @cindex functions, supplemental
146 @cindex functions, missing
148 Certain operating systems do not provide functions which have since
155 Similarly, some functions exist only among a particular ``flavor''
160 Many such functions are provided in @libib{}. They are quickly
172 @cindex replacement functions
173 @cindex functions, replacement
175 Some functions have extremely limited implementations on different
176 platforms. Other functions are tedious to use correctly; for example,
179 ``replacement functions'' is available in @libib{} to address these issues
182 All of these functions are declared in the @file{libiberty.h} header
185 functions may call one another.
200 The functions beginning with the letter @samp{x} are wrappers around
201 standard functions; the functions provided by the system environment
203 to client code. If the standard functions fail, these wrappers will
222 contains a good deal of documentation for these functions.
230 @cindex functions, extension
233 functions, which has proven generically useful in GNU programs, such as
234 obstacks and regex. These functions are often copied from other
247 @include functions.texi