Lines Matching refs:functions

21    that are applied to some built-in functions by default.  Attributes
22 that are meant to be used by user-defined functions but aren't used
24 but not to functions need not and should not be defined here.
167 /* Allocation functions like malloc and realloc whose first argument
180 /* Allocation functions like calloc the product of whose first two arguments
185 /* Allocation functions like realloc whose second argument specifies
198 /* Nothrow functions with the sentinel(1) attribute. */
201 /* Nothrow functions whose pointer parameter(s) are all nonnull. */
204 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull. */
208 /* Nothrow functions whose first parameter is a nonnull pointer. */
211 /* Nothrow functions whose second parameter is a nonnull pointer. */
214 /* Nothrow functions whose third parameter is a nonnull pointer. */
217 /* Nothrow functions whose fourth parameter is a nonnull pointer. */
220 /* Nothrow functions whose fifth parameter is a nonnull pointer. */
227 nonnull pointers. As cancellation points the functions are not
240 /* Nothrow functions like {v,}sprintf whose first and second parameters
244 /* Nothrow functions like {v,}snprintf whose first and third parameters
248 /* Nothrow functions like {v,}sprintf_chk whose first and fourth parameters
252 /* Nothrow functions like {v,}snprintf_chk whose first and fifth parameters
257 /* Nothrow leaf functions which are type-generic. */
260 /* Nothrow nonnull leaf functions that are type-generic. */
264 /* Nothrow const functions whose pointer parameter(s) are all nonnull. */
267 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull,
271 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull,
275 /* Nothrow const leaf functions whose pointer parameter(s) are all nonnull. */
278 /* Nothrow const functions which are type-generic. */
281 /* Nothrow const leaf functions which are type-generic. */
284 /* Nothrow pure functions whose pointer parameter(s) are all nonnull. */
287 /* Nothrow pure leaf functions whose pointer parameter(s) are all nonnull. */
290 /* Nothrow malloc functions whose pointer parameter(s) are all nonnull. */
293 /* Nothrow malloc leaf functions whose pointer parameter(s) are all nonnull. */