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

Lines Matching defs:_GL_WARN_ON_USE

335     _GL_WARN_ON_USE (func, \
392 _GL_WARN_ON_USE is copied here. */
393 #ifndef _GL_WARN_ON_USE
397 # define _GL_WARN_ON_USE(function, message) \
401 # define _GL_WARN_ON_USE(function, message) \
404 # define _GL_WARN_ON_USE(function, message) \
405 _GL_WARN_EXTERN_C int _gl_warn_on_use
410 is like _GL_WARN_ON_USE (function, "string"), except that the function is
413 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
426 _GL_WARN_EXTERN_C int _gl_warn_on_use
466 _GL_WARN_ON_USE (dprintf, "dprintf is unportable - "
486 _GL_WARN_ON_USE (fclose, "fclose is not always POSIX compliant - "
506 _GL_WARN_ON_USE (fdopen, "fdopen on native Windows platforms is not POSIX compliant - "
530 _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - "
579 _GL_WARN_ON_USE (fopen, "fopen on native Windows platforms is not POSIX compliant - "
610 _GL_WARN_ON_USE (fprintf, "fprintf is not always POSIX compliant - "
638 _GL_WARN_ON_USE (fpurge, "fpurge is not always present - "
706 _GL_WARN_ON_USE (freopen,
806 _GL_WARN_ON_USE (fseeko, "fseeko is unportable - "
815 _GL_WARN_ON_USE (fseek, "fseek cannot handle files larger than 4 GB "
865 _GL_WARN_ON_USE (ftello, "ftello is unportable - "
874 _GL_WARN_ON_USE (ftell, "ftell cannot handle files larger than 4 GB "
977 _GL_WARN_ON_USE (getdelim, "getdelim is unportable - "
1014 _GL_WARN_ON_USE (getline, "getline is unportable - "
1024 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
1088 _GL_WARN_ON_USE (pclose, "pclose is unportable - "
1110 _GL_WARN_ON_USE (perror, "perror is not always POSIX compliant - "
1134 _GL_WARN_ON_USE (popen, "popen is buggy on some platforms - "
1184 _GL_WARN_ON_USE (printf, "printf is not always POSIX compliant - "
1246 _GL_WARN_ON_USE (remove, "remove cannot handle directories on some platforms - "
1269 _GL_WARN_ON_USE (rename, "rename is buggy on some platforms - "
1297 _GL_WARN_ON_USE (renameat, "renameat is not portable - "
1358 _GL_WARN_ON_USE (snprintf, "snprintf is unportable - "
1388 _GL_WARN_ON_USE (sprintf, "sprintf is not always POSIX compliant - "
1407 _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - "
1485 _GL_WARN_ON_USE (vdprintf, "vdprintf is unportable - "
1521 _GL_WARN_ON_USE (vfprintf, "vfprintf is not always POSIX compliant - "
1575 _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - "
1621 _GL_WARN_ON_USE (vsnprintf, "vsnprintf is unportable - "
1648 _GL_WARN_ON_USE (vsprintf, "vsprintf is not always POSIX compliant - "