repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
getpass
blob
74d781aff2a29df1033364f747fb42accba222e2
1
Description:
2
getpass() function: read a password from /dev/tty.
3
4
Files:
5
lib/getpass.h
6
lib/getpass.c
7
m4/getpass.m4
8
9
Depends-on:
10
unistd
11
extensions
12
fopen-gnu
13
fseeko
14
getline
15
stdbool
16
strdup-posix
17
18
configure.ac:
19
gl_FUNC_GETPASS
20
if test $HAVE_GETPASS = 0 || test $REPLACE_GETPASS = 1; then
21
AC_LIBOBJ([getpass])
22
gl_PREREQ_GETPASS
23
fi
24
gl_UNISTD_MODULE_INDICATOR([getpass])
25
26
Makefile.am:
27
28
Include:
29
<unistd.h>
30
31
License:
32
LGPLv2+
33
34
Maintainer:
35
Jim Meyering, glibc