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

Lines Matching defs:_GL_WARN_ON_USE

256     _GL_WARN_ON_USE (func, \
313 /* The definition of _GL_WARN_ON_USE is copied here. */
314 #ifndef _GL_WARN_ON_USE
318 # define _GL_WARN_ON_USE(function, message) \
322 # define _GL_WARN_ON_USE(function, message) \
325 # define _GL_WARN_ON_USE(function, message) \
326 _GL_WARN_EXTERN_C int _gl_warn_on_use
331 is like _GL_WARN_ON_USE (function, "string"), except that the function is
334 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
347 _GL_WARN_EXTERN_C int _gl_warn_on_use
541 _GL_WARN_ON_USE (asctime, "asctime can overrun buffers in some cases - "
546 _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - "
551 _GL_WARN_ON_USE (asctime, "ctime can overrun buffers in some cases - "
556 _GL_WARN_ON_USE (asctime, "ctime_r can overrun buffers in some cases - "