Lines Matching refs:functions
16 * Libiberty: (libiberty). Library of utility functions which
83 * Functions:: Available functions, macros, and global variables.
88 * Index:: Index of functions and categories.
134 * Supplemental Functions:: Providing functions which don't exist
137 * Replacement Functions:: These functions are sometimes buggy or
146 @cindex supplemental functions
147 @cindex functions, supplemental
148 @cindex functions, missing
150 Certain operating systems do not provide functions which have since
157 Similarly, some functions exist only among a particular ``flavor''
162 Many such functions are provided in @libib{}. They are quickly
174 @cindex replacement functions
175 @cindex functions, replacement
177 Some functions have extremely limited implementations on different
178 platforms. Other functions are tedious to use correctly; for example,
181 ``replacement functions'' is available in @libib{} to address these issues
184 All of these functions are declared in the @file{libiberty.h} header
187 functions may call one another.
202 The functions beginning with the letter @samp{x} are wrappers around
203 standard functions; the functions provided by the system environment
205 to client code. If the standard functions fail, these wrappers will
224 contains a good deal of documentation for these functions.
232 @cindex functions, extension
235 functions, which has proven generically useful in GNU programs, such as
236 obstacks and regex. These functions are often copied from other
249 @include functions.texi