Lines Matching refs:functions
16 * Libiberty: (libiberty). Library of utility functions which
89 * Functions:: Available functions, macros, and global variables.
96 * Index:: Index of functions and categories.
142 * Supplemental Functions:: Providing functions which don't exist
145 * Replacement Functions:: These functions are sometimes buggy or
154 @cindex supplemental functions
155 @cindex functions, supplemental
156 @cindex functions, missing
158 Certain operating systems do not provide functions which have since
165 Similarly, some functions exist only among a particular ``flavor''
170 Many such functions are provided in @libib{}. They are quickly
182 @cindex replacement functions
183 @cindex functions, replacement
185 Some functions have extremely limited implementations on different
186 platforms. Other functions are tedious to use correctly; for example,
189 ``replacement functions'' is available in @libib{} to address these issues
192 All of these functions are declared in the @file{libiberty.h} header
195 functions may call one another.
210 The functions beginning with the letter @samp{x} are wrappers around
211 standard functions; the functions provided by the system environment
213 to client code. If the standard functions fail, these wrappers will
232 contains a good deal of documentation for these functions.
240 @cindex functions, extension
243 functions, which has proven generically useful in GNU programs, such as
244 obstacks and regex. These functions are often copied from other
258 @include functions.texi