• Home
  • Raw
  • Download

Lines Matching refs:_GL_WARN_ON_USE

154 _GL_WARN_ON_USE (dprintf, "dprintf is unportable - "
174 _GL_WARN_ON_USE (fclose, "fclose is not always POSIX compliant - "
194 _GL_WARN_ON_USE (fdopen, "fdopen on native Windows platforms is not POSIX compliant - "
218 _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - "
267 _GL_WARN_ON_USE (fopen, "fopen on native Windows platforms is not POSIX compliant - "
298 _GL_WARN_ON_USE (fprintf, "fprintf is not always POSIX compliant - "
326 _GL_WARN_ON_USE (fpurge, "fpurge is not always present - "
394 _GL_WARN_ON_USE (freopen,
494 _GL_WARN_ON_USE (fseeko, "fseeko is unportable - "
503 _GL_WARN_ON_USE (fseek, "fseek cannot handle files larger than 4 GB "
553 _GL_WARN_ON_USE (ftello, "ftello is unportable - "
562 _GL_WARN_ON_USE (ftell, "ftell cannot handle files larger than 4 GB "
665 _GL_WARN_ON_USE (getdelim, "getdelim is unportable - "
702 _GL_WARN_ON_USE (getline, "getline is unportable - "
712 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
776 _GL_WARN_ON_USE (pclose, "pclose is unportable - "
798 _GL_WARN_ON_USE (perror, "perror is not always POSIX compliant - "
822 _GL_WARN_ON_USE (popen, "popen is buggy on some platforms - "
872 _GL_WARN_ON_USE (printf, "printf is not always POSIX compliant - "
934 _GL_WARN_ON_USE (remove, "remove cannot handle directories on some platforms - "
957 _GL_WARN_ON_USE (rename, "rename is buggy on some platforms - "
985 _GL_WARN_ON_USE (renameat, "renameat is not portable - "
1046 _GL_WARN_ON_USE (snprintf, "snprintf is unportable - "
1076 _GL_WARN_ON_USE (sprintf, "sprintf is not always POSIX compliant - "
1095 _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - "
1173 _GL_WARN_ON_USE (vdprintf, "vdprintf is unportable - "
1209 _GL_WARN_ON_USE (vfprintf, "vfprintf is not always POSIX compliant - "
1263 _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - "
1309 _GL_WARN_ON_USE (vsnprintf, "vsnprintf is unportable - "
1336 _GL_WARN_ON_USE (vsprintf, "vsprintf is not always POSIX compliant - "