Disable more _GL_CXXALIASWARN on all platforms other than glibc systems.
[gnulib.git] / doc / glibc-functions / getpass.texi
bloba1dd9457eb83d6cc448bcb001c2ffc8c25a41455
1 @node getpass
2 @subsection @code{getpass}
3 @findex getpass
5 Documentation:
6 @itemize
7 @item
8 @ifinfo
9 @ref{getpass,,Reading Passphrases,libc},
10 @end ifinfo
11 @ifnotinfo
12 @url{https://www.gnu.org/software/libc/manual/html_node/getpass.html},
13 @end ifnotinfo
14 @item
15 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getpass.3.html,,man getpass}.
16 @end itemize
18 Gnulib module: getpass or getpass-gnu
20 Portability problems fixed by either Gnulib module @code{getpass} or @code{getpass-gnu}:
21 @itemize
22 @item
23 This function is missing on some platforms:
24 mingw, MSVC 14, Android 9.0.
25 @end itemize
27 Portability problems fixed by Gnulib module @code{getpass-gnu}:
28 @itemize
29 @item
30 The returned password is truncated to PASS_MAX characters on some platforms:
31 uClibc (256), musl (128), Mac OS X 10.5 (128), FreeBSD 6.2 (128), NetBSD 3.0 (128), OpenBSD 4.0 (128), AIX 5.1 (32), HP-UX 11 (8), IRIX 6.5 (32), Solaris 11 2010-11 (8, even less than PASS_MAX), Cygwin (128).
32 The gnulib implementation returns the password untruncated.
33 @end itemize
35 Portability problems not fixed by Gnulib:
36 @itemize
37 @end itemize