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

Lines Matching defs:_GL_WARN_ON_USE

267     _GL_WARN_ON_USE (func, \
324 /* The definition of _GL_WARN_ON_USE is copied here. */
325 #ifndef _GL_WARN_ON_USE
329 # define _GL_WARN_ON_USE(function, message) \
333 # define _GL_WARN_ON_USE(function, message) \
336 # define _GL_WARN_ON_USE(function, message) \
337 _GL_WARN_EXTERN_C int _gl_warn_on_use
342 is like _GL_WARN_ON_USE (function, "string"), except that the function is
345 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
358 _GL_WARN_EXTERN_C int _gl_warn_on_use
383 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
398 _GL_WARN_ON_USE (ffsll, "ffsll is not portable - use the ffsll module");
437 _GL_WARN_ON_USE (memchr, "memchr has platform-specific bugs - "
471 _GL_WARN_ON_USE (memmem, "memmem is unportable and often quadratic - "
493 _GL_WARN_ON_USE (mempcpy, "mempcpy is unportable - "
521 _GL_WARN_ON_USE (memrchr, "memrchr is unportable - "
551 _GL_WARN_ON_USE (rawmemchr, "rawmemchr is unportable - "
569 _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - "
604 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable - "
614 _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings "
653 _GL_WARN_ON_USE (strchrnul, "strchrnul is unportable - "
681 _GL_WARN_ON_USE (strdup, "strdup is unportable - "
703 _GL_WARN_ON_USE (strncat, "strncat is unportable - "
729 _GL_WARN_ON_USE (strndup, "strndup is unportable - "
759 _GL_WARN_ON_USE (strnlen, "strnlen is unportable - "
771 _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings "
803 _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings "
810 _GL_WARN_ON_USE (strpbrk, "strpbrk is unportable - "
820 _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings "
830 _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings "
862 _GL_WARN_ON_USE (strsep, "strsep cannot work correctly on character strings "
869 _GL_WARN_ON_USE (strsep, "strsep is unportable - "
906 _GL_WARN_ON_USE (strstr, "strstr is quadratic on many systems, and cannot "
954 _GL_WARN_ON_USE (strcasestr, "strcasestr does work correctly on character "
1013 _GL_WARN_ON_USE (strtok_r, "strtok_r cannot work correctly on character "
1020 _GL_WARN_ON_USE (strtok_r, "strtok_r is unportable - "
1266 _GL_WARN_ON_USE (strerror, "strerror is unportable - "
1294 _GL_WARN_ON_USE (strerror_r, "strerror_r is unportable - "
1318 _GL_WARN_ON_USE (strsignal, "strsignal is unportable - "
1334 _GL_WARN_ON_USE (strverscmp, "strverscmp is unportable - "