Home | History | Annotate | Download | only in linux-lib

Lines Matching defs:_GL_WARN_ON_USE

289     _GL_WARN_ON_USE (func, \
346 /* The definition of _GL_WARN_ON_USE is copied here. */
347 #ifndef _GL_WARN_ON_USE
351 # define _GL_WARN_ON_USE(function, message) \
355 # define _GL_WARN_ON_USE(function, message) \
358 # define _GL_WARN_ON_USE(function, message) \
359 _GL_WARN_EXTERN_C int _gl_warn_on_use
364 is like _GL_WARN_ON_USE (function, "string"), except that the function is
367 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
380 _GL_WARN_EXTERN_C int _gl_warn_on_use
415 _GL_WARN_ON_USE (fcntl, "fcntl is not always POSIX compliant - "
440 _GL_WARN_ON_USE (open, "open is not always POSIX compliant - "
468 _GL_WARN_ON_USE (openat, "openat is not portable - "