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

Lines Matching defs:_GL_WARN_ON_USE

348     _GL_WARN_ON_USE (func, \
405 /* The definition of _GL_WARN_ON_USE is copied here. */
406 #ifndef _GL_WARN_ON_USE
410 # define _GL_WARN_ON_USE(function, message) \
414 # define _GL_WARN_ON_USE(function, message) \
417 # define _GL_WARN_ON_USE(function, message) \
418 _GL_WARN_EXTERN_C int _gl_warn_on_use
423 is like _GL_WARN_ON_USE (function, "string"), except that the function is
426 This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does
439 _GL_WARN_EXTERN_C int _gl_warn_on_use
488 _GL_WARN_ON_USE (socket,
490 _GL_WARN_ON_USE (connect,
492 _GL_WARN_ON_USE (accept,
494 _GL_WARN_ON_USE (bind,
496 _GL_WARN_ON_USE (getpeername,
498 _GL_WARN_ON_USE (getsockname,
500 _GL_WARN_ON_USE (getsockopt,
502 _GL_WARN_ON_USE (listen,
504 _GL_WARN_ON_USE (recv,
506 _GL_WARN_ON_USE (send,
508 _GL_WARN_ON_USE (recvfrom,
510 _GL_WARN_ON_USE (sendto,
512 _GL_WARN_ON_USE (setsockopt,
514 _GL_WARN_ON_USE (shutdown,
523 _GL_WARN_ON_USE (select,
555 _GL_WARN_ON_USE (access, "the access function is a security risk - "
566 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
597 _GL_WARN_ON_USE (chown, "chown fails to follow symlinks on some systems and "
623 _GL_WARN_ON_USE (close, "close does not portably work on sockets - "
642 _GL_WARN_ON_USE (dup, "dup is unportable - "
670 _GL_WARN_ON_USE (dup2, "dup2 is unportable - "
699 _GL_WARN_ON_USE (dup3, "dup3 is unportable - "
729 _GL_WARN_ON_USE (rpl_environ, "environ is unportable - "
748 _GL_WARN_ON_USE (euidaccess, "the euidaccess function is a security risk - "
754 _GL_WARN_ON_USE (euidaccess, "euidaccess is unportable - "
772 _GL_WARN_ON_USE (faccessat, "faccessat is not portable - "
804 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - "
834 _GL_WARN_ON_USE (fchownat, "fchownat is not portable - "
853 _GL_WARN_ON_USE (fdatasync, "fdatasync is unportable - "
872 _GL_WARN_ON_USE (fsync, "fsync is unportable - "
900 _GL_WARN_ON_USE (ftruncate, "ftruncate is unportable - "
932 _GL_WARN_ON_USE (getcwd, "getcwd is unportable - "
968 _GL_WARN_ON_USE (getdomainname, "getdomainname is unportable - "
985 _GL_WARN_ON_USE (getdtablesize, "getdtablesize is unportable - "
1014 _GL_WARN_ON_USE (getgroups, "getgroups is unportable - "
1053 _GL_WARN_ON_USE (gethostname, "gethostname is unportable - "
1078 _GL_WARN_ON_USE (getlogin, "getlogin is unportable - "
1119 _GL_WARN_ON_USE (getlogin_r, "getlogin_r is unportable - "
1201 _GL_WARN_ON_USE (getpagesize, "getpagesize is unportable - "
1218 _GL_WARN_ON_USE (getusershell, "getusershell is unportable - "
1233 _GL_WARN_ON_USE (setusershell, "setusershell is unportable - "
1249 _GL_WARN_ON_USE (endusershell, "endusershell is unportable - "
1265 _GL_WARN_ON_USE (group_member, "group_member is unportable - "
1286 _GL_WARN_ON_USE (isatty, "isatty has portability problems on native Windows - "
1317 _GL_WARN_ON_USE (lchown, "lchown is unportable to pre-POSIX.1-2001 systems - "
1346 _GL_WARN_ON_USE (link, "link is unportable - "
1383 _GL_WARN_ON_USE (linkat, "linkat is unportable - "
1407 _GL_WARN_ON_USE (lseek, "lseek does not fail with ESPIPE on pipes on some "
1425 _GL_WARN_ON_USE (pipe, "pipe is unportable - "
1454 _GL_WARN_ON_USE (pipe2, "pipe2 is unportable - "
1489 _GL_WARN_ON_USE (pread, "pread is unportable - "
1524 _GL_WARN_ON_USE (pwrite, "pwrite is unportable - "
1580 _GL_WARN_ON_USE (readlink, "readlink is unportable - "
1598 _GL_WARN_ON_USE (readlinkat, "readlinkat is not portable - "
1619 _GL_WARN_ON_USE (rmdir, "rmdir is unportable - "
1646 _GL_WARN_ON_USE (sethostname, "sethostname is unportable - "
1674 _GL_WARN_ON_USE (sleep, "sleep is unportable - "
1700 _GL_WARN_ON_USE (symlink, "symlink is not portable - "
1718 _GL_WARN_ON_USE (symlinkat, "symlinkat is not portable - "
1748 _GL_WARN_ON_USE (ttyname_r, "ttyname_r is not portable - "
1769 _GL_WARN_ON_USE (unlink, "unlink is not portable - "
1795 _GL_WARN_ON_USE (unlinkat, "unlinkat is not portable - "
1823 _GL_WARN_ON_USE (usleep, "usleep is unportable - "