Home | History | Annotate | Download | only in sys

Lines Matching defs:_GL_WARN_ON_USE

264     _GL_WARN_ON_USE (func, \
321 /* The definition of _GL_WARN_ON_USE is copied here. */
322 #ifndef _GL_WARN_ON_USE
326 # define _GL_WARN_ON_USE(function, message) \
330 # define _GL_WARN_ON_USE(function, message) \
333 # define _GL_WARN_ON_USE(function, message) \
334 _GL_WARN_EXTERN_C int _gl_warn_on_use
339 is like _GL_WARN_ON_USE (function, "string"), except that the function is
342 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
355 _GL_WARN_EXTERN_C int _gl_warn_on_use
638 _GL_WARN_ON_USE (fchmodat, "fchmodat is not portable - "
662 _GL_WARN_ON_USE (fstat, "fstat has portability problems - "
692 _GL_WARN_ON_USE (fstatat, "fstatat is not portable - "
722 _GL_WARN_ON_USE (futimens, "futimens is not portable - "
759 _GL_WARN_ON_USE (lchmod, "lchmod is unportable - "
790 _GL_WARN_ON_USE (lstat, "lstat is unportable - "
841 _GL_WARN_ON_USE (mkdirat, "mkdirat is not portable - "
867 _GL_WARN_ON_USE (mkfifo, "mkfifo is not portable - "
883 _GL_WARN_ON_USE (mkfifoat, "mkfifoat is not portable - "
910 _GL_WARN_ON_USE (mknod, "mknod is not portable - "
928 _GL_WARN_ON_USE (mknodat, "mknodat is not portable - "
996 _GL_WARN_ON_USE (stat, "stat is unportable - "
1032 _GL_WARN_ON_USE (utimensat, "utimensat is not portable - "