* doc/glibc-functions/add-manpage-link.sh: New file.
* doc/glibc-functions/*.texi: Add reference to man page on kernel.org when it
exists.
* doc/posix-functions/aligned_alloc.texi: Likewise.
@subsection @code{accept4}
@findex accept4
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/accept4.2.html,,man accept4}
+
Gnulib module: accept4
Portability problems fixed by Gnulib:
@subsection @code{acct}
@findex acct
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/acct.2.html,,man acct}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
--- /dev/null
+#!/bin/sh
+# Adds the reference to the Linux manual page to the file foo.texi.
+# Usage: add-manpage-link.sh foo.texi
+
+case "$1" in
+ *.texi)
+ f="$1"
+ g="${f%.texi}"
+ if wget https://www.kernel.org/doc/man-pages/online/pages/man3/${g}.3.html >/dev/null 2>&1; then
+ if sed -i -e "s|^Gnulib module|Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/${g}.3.html,,man ${g}}\n\
+\n\
+Gnulib module|" ${f}; then
+ echo $f updated
+ else
+ echo $f update failed
+ fi
+ else
+ if wget https://www.kernel.org/doc/man-pages/online/pages/man2/${g}.2.html >/dev/null 2>&1; then
+ if sed -i -e "s|^Gnulib module|Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/${g}.2.html,,man ${g}}\n\
+\n\
+Gnulib module|" ${f}; then
+ echo $f updated
+ else
+ echo $f update failed
+ fi
+ else
+ echo $f not documented among the man pages
+ fi
+ fi
+ ;;
+ *) echo "invalid argument: $1" 1>&2 ;;
+esac
@subsection @code{addmntent}
@findex addmntent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/addmntent.3.html,,man addmntent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{addseverity}
@findex addseverity
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/addseverity.3.html,,man addseverity}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{adjtime}
@findex adjtime
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/adjtime.3.html,,man adjtime}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{adjtimex}
@findex adjtimex
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/adjtimex.2.html,,man adjtimex}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{aio_init}
@findex aio_init
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/aio_init.3.html,,man aio_init}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{argz_add}
@findex argz_add
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/argz_add.3.html,,man argz_add}
+
Gnulib module: argz
Portability problems fixed by Gnulib:
@subsection @code{argz_add_sep}
@findex argz_add_sep
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/argz_add_sep.3.html,,man argz_add_sep}
+
Gnulib module: argz
Portability problems fixed by Gnulib:
@subsection @code{argz_append}
@findex argz_append
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/argz_append.3.html,,man argz_append}
+
Gnulib module: argz
Portability problems fixed by Gnulib:
@subsection @code{argz_count}
@findex argz_count
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/argz_count.3.html,,man argz_count}
+
Gnulib module: argz
Portability problems fixed by Gnulib:
@subsection @code{argz_create}
@findex argz_create
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/argz_create.3.html,,man argz_create}
+
Gnulib module: argz
Portability problems fixed by Gnulib:
@subsection @code{argz_create_sep}
@findex argz_create_sep
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/argz_create_sep.3.html,,man argz_create_sep}
+
Gnulib module: argz
Portability problems fixed by Gnulib:
@subsection @code{argz_delete}
@findex argz_delete
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/argz_delete.3.html,,man argz_delete}
+
Gnulib module: argz
Portability problems fixed by Gnulib:
@subsection @code{argz_extract}
@findex argz_extract
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/argz_extract.3.html,,man argz_extract}
+
Gnulib module: argz
Portability problems fixed by Gnulib:
@subsection @code{argz_insert}
@findex argz_insert
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/argz_insert.3.html,,man argz_insert}
+
Gnulib module: argz
Portability problems fixed by Gnulib:
@subsection @code{argz_next}
@findex argz_next
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/argz_next.3.html,,man argz_next}
+
Gnulib module: argz
Portability problems fixed by Gnulib:
@subsection @code{argz_replace}
@findex argz_replace
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/argz_replace.3.html,,man argz_replace}
+
Gnulib module: argz
Portability problems fixed by Gnulib:
@subsection @code{argz_stringify}
@findex argz_stringify
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/argz_stringify.3.html,,man argz_stringify}
+
Gnulib module: argz
Portability problems fixed by Gnulib:
@subsection @code{asprintf}
@findex asprintf
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/asprintf.3.html,,man asprintf}
+
Gnulib module: vasprintf or vasprintf-posix
Portability problems fixed by either Gnulib module @code{vasprintf} or @code{vasprintf-posix}:
@subsection @code{authnone_create}
@findex authnone_create
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/authnone_create.3.html,,man authnone_create}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{authunix_create}
@findex authunix_create
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/authunix_create.3.html,,man authunix_create}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{authunix_create_default}
@findex authunix_create_default
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/authunix_create_default.3.html,,man authunix_create_default}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{backtrace}
@findex backtrace
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/backtrace.3.html,,man backtrace}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{backtrace_symbols}
@findex backtrace_symbols
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/backtrace_symbols.3.html,,man backtrace_symbols}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{backtrace_symbols_fd}
@findex backtrace_symbols_fd
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/backtrace_symbols_fd.3.html,,man backtrace_symbols_fd}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{bdflush}
@findex bdflush
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/bdflush.2.html,,man bdflush}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{bind_textdomain_codeset}
@findex bind_textdomain_codeset
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/bind_textdomain_codeset.3.html,,man bind_textdomain_codeset}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{bindresvport}
@findex bindresvport
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/bindresvport.3.html,,man bindresvport}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{bindtextdomain}
@findex bindtextdomain
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/bindtextdomain.3.html,,man bindtextdomain}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{brk}
@findex brk
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/brk.2.html,,man brk}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{bswap_16}
@findex bswap_16
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/bswap_16.3.html,,man bswap_16}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{bswap_32}
@findex bswap_32
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/bswap_32.3.html,,man bswap_32}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{bswap_64}
@findex bswap_64
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/bswap_64.3.html,,man bswap_64}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{callrpc}
@findex callrpc
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/callrpc.3.html,,man callrpc}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{canonicalize_file_name}
@findex canonicalize_file_name
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/canonicalize_file_name.3.html,,man canonicalize_file_name}
+
Gnulib module: canonicalize-lgpl
Portability problems fixed by Gnulib:
@subsection @code{capget}
@findex capget
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/capget.2.html,,man capget}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{capset}
@findex capset
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/capset.2.html,,man capset}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{cfmakeraw}
@findex cfmakeraw
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/cfmakeraw.3.html,,man cfmakeraw}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{cfree}
@findex cfree
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/cfree.3.html,,man cfree}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{cfsetspeed}
@findex cfsetspeed
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/cfsetspeed.3.html,,man cfsetspeed}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{chroot}
@findex chroot
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/chroot.2.html,,man chroot}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clearenv}
@findex clearenv
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/clearenv.3.html,,man clearenv}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clearerr_unlocked}
@findex clearerr_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/clearerr_unlocked.3.html,,man clearerr_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clnt_broadcast}
@findex clnt_broadcast
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/clnt_broadcast.3.html,,man clnt_broadcast}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clnt_create}
@findex clnt_create
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/clnt_create.3.html,,man clnt_create}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clnt_pcreateerror}
@findex clnt_pcreateerror
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/clnt_pcreateerror.3.html,,man clnt_pcreateerror}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clnt_perrno}
@findex clnt_perrno
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/clnt_perrno.3.html,,man clnt_perrno}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clnt_perror}
@findex clnt_perror
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/clnt_perror.3.html,,man clnt_perror}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clnt_spcreateerror}
@findex clnt_spcreateerror
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/clnt_spcreateerror.3.html,,man clnt_spcreateerror}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clnt_sperrno}
@findex clnt_sperrno
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/clnt_sperrno.3.html,,man clnt_sperrno}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clnt_sperror}
@findex clnt_sperror
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/clnt_sperror.3.html,,man clnt_sperror}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clntraw_create}
@findex clntraw_create
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/clntraw_create.3.html,,man clntraw_create}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clnttcp_create}
@findex clnttcp_create
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/clnttcp_create.3.html,,man clnttcp_create}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clntudp_bufcreate}
@findex clntudp_bufcreate
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/clntudp_bufcreate.3.html,,man clntudp_bufcreate}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clntudp_create}
@findex clntudp_create
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/clntudp_create.3.html,,man clntudp_create}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clog10}
@findex clog10
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/clog10.3.html,,man clog10}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clog10f}
@findex clog10f
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/clog10f.3.html,,man clog10f}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clog10l}
@findex clog10l
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/clog10l.3.html,,man clog10l}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{clone}
@findex clone
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/clone.2.html,,man clone}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{cuserid}
@findex cuserid
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/cuserid.3.html,,man cuserid}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{daemon}
@findex daemon
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/daemon.3.html,,man daemon}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{dcgettext}
@findex dcgettext
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/dcgettext.3.html,,man dcgettext}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{dcngettext}
@findex dcngettext
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/dcngettext.3.html,,man dcngettext}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{dgettext}
@findex dgettext
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/dgettext.3.html,,man dgettext}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{dl_iterate_phdr}
@findex dl_iterate_phdr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/dl_iterate_phdr.3.html,,man dl_iterate_phdr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{dladdr}
@findex dladdr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/dladdr.3.html,,man dladdr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{dladdr1}
@findex dladdr1
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/dladdr1.3.html,,man dladdr1}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{dlinfo}
@findex dlinfo
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/dlinfo.3.html,,man dlinfo}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{dlmopen}
@findex dlmopen
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/dlmopen.3.html,,man dlmopen}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{dlvsym}
@findex dlvsym
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/dlvsym.3.html,,man dlvsym}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{dn_expand}
@findex dn_expand
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/dn_expand.3.html,,man dn_expand}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{dngettext}
@findex dngettext
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/dngettext.3.html,,man dngettext}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{drand48_r}
@findex drand48_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/drand48_r.3.html,,man drand48_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{drem}
@findex drem
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/drem.3.html,,man drem}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{dremf}
@findex dremf
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/dremf.3.html,,man dremf}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{dreml}
@findex dreml
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/dreml.3.html,,man dreml}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{dup3}
@findex dup3
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/dup3.2.html,,man dup3}
+
Gnulib module: dup3
Portability problems fixed by Gnulib:
@subsection @code{dysize}
@findex dysize
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/dysize.3.html,,man dysize}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{eaccess}
@findex eaccess
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/eaccess.3.html,,man eaccess}
+
This function is an alias of @code{euidaccess}. See @ref{euidaccess}.
@subsection @code{ecvt_r}
@findex ecvt_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ecvt_r.3.html,,man ecvt_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{endaliasent}
@findex endaliasent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/endaliasent.3.html,,man endaliasent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{endfsent}
@findex endfsent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/endfsent.3.html,,man endfsent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{endmntent}
@findex endmntent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/endmntent.3.html,,man endmntent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{endnetgrent}
@findex endnetgrent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/endnetgrent.3.html,,man endnetgrent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{endrpcent}
@findex endrpcent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/endrpcent.3.html,,man endrpcent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{endspent}
@findex endspent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/endspent.3.html,,man endspent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{endttyent}
@findex endttyent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/endttyent.3.html,,man endttyent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{endusershell}
@findex endusershell
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/endusershell.3.html,,man endusershell}
+
Gnulib module: getusershell
Portability problems fixed by Gnulib:
@subsection @code{endutent}
@findex endutent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/endutent.3.html,,man endutent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{envz_add}
@findex envz_add
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/envz_add.3.html,,man envz_add}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{envz_entry}
@findex envz_entry
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/envz_entry.3.html,,man envz_entry}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{envz_get}
@findex envz_get
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/envz_get.3.html,,man envz_get}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{envz_merge}
@findex envz_merge
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/envz_merge.3.html,,man envz_merge}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{envz_remove}
@findex envz_remove
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/envz_remove.3.html,,man envz_remove}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{envz_strip}
@findex envz_strip
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/envz_strip.3.html,,man envz_strip}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{epoll_create}
@findex epoll_create
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/epoll_create.2.html,,man epoll_create}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{epoll_ctl}
@findex epoll_ctl
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/epoll_ctl.2.html,,man epoll_ctl}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{epoll_wait}
@findex epoll_wait
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/epoll_wait.2.html,,man epoll_wait}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{erand48_r}
@findex erand48_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/erand48_r.3.html,,man erand48_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{err}
@findex err
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/err.3.html,,man err}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{error}
@findex error
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/error.3.html,,man error}
+
Gnulib module: error
Portability problems fixed by Gnulib:
@subsection @code{error_at_line}
@findex error_at_line
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/error_at_line.3.html,,man error_at_line}
+
Gnulib module: error
Portability problems fixed by Gnulib:
@subsection @code{error_message_count}
@findex error_message_count
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/error_message_count.3.html,,man error_message_count}
+
Gnulib module: error
Portability problems fixed by Gnulib:
@subsection @code{error_one_per_line}
@findex error_one_per_line
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/error_one_per_line.3.html,,man error_one_per_line}
+
Gnulib module: error
Portability problems fixed by Gnulib:
@subsection @code{error_print_progname}
@findex error_print_progname
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/error_print_progname.3.html,,man error_print_progname}
+
Gnulib module: error
Portability problems fixed by Gnulib:
@subsection @code{errx}
@findex errx
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/errx.3.html,,man errx}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ether_aton}
@findex ether_aton
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ether_aton.3.html,,man ether_aton}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ether_aton_r}
@findex ether_aton_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ether_aton_r.3.html,,man ether_aton_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ether_hostton}
@findex ether_hostton
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ether_hostton.3.html,,man ether_hostton}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ether_line}
@findex ether_line
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ether_line.3.html,,man ether_line}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ether_ntoa}
@findex ether_ntoa
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ether_ntoa.3.html,,man ether_ntoa}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ether_ntoa_r}
@findex ether_ntoa_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ether_ntoa_r.3.html,,man ether_ntoa_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ether_ntohost}
@findex ether_ntohost
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ether_ntohost.3.html,,man ether_ntohost}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{euidaccess}
@findex euidaccess
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/euidaccess.3.html,,man euidaccess}
+
Gnulib module: euidaccess
Portability problems fixed by Gnulib:
@subsection @code{execvpe}
@findex execvpe
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/execvpe.3.html,,man execvpe}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{exp10}
@findex exp10
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/exp10.3.html,,man exp10}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{exp10f}
@findex exp10f
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/exp10f.3.html,,man exp10f}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{exp10l}
@findex exp10l
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/exp10l.3.html,,man exp10l}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{explicit_bzero}
@findex explicit_bzero
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/explicit_bzero.3.html,,man explicit_bzero}
+
Gnulib module: explicit_bzero
The @code{explicit_bzero} function is an approximation to what is
@subsection @code{fallocate}
@findex fallocate
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/fallocate.2.html,,man fallocate}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fanotify_init}
@findex fanotify_init
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/fanotify_init.2.html,,man fanotify_init}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fanotify_mark}
@findex fanotify_mark
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/fanotify_mark.2.html,,man fanotify_mark}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fcloseall}
@findex fcloseall
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fcloseall.3.html,,man fcloseall}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fcvt_r}
@findex fcvt_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fcvt_r.3.html,,man fcvt_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fedisableexcept}
@findex fedisableexcept
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fedisableexcept.3.html,,man fedisableexcept}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{feenableexcept}
@findex feenableexcept
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/feenableexcept.3.html,,man feenableexcept}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fegetexcept}
@findex fegetexcept
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fegetexcept.3.html,,man fegetexcept}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{feof_unlocked}
@findex feof_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/feof_unlocked.3.html,,man feof_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ferror_unlocked}
@findex ferror_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ferror_unlocked.3.html,,man ferror_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fflush_unlocked}
@findex fflush_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fflush_unlocked.3.html,,man fflush_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ffsl}
@findex ffsl
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ffsl.3.html,,man ffsl}
+
Gnulib module: ffsl
Portability problems fixed by Gnulib:
@subsection @code{ffsll}
@findex ffsll
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ffsll.3.html,,man ffsll}
+
Gnulib module: ffsll
Portability problems fixed by Gnulib:
@subsection @code{fgetc_unlocked}
@findex fgetc_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fgetc_unlocked.3.html,,man fgetc_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fgetfilecon}
@findex fgetfilecon
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fgetfilecon.3.html,,man fgetfilecon}
+
@getfileconDesc{fgetfilecon}
@subsection @code{fgetgrent}
@findex fgetgrent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fgetgrent.3.html,,man fgetgrent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fgetgrent_r}
@findex fgetgrent_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fgetgrent_r.3.html,,man fgetgrent_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fgetpwent}
@findex fgetpwent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fgetpwent.3.html,,man fgetpwent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fgetpwent_r}
@findex fgetpwent_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fgetpwent_r.3.html,,man fgetpwent_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fgets_unlocked}
@findex fgets_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fgets_unlocked.3.html,,man fgets_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fgetspent}
@findex fgetspent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fgetspent.3.html,,man fgetspent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fgetspent_r}
@findex fgetspent_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fgetspent_r.3.html,,man fgetspent_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fgetwc_unlocked}
@findex fgetwc_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fgetwc_unlocked.3.html,,man fgetwc_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fgetws_unlocked}
@findex fgetws_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fgetws_unlocked.3.html,,man fgetws_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fgetxattr}
@findex fgetxattr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/fgetxattr.2.html,,man fgetxattr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fileno_unlocked}
@findex fileno_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fileno_unlocked.3.html,,man fileno_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{finite}
@findex finite
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/finite.3.html,,man finite}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{finitef}
@findex finitef
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/finitef.3.html,,man finitef}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{finitel}
@findex finitel
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/finitel.3.html,,man finitel}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{flistxattr}
@findex flistxattr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/flistxattr.2.html,,man flistxattr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{flock}
@findex flock
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/flock.2.html,,man flock}
+
Gnulib module: flock
Portability problems fixed by Gnulib:
@subsection @code{fopencookie}
@findex fopencookie
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fopencookie.3.html,,man fopencookie}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{forkpty}
@findex forkpty
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/forkpty.3.html,,man forkpty}
+
Gnulib module: forkpty
Portability problems fixed by Gnulib:
@subsection @code{fputc_unlocked}
@findex fputc_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fputc_unlocked.3.html,,man fputc_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fputs_unlocked}
@findex fputs_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fputs_unlocked.3.html,,man fputs_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fputwc_unlocked}
@findex fputwc_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fputwc_unlocked.3.html,,man fputwc_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fputws_unlocked}
@findex fputws_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fputws_unlocked.3.html,,man fputws_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fread_unlocked}
@findex fread_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fread_unlocked.3.html,,man fread_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{freeifaddrs}
@findex freeifaddrs
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/freeifaddrs.3.html,,man freeifaddrs}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fremovexattr}
@findex fremovexattr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/fremovexattr.2.html,,man fremovexattr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fsetxattr}
@findex fsetxattr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/fsetxattr.2.html,,man fsetxattr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fstatfs}
@findex fstatfs
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/fstatfs.2.html,,man fstatfs}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fts_children}
@findex fts_children
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fts_children.3.html,,man fts_children}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fts_close}
@findex fts_close
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fts_close.3.html,,man fts_close}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fts_open}
@findex fts_open
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fts_open.3.html,,man fts_open}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fts_read}
@findex fts_read
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fts_read.3.html,,man fts_read}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fts_set}
@findex fts_set
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fts_set.3.html,,man fts_set}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{futimes}
@findex futimes
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/futimes.3.html,,man futimes}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{futimesat}
@findex futimesat
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/futimesat.2.html,,man futimesat}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{fwrite_unlocked}
@findex fwrite_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/fwrite_unlocked.3.html,,man fwrite_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{gamma}
@findex gamma
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/gamma.3.html,,man gamma}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{gammaf}
@findex gammaf
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/gammaf.3.html,,man gammaf}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{gammal}
@findex gammal
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/gammal.3.html,,man gammal}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{get_avphys_pages}
@findex get_avphys_pages
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/get_avphys_pages.3.html,,man get_avphys_pages}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{get_current_dir_name}
@findex get_current_dir_name
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/get_current_dir_name.3.html,,man get_current_dir_name}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{get_myaddress}
@findex get_myaddress
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/get_myaddress.3.html,,man get_myaddress}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{get_nprocs}
@findex get_nprocs
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/get_nprocs.3.html,,man get_nprocs}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{get_nprocs_conf}
@findex get_nprocs_conf
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/get_nprocs_conf.3.html,,man get_nprocs_conf}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{get_phys_pages}
@findex get_phys_pages
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/get_phys_pages.3.html,,man get_phys_pages}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getaliasbyname}
@findex getaliasbyname
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getaliasbyname.3.html,,man getaliasbyname}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getaliasbyname_r}
@findex getaliasbyname_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getaliasbyname_r.3.html,,man getaliasbyname_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getaliasent}
@findex getaliasent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getaliasent.3.html,,man getaliasent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getaliasent_r}
@findex getaliasent_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getaliasent_r.3.html,,man getaliasent_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getdate_r}
@findex getdate_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getdate_r.3.html,,man getdate_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getdirentries}
@findex getdirentries
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getdirentries.3.html,,man getdirentries}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getdomainname}
@findex getdomainname
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/getdomainname.2.html,,man getdomainname}
+
Gnulib module: getdomainname
Portability problems fixed by Gnulib:
SUSv2 specification: @url{http://pubs.opengroup.org/onlinepubs/7908799/xsh/getdtablesize.html}
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getdtablesize.3.html,,man getdtablesize}
+
Gnulib module: getdtablesize
Portability problems fixed by Gnulib:
@subsection @code{getfilecon}
@findex getfilecon
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getfilecon.3.html,,man getfilecon}
+
@getfileconDesc{getfilecon}
@subsection @code{getfsent}
@findex getfsent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getfsent.3.html,,man getfsent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getfsfile}
@findex getfsfile
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getfsfile.3.html,,man getfsfile}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getfsspec}
@findex getfsspec
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getfsspec.3.html,,man getfsspec}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getgrent_r}
@findex getgrent_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getgrent_r.3.html,,man getgrent_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getgrouplist}
@findex getgrouplist
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getgrouplist.3.html,,man getgrouplist}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{gethostbyaddr_r}
@findex gethostbyaddr_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/gethostbyaddr_r.3.html,,man gethostbyaddr_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{gethostbyname2}
@findex gethostbyname2
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/gethostbyname2.3.html,,man gethostbyname2}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{gethostbyname2_r}
@findex gethostbyname2_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/gethostbyname2_r.3.html,,man gethostbyname2_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{gethostbyname_r}
@findex gethostbyname_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/gethostbyname_r.3.html,,man gethostbyname_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{gethostent_r}
@findex gethostent_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/gethostent_r.3.html,,man gethostent_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getifaddrs}
@findex getifaddrs
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getifaddrs.3.html,,man getifaddrs}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getloadavg}
@findex getloadavg
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getloadavg.3.html,,man getloadavg}
+
Gnulib module: getloadavg
Portability problems fixed by Gnulib:
@subsection @code{getmntent}
@findex getmntent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getmntent.3.html,,man getmntent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getmntent_r}
@findex getmntent_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getmntent_r.3.html,,man getmntent_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getnetbyaddr_r}
@findex getnetbyaddr_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getnetbyaddr_r.3.html,,man getnetbyaddr_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getnetbyname_r}
@findex getnetbyname_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getnetbyname_r.3.html,,man getnetbyname_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getnetent_r}
@findex getnetent_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getnetent_r.3.html,,man getnetent_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getnetgrent}
@findex getnetgrent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getnetgrent.3.html,,man getnetgrent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getnetgrent_r}
@findex getnetgrent_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getnetgrent_r.3.html,,man getnetgrent_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getopt_long}
@findex getopt_long
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getopt_long.3.html,,man getopt_long}
+
Gnulib module: getopt-gnu
Portability problems fixed by Gnulib:
@subsection @code{getopt_long_only}
@findex getopt_long_only
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getopt_long_only.3.html,,man getopt_long_only}
+
Gnulib module: getopt-gnu
Portability problems fixed by Gnulib:
@subsection @code{getpagesize}
@findex getpagesize
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/getpagesize.2.html,,man getpagesize}
+
Gnulib module: getpagesize
Portability problems fixed by Gnulib:
@subsection @code{getpass}
@findex getpass
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getpass.3.html,,man getpass}
+
Gnulib module: getpass or getpass-gnu
Portability problems fixed by either Gnulib module @code{getpass} or @code{getpass-gnu}:
@subsection @code{getprotobyname_r}
@findex getprotobyname_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getprotobyname_r.3.html,,man getprotobyname_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getprotobynumber_r}
@findex getprotobynumber_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getprotobynumber_r.3.html,,man getprotobynumber_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getprotoent_r}
@findex getprotoent_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getprotoent_r.3.html,,man getprotoent_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getpt}
@findex getpt
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getpt.3.html,,man getpt}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getpw}
@findex getpw
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getpw.3.html,,man getpw}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getpwent_r}
@findex getpwent_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getpwent_r.3.html,,man getpwent_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getresgid}
@findex getresgid
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/getresgid.2.html,,man getresgid}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getresuid}
@findex getresuid
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/getresuid.2.html,,man getresuid}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getrpcbyname}
@findex getrpcbyname
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getrpcbyname.3.html,,man getrpcbyname}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getrpcbyname_r}
@findex getrpcbyname_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getrpcbyname_r.3.html,,man getrpcbyname_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getrpcbynumber}
@findex getrpcbynumber
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getrpcbynumber.3.html,,man getrpcbynumber}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getrpcbynumber_r}
@findex getrpcbynumber_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getrpcbynumber_r.3.html,,man getrpcbynumber_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getrpcent}
@findex getrpcent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getrpcent.3.html,,man getrpcent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getrpcent_r}
@findex getrpcent_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getrpcent_r.3.html,,man getrpcent_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getrpcport}
@findex getrpcport
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getrpcport.3.html,,man getrpcport}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getservbyname_r}
@findex getservbyname_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getservbyname_r.3.html,,man getservbyname_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getservbyport_r}
@findex getservbyport_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getservbyport_r.3.html,,man getservbyport_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getservent_r}
@findex getservent_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getservent_r.3.html,,man getservent_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getspent}
@findex getspent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getspent.3.html,,man getspent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getspent_r}
@findex getspent_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getspent_r.3.html,,man getspent_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getspnam}
@findex getspnam
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getspnam.3.html,,man getspnam}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getspnam_r}
@findex getspnam_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getspnam_r.3.html,,man getspnam_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{gettext}
@findex gettext
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/gettext.3.html,,man gettext}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getttyent}
@findex getttyent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getttyent.3.html,,man getttyent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getttynam}
@findex getttynam
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getttynam.3.html,,man getttynam}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getusershell}
@findex getusershell
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getusershell.3.html,,man getusershell}
+
Gnulib module: getusershell
Portability problems fixed by Gnulib:
@subsection @code{getutent}
@findex getutent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getutent.3.html,,man getutent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getutent_r}
@findex getutent_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getutent_r.3.html,,man getutent_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getutid}
@findex getutid
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getutid.3.html,,man getutid}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getutid_r}
@findex getutid_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getutid_r.3.html,,man getutid_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getutline}
@findex getutline
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getutline.3.html,,man getutline}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getutline_r}
@findex getutline_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getutline_r.3.html,,man getutline_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getutmp}
@findex getutmp
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getutmp.3.html,,man getutmp}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getutmpx}
@findex getutmpx
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getutmpx.3.html,,man getutmpx}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getw}
@findex getw
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getw.3.html,,man getw}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getwc_unlocked}
@findex getwc_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getwc_unlocked.3.html,,man getwc_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getwchar_unlocked}
@findex getwchar_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getwchar_unlocked.3.html,,man getwchar_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{getxattr}
@findex getxattr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/getxattr.2.html,,man getxattr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{gnu_dev_major}
@findex gnu_dev_major
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/gnu_dev_major.3.html,,man gnu_dev_major}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{gnu_dev_makedev}
@findex gnu_dev_makedev
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/gnu_dev_makedev.3.html,,man gnu_dev_makedev}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{gnu_dev_minor}
@findex gnu_dev_minor
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/gnu_dev_minor.3.html,,man gnu_dev_minor}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{gnu_get_libc_release}
@findex gnu_get_libc_release
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/gnu_get_libc_release.3.html,,man gnu_get_libc_release}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{gnu_get_libc_version}
@findex gnu_get_libc_version
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/gnu_get_libc_version.3.html,,man gnu_get_libc_version}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{group_member}
@findex group_member
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/group_member.3.html,,man group_member}
+
Gnulib module: group-member
Portability problems fixed by Gnulib:
@subsection @code{gsignal}
@findex gsignal
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/gsignal.3.html,,man gsignal}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{hasmntopt}
@findex hasmntopt
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/hasmntopt.3.html,,man hasmntopt}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{hcreate_r}
@findex hcreate_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/hcreate_r.3.html,,man hcreate_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{hdestroy_r}
@findex hdestroy_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/hdestroy_r.3.html,,man hdestroy_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{herror}
@findex herror
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/herror.3.html,,man herror}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{hsearch_r}
@findex hsearch_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/hsearch_r.3.html,,man hsearch_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{hstrerror}
@findex hstrerror
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/hstrerror.3.html,,man hstrerror}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{inet_aton}
@findex inet_aton
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/inet_aton.3.html,,man inet_aton}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{inet_lnaof}
@findex inet_lnaof
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/inet_lnaof.3.html,,man inet_lnaof}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{inet_makeaddr}
@findex inet_makeaddr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/inet_makeaddr.3.html,,man inet_makeaddr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{inet_net_ntop}
@findex inet_net_ntop
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/inet_net_ntop.3.html,,man inet_net_ntop}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{inet_net_pton}
@findex inet_net_pton
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/inet_net_pton.3.html,,man inet_net_pton}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{inet_netof}
@findex inet_netof
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/inet_netof.3.html,,man inet_netof}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{inet_network}
@findex inet_network
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/inet_network.3.html,,man inet_network}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{initgroups}
@findex initgroups
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/initgroups.3.html,,man initgroups}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{initstate_r}
@findex initstate_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/initstate_r.3.html,,man initstate_r}
+
Gnulib module: random_r
Portability problems fixed by Gnulib:
@subsection @code{innetgr}
@findex innetgr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/innetgr.3.html,,man innetgr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ioperm}
@findex ioperm
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/ioperm.2.html,,man ioperm}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{iopl}
@findex iopl
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/iopl.2.html,,man iopl}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{isfdtype}
@findex isfdtype
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/isfdtype.3.html,,man isfdtype}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{isinff}
@findex isinff
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/isinff.3.html,,man isinff}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{isinfl}
@findex isinfl
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/isinfl.3.html,,man isinfl}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{isnanf}
@findex isnanf
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/isnanf.3.html,,man isnanf}
+
Gnulib module: isnanf
Portability problems fixed by Gnulib:
@subsection @code{isnanl}
@findex isnanl
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/isnanl.3.html,,man isnanl}
+
Gnulib module: isnanl
Portability problems fixed by Gnulib:
@subsection @code{j0f}
@findex j0f
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/j0f.3.html,,man j0f}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{j0l}
@findex j0l
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/j0l.3.html,,man j0l}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{j1f}
@findex j1f
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/j1f.3.html,,man j1f}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{j1l}
@findex j1l
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/j1l.3.html,,man j1l}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{jnf}
@findex jnf
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/jnf.3.html,,man jnf}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{jnl}
@findex jnl
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/jnl.3.html,,man jnl}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{jrand48_r}
@findex jrand48_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/jrand48_r.3.html,,man jrand48_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{key_decryptsession}
@findex key_decryptsession
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/key_decryptsession.3.html,,man key_decryptsession}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{key_encryptsession}
@findex key_encryptsession
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/key_encryptsession.3.html,,man key_encryptsession}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{key_gendes}
@findex key_gendes
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/key_gendes.3.html,,man key_gendes}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{key_secretkey_is_set}
@findex key_secretkey_is_set
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/key_secretkey_is_set.3.html,,man key_secretkey_is_set}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{key_setsecret}
@findex key_setsecret
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/key_setsecret.3.html,,man key_setsecret}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{klogctl}
@findex klogctl
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/klogctl.3.html,,man klogctl}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{lckpwdf}
@findex lckpwdf
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/lckpwdf.3.html,,man lckpwdf}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{lcong48_r}
@findex lcong48_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/lcong48_r.3.html,,man lcong48_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{lgamma_r}
@findex lgamma_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/lgamma_r.3.html,,man lgamma_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{lgammaf_r}
@findex lgammaf_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/lgammaf_r.3.html,,man lgammaf_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{lgammal_r}
@findex lgammal_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/lgammal_r.3.html,,man lgammal_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{lgetfilecon}
@findex lgetfilecon
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/lgetfilecon.3.html,,man lgetfilecon}
+
@getfileconDesc{lgetfilecon}
@subsection @code{lgetxattr}
@findex lgetxattr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/lgetxattr.2.html,,man lgetxattr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{listxattr}
@findex listxattr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/listxattr.2.html,,man listxattr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{llistxattr}
@findex llistxattr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/llistxattr.2.html,,man llistxattr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{login}
@findex login
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/login.3.html,,man login}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{login_tty}
@findex login_tty
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/login_tty.3.html,,man login_tty}
+
Gnulib module: login_tty
Portability problems fixed by Gnulib:
@subsection @code{lrand48_r}
@findex lrand48_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/lrand48_r.3.html,,man lrand48_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{lremovexattr}
@findex lremovexattr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/lremovexattr.2.html,,man lremovexattr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{lsetxattr}
@findex lsetxattr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/lsetxattr.2.html,,man lsetxattr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{lutimes}
@findex lutimes
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/lutimes.3.html,,man lutimes}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{madvise}
@findex madvise
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/madvise.2.html,,man madvise}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{mallinfo}
@findex mallinfo
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/mallinfo.3.html,,man mallinfo}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{malloc_get_state}
@findex malloc_get_state
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/malloc_get_state.3.html,,man malloc_get_state}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{malloc_info}
@findex malloc_info
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/malloc_info.3.html,,man malloc_info}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{malloc_set_state}
@findex malloc_set_state
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/malloc_set_state.3.html,,man malloc_set_state}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{malloc_stats}
@findex malloc_stats
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/malloc_stats.3.html,,man malloc_stats}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{malloc_trim}
@findex malloc_trim
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/malloc_trim.3.html,,man malloc_trim}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{malloc_usable_size}
@findex malloc_usable_size
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/malloc_usable_size.3.html,,man malloc_usable_size}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{mallopt}
@findex mallopt
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/mallopt.3.html,,man mallopt}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{matherr}
@findex matherr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/matherr.3.html,,man matherr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{mcheck}
@findex mcheck
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/mcheck.3.html,,man mcheck}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{mcheck_check_all}
@findex mcheck_check_all
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/mcheck_check_all.3.html,,man mcheck_check_all}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{mcheck_pedantic}
@findex mcheck_pedantic
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/mcheck_pedantic.3.html,,man mcheck_pedantic}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{memalign}
@findex memalign
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/memalign.3.html,,man memalign}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{memfrob}
@findex memfrob
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/memfrob.3.html,,man memfrob}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{memmem}
@findex memmem
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/memmem.3.html,,man memmem}
+
Gnulib module: memmem or memmem-simple
Both modules implement the same replacement for the @code{memmem} function
@subsection @code{mempcpy}
@findex mempcpy
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/mempcpy.3.html,,man mempcpy}
+
Gnulib module: mempcpy
Portability problems fixed by Gnulib:
@subsection @code{memrchr}
@findex memrchr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/memrchr.3.html,,man memrchr}
+
Gnulib module: memrchr
Portability problems fixed by Gnulib:
@subsection @code{mincore}
@findex mincore
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/mincore.2.html,,man mincore}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{mkostemp}
@findex mkostemp
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/mkostemp.3.html,,man mkostemp}
+
Gnulib module: mkostemp
Portability problems fixed by Gnulib:
@subsection @code{mkostemps}
@findex mkostemps
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/mkostemps.3.html,,man mkostemps}
+
Gnulib module: mkostemps
Portability problems fixed by Gnulib:
@subsection @code{mkstemps}
@findex mkstemps
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/mkstemps.3.html,,man mkstemps}
+
Gnulib module: mkstemps
Portability problems fixed by Gnulib:
@subsection @code{mount}
@findex mount
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/mount.2.html,,man mount}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{mprobe}
@findex mprobe
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/mprobe.3.html,,man mprobe}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{mrand48_r}
@findex mrand48_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/mrand48_r.3.html,,man mrand48_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{mremap}
@findex mremap
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/mremap.2.html,,man mremap}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{mtrace}
@findex mtrace
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/mtrace.3.html,,man mtrace}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{muntrace}
@findex muntrace
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/muntrace.3.html,,man muntrace}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{name_to_handle_at}
@findex name_to_handle_at
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/name_to_handle_at.2.html,,man name_to_handle_at}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ngettext}
@findex ngettext
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ngettext.3.html,,man ngettext}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{nrand48_r}
@findex nrand48_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/nrand48_r.3.html,,man nrand48_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ntp_adjtime}
@findex ntp_adjtime
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ntp_adjtime.3.html,,man ntp_adjtime}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ntp_gettime}
@findex ntp_gettime
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ntp_gettime.3.html,,man ntp_gettime}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ntp_gettimex}
@findex ntp_gettimex
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ntp_gettimex.3.html,,man ntp_gettimex}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{on_exit}
@findex on_exit
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/on_exit.3.html,,man on_exit}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{open_by_handle_at}
@findex open_by_handle_at
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/open_by_handle_at.2.html,,man open_by_handle_at}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{openpty}
@findex openpty
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/openpty.3.html,,man openpty}
+
Gnulib module: openpty
Portability problems fixed by Gnulib:
@subsection @code{personality}
@findex personality
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/personality.2.html,,man personality}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pipe2}
@findex pipe2
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/pipe2.2.html,,man pipe2}
+
Gnulib module: pipe2
Portability problems fixed by Gnulib:
@subsection @code{pmap_getmaps}
@findex pmap_getmaps
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pmap_getmaps.3.html,,man pmap_getmaps}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pmap_getport}
@findex pmap_getport
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pmap_getport.3.html,,man pmap_getport}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pmap_rmtcall}
@findex pmap_rmtcall
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pmap_rmtcall.3.html,,man pmap_rmtcall}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pmap_set}
@findex pmap_set
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pmap_set.3.html,,man pmap_set}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pmap_unset}
@findex pmap_unset
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pmap_unset.3.html,,man pmap_unset}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pow10}
@findex pow10
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pow10.3.html,,man pow10}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pow10f}
@findex pow10f
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pow10f.3.html,,man pow10f}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pow10l}
@findex pow10l
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pow10l.3.html,,man pow10l}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{prctl}
@findex prctl
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/prctl.2.html,,man prctl}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{preadv}
@findex preadv
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/preadv.2.html,,man preadv}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{prlimit}
@findex prlimit
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/prlimit.2.html,,man prlimit}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{process_vm_readv}
@findex process_vm_readv
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/process_vm_readv.2.html,,man process_vm_readv}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{process_vm_writev}
@findex process_vm_writev
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/process_vm_writev.2.html,,man process_vm_writev}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{profil}
@findex profil
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/profil.3.html,,man profil}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{program_invocation_name}
@findex program_invocation_name
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/program_invocation_name.3.html,,man program_invocation_name}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{program_invocation_short_name}
@findex program_invocation_short_name
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/program_invocation_short_name.3.html,,man program_invocation_short_name}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pthread_attr_getaffinity_np}
@findex pthread_attr_getaffinity_np
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_attr_getaffinity_np.3.html,,man pthread_attr_getaffinity_np}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pthread_attr_setaffinity_np}
@findex pthread_attr_setaffinity_np
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_attr_setaffinity_np.3.html,,man pthread_attr_setaffinity_np}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pthread_getaffinity_np}
@findex pthread_getaffinity_np
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_getaffinity_np.3.html,,man pthread_getaffinity_np}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pthread_getattr_np}
@findex pthread_getattr_np
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_getattr_np.3.html,,man pthread_getattr_np}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pthread_getname_np}
@findex pthread_getname_np
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_getname_np.3.html,,man pthread_getname_np}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pthread_kill_other_threads_np}
@findex pthread_kill_other_threads_np
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_kill_other_threads_np.3.html,,man pthread_kill_other_threads_np}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pthread_mutex_consistent_np}
@findex pthread_mutex_consistent_np
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_mutex_consistent_np.3.html,,man pthread_mutex_consistent_np}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pthread_mutexattr_getrobust_np}
@findex pthread_mutexattr_getrobust_np
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_mutexattr_getrobust_np.3.html,,man pthread_mutexattr_getrobust_np}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pthread_mutexattr_setrobust_np}
@findex pthread_mutexattr_setrobust_np
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_mutexattr_setrobust_np.3.html,,man pthread_mutexattr_setrobust_np}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pthread_rwlockattr_getkind_np}
@findex pthread_rwlockattr_getkind_np
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_rwlockattr_getkind_np.3.html,,man pthread_rwlockattr_getkind_np}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pthread_rwlockattr_setkind_np}
@findex pthread_rwlockattr_setkind_np
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_rwlockattr_setkind_np.3.html,,man pthread_rwlockattr_setkind_np}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pthread_setaffinity_np}
@findex pthread_setaffinity_np
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_setaffinity_np.3.html,,man pthread_setaffinity_np}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pthread_setname_np}
@findex pthread_setname_np
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_setname_np.3.html,,man pthread_setname_np}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pthread_sigqueue}
@findex pthread_sigqueue
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_sigqueue.3.html,,man pthread_sigqueue}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pthread_timedjoin_np}
@findex pthread_timedjoin_np
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_timedjoin_np.3.html,,man pthread_timedjoin_np}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pthread_tryjoin_np}
@findex pthread_tryjoin_np
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_tryjoin_np.3.html,,man pthread_tryjoin_np}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pthread_yield}
@findex pthread_yield
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pthread_yield.3.html,,man pthread_yield}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ptrace}
@findex ptrace
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/ptrace.2.html,,man ptrace}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ptsname_r}
@findex ptsname_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ptsname_r.3.html,,man ptsname_r}
+
Gnulib module: ptsname_r
Portability problems fixed by Gnulib:
@subsection @code{putgrent}
@findex putgrent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/putgrent.3.html,,man putgrent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{putpwent}
@findex putpwent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/putpwent.3.html,,man putpwent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{putspent}
@findex putspent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/putspent.3.html,,man putspent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pututline}
@findex pututline
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pututline.3.html,,man pututline}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{putw}
@findex putw
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/putw.3.html,,man putw}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{putwc_unlocked}
@findex putwc_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/putwc_unlocked.3.html,,man putwc_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{putwchar_unlocked}
@findex putwchar_unlocked
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/putwchar_unlocked.3.html,,man putwchar_unlocked}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pvalloc}
@findex pvalloc
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/pvalloc.3.html,,man pvalloc}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{pwritev}
@findex pwritev
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/pwritev.2.html,,man pwritev}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{qecvt}
@findex qecvt
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/qecvt.3.html,,man qecvt}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{qecvt_r}
@findex qecvt_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/qecvt_r.3.html,,man qecvt_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{qfcvt}
@findex qfcvt
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/qfcvt.3.html,,man qfcvt}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{qfcvt_r}
@findex qfcvt_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/qfcvt_r.3.html,,man qfcvt_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{qgcvt}
@findex qgcvt
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/qgcvt.3.html,,man qgcvt}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{qsort_r}
@findex qsort_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/qsort_r.3.html,,man qsort_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{quotactl}
@findex quotactl
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/quotactl.2.html,,man quotactl}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{random_r}
@findex random_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/random_r.3.html,,man random_r}
+
Gnulib module: random_r
Portability problems fixed by Gnulib:
@subsection @code{rawmemchr}
@findex rawmemchr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/rawmemchr.3.html,,man rawmemchr}
+
Gnulib module: rawmemchr
Portability problems fixed by Gnulib:
@subsection @code{rcmd}
@findex rcmd
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/rcmd.3.html,,man rcmd}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{rcmd_af}
@findex rcmd_af
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/rcmd_af.3.html,,man rcmd_af}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{re_comp}
@findex re_comp
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/re_comp.3.html,,man re_comp}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{re_exec}
@findex re_exec
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/re_exec.3.html,,man re_exec}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{readahead}
@findex readahead
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/readahead.2.html,,man readahead}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{reallocarray}
@findex reallocarray
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/reallocarray.3.html,,man reallocarray}
+
Gnulib module: reallocarray
Allocate multiple memory locations of a fixed size with integer overflow
@subsection @code{reboot}
@findex reboot
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/reboot.2.html,,man reboot}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{recvmmsg}
@findex recvmmsg
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/recvmmsg.2.html,,man recvmmsg}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{remap_file_pages}
@findex remap_file_pages
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/remap_file_pages.2.html,,man remap_file_pages}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{removexattr}
@findex removexattr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/removexattr.2.html,,man removexattr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{res_init}
@findex res_init
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/res_init.3.html,,man res_init}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{res_mkquery}
@findex res_mkquery
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/res_mkquery.3.html,,man res_mkquery}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{res_query}
@findex res_query
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/res_query.3.html,,man res_query}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{res_querydomain}
@findex res_querydomain
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/res_querydomain.3.html,,man res_querydomain}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{res_search}
@findex res_search
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/res_search.3.html,,man res_search}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{rexec}
@findex rexec
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/rexec.3.html,,man rexec}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{rexec_af}
@findex rexec_af
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/rexec_af.3.html,,man rexec_af}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{rpmatch}
@findex rpmatch
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/rpmatch.3.html,,man rpmatch}
+
Gnulib module: rpmatch
Portability problems fixed by Gnulib:
@subsection @code{rresvport}
@findex rresvport
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/rresvport.3.html,,man rresvport}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{rresvport_af}
@findex rresvport_af
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/rresvport_af.3.html,,man rresvport_af}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{rtime}
@findex rtime
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/rtime.3.html,,man rtime}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ruserok}
@findex ruserok
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ruserok.3.html,,man ruserok}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ruserok_af}
@findex ruserok_af
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ruserok_af.3.html,,man ruserok_af}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sbrk}
@findex sbrk
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/sbrk.2.html,,man sbrk}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{scalbf}
@findex scalbf
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/scalbf.3.html,,man scalbf}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{scalbl}
@findex scalbl
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/scalbl.3.html,,man scalbl}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{scandirat}
@findex scandirat
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/scandirat.3.html,,man scandirat}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sched_getaffinity}
@findex sched_getaffinity
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/sched_getaffinity.2.html,,man sched_getaffinity}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sched_setaffinity}
@findex sched_setaffinity
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/sched_setaffinity.2.html,,man sched_setaffinity}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{secure_getenv}
@findex secure_getenv
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/secure_getenv.3.html,,man secure_getenv}
+
Gnulib module: secure_getenv
Portability problems fixed by Gnulib:
@subsection @code{seed48_r}
@findex seed48_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/seed48_r.3.html,,man seed48_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{semtimedop}
@findex semtimedop
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/semtimedop.2.html,,man semtimedop}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sendfile}
@findex sendfile
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/sendfile.2.html,,man sendfile}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sendmmsg}
@findex sendmmsg
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/sendmmsg.2.html,,man sendmmsg}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setaliasent}
@findex setaliasent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/setaliasent.3.html,,man setaliasent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setbuffer}
@findex setbuffer
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/setbuffer.3.html,,man setbuffer}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setdomainname}
@findex setdomainname
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/setdomainname.2.html,,man setdomainname}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setfsent}
@findex setfsent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/setfsent.3.html,,man setfsent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setfsgid}
@findex setfsgid
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/setfsgid.2.html,,man setfsgid}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setfsuid}
@findex setfsuid
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/setfsuid.2.html,,man setfsuid}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setgroups}
@findex setgroups
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/setgroups.2.html,,man setgroups}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sethostid}
@findex sethostid
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/sethostid.3.html,,man sethostid}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sethostname}
@findex sethostname
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/sethostname.2.html,,man sethostname}
+
Gnulib module: sethostname
Portability problems fixed by Gnulib:
@subsection @code{setlinebuf}
@findex setlinebuf
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/setlinebuf.3.html,,man setlinebuf}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setmntent}
@findex setmntent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/setmntent.3.html,,man setmntent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setnetgrent}
@findex setnetgrent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/setnetgrent.3.html,,man setnetgrent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setns}
@findex setns
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/setns.2.html,,man setns}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setresgid}
@findex setresgid
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/setresgid.2.html,,man setresgid}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setresuid}
@findex setresuid
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/setresuid.2.html,,man setresuid}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setrpcent}
@findex setrpcent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/setrpcent.3.html,,man setrpcent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setspent}
@findex setspent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/setspent.3.html,,man setspent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setstate_r}
@findex setstate_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/setstate_r.3.html,,man setstate_r}
+
Gnulib module: random_r
Portability problems fixed by Gnulib:
@subsection @code{settimeofday}
@findex settimeofday
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/settimeofday.2.html,,man settimeofday}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setttyent}
@findex setttyent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/setttyent.3.html,,man setttyent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setusershell}
@findex setusershell
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/setusershell.3.html,,man setusershell}
+
Gnulib module: getusershell
Portability problems fixed by Gnulib:
@subsection @code{setutent}
@findex setutent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/setutent.3.html,,man setutent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{setxattr}
@findex setxattr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/setxattr.2.html,,man setxattr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sgetspent}
@findex sgetspent
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/sgetspent.3.html,,man sgetspent}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sgetspent_r}
@findex sgetspent_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/sgetspent_r.3.html,,man sgetspent_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sigandset}
@findex sigandset
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/sigandset.3.html,,man sigandset}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sigblock}
@findex sigblock
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/sigblock.3.html,,man sigblock}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{siggetmask}
@findex siggetmask
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/siggetmask.3.html,,man siggetmask}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sigisemptyset}
@findex sigisemptyset
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/sigisemptyset.3.html,,man sigisemptyset}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{significand}
@findex significand
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/significand.3.html,,man significand}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{significandf}
@findex significandf
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/significandf.3.html,,man significandf}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{significandl}
@findex significandl
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/significandl.3.html,,man significandl}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sigorset}
@findex sigorset
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/sigorset.3.html,,man sigorset}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sigreturn}
@findex sigreturn
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/sigreturn.2.html,,man sigreturn}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sigsetmask}
@findex sigsetmask
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/sigsetmask.3.html,,man sigsetmask}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sigstack}
@findex sigstack
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/sigstack.3.html,,man sigstack}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sigvec}
@findex sigvec
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/sigvec.3.html,,man sigvec}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sincos}
@findex sincos
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/sincos.3.html,,man sincos}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sincosf}
@findex sincosf
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/sincosf.3.html,,man sincosf}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sincosl}
@findex sincosl
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/sincosl.3.html,,man sincosl}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{srand48_r}
@findex srand48_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/srand48_r.3.html,,man srand48_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{srandom_r}
@findex srandom_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/srandom_r.3.html,,man srandom_r}
+
Gnulib module: random_r
Portability problems fixed by Gnulib:
@subsection @code{ssignal}
@findex ssignal
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ssignal.3.html,,man ssignal}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{statfs}
@findex statfs
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/statfs.2.html,,man statfs}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{stime}
@findex stime
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/stime.2.html,,man stime}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{strcasestr}
@findex strcasestr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/strcasestr.3.html,,man strcasestr}
+
Gnulib module: strcasestr or strcasestr-simple
Portability problems fixed by either Gnulib module @code{strcasestr-simple}
@subsection @code{strchrnul}
@findex strchrnul
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/strchrnul.3.html,,man strchrnul}
+
Gnulib module: strchrnul
Portability problems fixed by Gnulib:
@subsection @code{strfry}
@findex strfry
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/strfry.3.html,,man strfry}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{strsep}
@findex strsep
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/strsep.3.html,,man strsep}
+
Gnulib module: strsep
Portability problems fixed by Gnulib:
@subsection @code{strtoq}
@findex strtoq
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/strtoq.3.html,,man strtoq}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{strtouq}
@findex strtouq
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/strtouq.3.html,,man strtouq}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{strverscmp}
@findex strverscmp
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/strverscmp.3.html,,man strverscmp}
+
Gnulib module: strverscmp
Portability problems fixed by Gnulib:
@subsection @code{svc_getreq}
@findex svc_getreq
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/svc_getreq.3.html,,man svc_getreq}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{svc_getreqset}
@findex svc_getreqset
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/svc_getreqset.3.html,,man svc_getreqset}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{svc_register}
@findex svc_register
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/svc_register.3.html,,man svc_register}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{svc_run}
@findex svc_run
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/svc_run.3.html,,man svc_run}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{svc_sendreply}
@findex svc_sendreply
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/svc_sendreply.3.html,,man svc_sendreply}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{svc_unregister}
@findex svc_unregister
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/svc_unregister.3.html,,man svc_unregister}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{svcerr_auth}
@findex svcerr_auth
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/svcerr_auth.3.html,,man svcerr_auth}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{svcerr_decode}
@findex svcerr_decode
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/svcerr_decode.3.html,,man svcerr_decode}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{svcerr_noproc}
@findex svcerr_noproc
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/svcerr_noproc.3.html,,man svcerr_noproc}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{svcerr_noprog}
@findex svcerr_noprog
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/svcerr_noprog.3.html,,man svcerr_noprog}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{svcerr_progvers}
@findex svcerr_progvers
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/svcerr_progvers.3.html,,man svcerr_progvers}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{svcerr_systemerr}
@findex svcerr_systemerr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/svcerr_systemerr.3.html,,man svcerr_systemerr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{svcerr_weakauth}
@findex svcerr_weakauth
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/svcerr_weakauth.3.html,,man svcerr_weakauth}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{svcraw_create}
@findex svcraw_create
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/svcraw_create.3.html,,man svcraw_create}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{svctcp_create}
@findex svctcp_create
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/svctcp_create.3.html,,man svctcp_create}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{svcudp_bufcreate}
@findex svcudp_bufcreate
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/svcudp_bufcreate.3.html,,man svcudp_bufcreate}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{svcudp_create}
@findex svcudp_create
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/svcudp_create.3.html,,man svcudp_create}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{swapoff}
@findex swapoff
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/swapoff.2.html,,man swapoff}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{swapon}
@findex swapon
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/swapon.2.html,,man swapon}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{syncfs}
@findex syncfs
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/syncfs.2.html,,man syncfs}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sys_errlist}
@findex sys_errlist
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/sys_errlist.3.html,,man sys_errlist}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sys_nerr}
@findex sys_nerr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/sys_nerr.3.html,,man sys_nerr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{syscall}
@findex syscall
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/syscall.2.html,,man syscall}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sysctl}
@findex sysctl
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/sysctl.2.html,,man sysctl}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sysinfo}
@findex sysinfo
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/sysinfo.2.html,,man sysinfo}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{sysv_signal}
@findex sysv_signal
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/sysv_signal.3.html,,man sysv_signal}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{tdestroy}
@findex tdestroy
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/tdestroy.3.html,,man tdestroy}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{textdomain}
@findex textdomain
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/textdomain.3.html,,man textdomain}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{timegm}
@findex timegm
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/timegm.3.html,,man timegm}
+
Gnulib module: timegm
Portability problems fixed by Gnulib:
@subsection @code{timelocal}
@findex timelocal
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/timelocal.3.html,,man timelocal}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{tmpnam_r}
@findex tmpnam_r
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/tmpnam_r.3.html,,man tmpnam_r}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ttyslot}
@findex ttyslot
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ttyslot.3.html,,man ttyslot}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ulckpwdf}
@findex ulckpwdf
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ulckpwdf.3.html,,man ulckpwdf}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{umount}
@findex umount
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/umount.2.html,,man umount}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{umount2}
@findex umount2
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/umount2.2.html,,man umount2}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{updwtmp}
@findex updwtmp
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/updwtmp.3.html,,man updwtmp}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{updwtmpx}
@findex updwtmpx
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/updwtmpx.3.html,,man updwtmpx}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ustat}
@findex ustat
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/ustat.2.html,,man ustat}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{utmpname}
@findex utmpname
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/utmpname.3.html,,man utmpname}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{utmpxname}
@findex utmpxname
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/utmpxname.3.html,,man utmpxname}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{valloc}
@findex valloc
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/valloc.3.html,,man valloc}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{vasprintf}
@findex vasprintf
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/vasprintf.3.html,,man vasprintf}
+
Gnulib module: vasprintf or vasprintf-posix
Portability problems fixed by either Gnulib module @code{vasprintf} or @code{vasprintf-posix}:
@subsection @code{verr}
@findex verr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/verr.3.html,,man verr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{verrx}
@findex verrx
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/verrx.3.html,,man verrx}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{versionsort}
@findex versionsort
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/versionsort.3.html,,man versionsort}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{vhangup}
@findex vhangup
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/vhangup.2.html,,man vhangup}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{vlimit}
@findex vlimit
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/vlimit.3.html,,man vlimit}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{vsyslog}
@findex vsyslog
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/vsyslog.3.html,,man vsyslog}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{vtimes}
@findex vtimes
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/vtimes.3.html,,man vtimes}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{vwarn}
@findex vwarn
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/vwarn.3.html,,man vwarn}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{vwarnx}
@findex vwarnx
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/vwarnx.3.html,,man vwarnx}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{wait3}
@findex wait3
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/wait3.2.html,,man wait3}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{wait4}
@findex wait4
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/wait4.2.html,,man wait4}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{warn}
@findex warn
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/warn.3.html,,man warn}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{warnx}
@findex warnx
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/warnx.3.html,,man warnx}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{wmempcpy}
@findex wmempcpy
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/wmempcpy.3.html,,man wmempcpy}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_array}
@findex xdr_array
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_array.3.html,,man xdr_array}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_authunix_parms}
@findex xdr_authunix_parms
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_authunix_parms.3.html,,man xdr_authunix_parms}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_bool}
@findex xdr_bool
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_bool.3.html,,man xdr_bool}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_bytes}
@findex xdr_bytes
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_bytes.3.html,,man xdr_bytes}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_callhdr}
@findex xdr_callhdr
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_callhdr.3.html,,man xdr_callhdr}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_callmsg}
@findex xdr_callmsg
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_callmsg.3.html,,man xdr_callmsg}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_char}
@findex xdr_char
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_char.3.html,,man xdr_char}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_double}
@findex xdr_double
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_double.3.html,,man xdr_double}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_enum}
@findex xdr_enum
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_enum.3.html,,man xdr_enum}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_float}
@findex xdr_float
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_float.3.html,,man xdr_float}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_free}
@findex xdr_free
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_free.3.html,,man xdr_free}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_int}
@findex xdr_int
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_int.3.html,,man xdr_int}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_long}
@findex xdr_long
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_long.3.html,,man xdr_long}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_opaque}
@findex xdr_opaque
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_opaque.3.html,,man xdr_opaque}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_opaque_auth}
@findex xdr_opaque_auth
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_opaque_auth.3.html,,man xdr_opaque_auth}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_pmap}
@findex xdr_pmap
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_pmap.3.html,,man xdr_pmap}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_pmaplist}
@findex xdr_pmaplist
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_pmaplist.3.html,,man xdr_pmaplist}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_pointer}
@findex xdr_pointer
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_pointer.3.html,,man xdr_pointer}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_reference}
@findex xdr_reference
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_reference.3.html,,man xdr_reference}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_replymsg}
@findex xdr_replymsg
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_replymsg.3.html,,man xdr_replymsg}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_short}
@findex xdr_short
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_short.3.html,,man xdr_short}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_string}
@findex xdr_string
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_string.3.html,,man xdr_string}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_u_char}
@findex xdr_u_char
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_u_char.3.html,,man xdr_u_char}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_u_int}
@findex xdr_u_int
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_u_int.3.html,,man xdr_u_int}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_u_long}
@findex xdr_u_long
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_u_long.3.html,,man xdr_u_long}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_u_short}
@findex xdr_u_short
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_u_short.3.html,,man xdr_u_short}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_union}
@findex xdr_union
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_union.3.html,,man xdr_union}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_vector}
@findex xdr_vector
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_vector.3.html,,man xdr_vector}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_void}
@findex xdr_void
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_void.3.html,,man xdr_void}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdr_wrapstring}
@findex xdr_wrapstring
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdr_wrapstring.3.html,,man xdr_wrapstring}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdrmem_create}
@findex xdrmem_create
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdrmem_create.3.html,,man xdrmem_create}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdrrec_create}
@findex xdrrec_create
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdrrec_create.3.html,,man xdrrec_create}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdrrec_endofrecord}
@findex xdrrec_endofrecord
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdrrec_endofrecord.3.html,,man xdrrec_endofrecord}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdrrec_eof}
@findex xdrrec_eof
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdrrec_eof.3.html,,man xdrrec_eof}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdrrec_skiprecord}
@findex xdrrec_skiprecord
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdrrec_skiprecord.3.html,,man xdrrec_skiprecord}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xdrstdio_create}
@findex xdrstdio_create
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xdrstdio_create.3.html,,man xdrstdio_create}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xprt_register}
@findex xprt_register
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xprt_register.3.html,,man xprt_register}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{xprt_unregister}
@findex xprt_unregister
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/xprt_unregister.3.html,,man xprt_unregister}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{y0f}
@findex y0f
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/y0f.3.html,,man y0f}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{y0l}
@findex y0l
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/y0l.3.html,,man y0l}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{y1f}
@findex y1f
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/y1f.3.html,,man y1f}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{y1l}
@findex y1l
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/y1l.3.html,,man y1l}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ynf}
@findex ynf
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ynf.3.html,,man ynf}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@subsection @code{ynl}
@findex ynl
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ynl.3.html,,man ynl}
+
Gnulib module: ---
Portability problems fixed by Gnulib:
@section @code{aligned_alloc}
@findex aligned_alloc
+Documentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/aligned_alloc.3.html,,man aligned_alloc}
+
Gnulib module: ---
Portability problems fixed by Gnulib: