Lines Matching refs:function
83 * For providing a substitute for a function that is missing on some
97 * For providing a replacement for a function that exists on all platforms,
116 * For providing a replacement for a function that exists on some platforms
149 declares a replacement function, named rpl_func, with the given prototype,
161 declares the system function, named func, with the given prototype,
192 except that the C function rpl_func may have a slightly different
210 that redirects to the system provided function func, if GNULIB_NAMESPACE
235 except that the C function func may have a slightly different declaration.
253 except that the C function is picked among a set of overloaded functions,
259 The inner cast: When the function is defined as a set of overloaded
261 When the function is defined as a single variant, it works as a
290 "The symbol ::" #func " refers to the system function. " \
318 "The symbol ::" #func " refers to the system function. " \
351 # define _GL_WARN_ON_USE(function, message) \
352 extern __typeof__ (function) function __attribute__ ((__warning__ (message)))
354 /* Verify the existence of the function. */
355 # define _GL_WARN_ON_USE(function, message) \
356 extern __typeof__ (function) function
358 # define _GL_WARN_ON_USE(function, message) \
363 /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string")
364 is like _GL_WARN_ON_USE (function, "string"), except that the function is
371 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \
372 extern rettype function parameters_and_attributes \
375 /* Verify the existence of the function. */
376 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \
377 extern rettype function parameters_and_attributes
379 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \
432 /* On HP-UX 11, in C++ mode, open() is defined as an inline function with a