tmpfile: Add support for Android.
[gnulib.git] / doc / glibc-functions / getpass.texi
blob932fab7ea49b756ec7486e6c93c48bb1e60657e4
1 @node getpass
2 @subsection @code{getpass}
3 @findex getpass
5 Gnulib module: getpass or getpass-gnu
7 Portability problems fixed by either Gnulib module @code{getpass} or @code{getpass-gnu}:
8 @itemize
9 @item
10 This function is missing on some platforms:
11 mingw, MSVC 14, BeOS, Android 9.0.
12 @end itemize
14 Portability problems fixed by Gnulib module @code{getpass-gnu}:
15 @itemize
16 @item
17 The returned password is truncated to PASS_MAX characters on some platforms:
18 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), OSF/1 5.1 (80), Solaris 11 2010-11 (8, even less than PASS_MAX), Cygwin (128).
19 The gnulib implementation returns the password untruncated.
20 @end itemize
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @end itemize